Skip to content
Snippets Groups Projects
Commit 9f68cad2 authored by Théo Le Calvar's avatar Théo Le Calvar
Browse files

add default command to the download and install task so that VS Code does not complains on linux

parent 3d77e60d
Branches
No related tags found
No related merge requests found
......@@ -12,6 +12,7 @@
{
"label": "Download and install the windows dependencies (Windows10)",
"type": "shell",
"command": "echo 'nothing to do'",
"windows": {
"command": [
"if (Test-Path -Path 'C:\\sextant') {rmdir -r C:\\sextant};",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment