Skip to content
Snippets Groups Projects
Commit 1eb80fa2 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 9b566f2f
No related branches found
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