vscode: prefix the vscode workspaces with "code."

Easier to open on command line if they have the same prefix
This commit is contained in:
Sergio Martins
2021-01-23 12:41:31 +00:00
parent 2834532b5f
commit 5556edd83b
3 changed files with 2 additions and 8 deletions

View File

@@ -22,10 +22,7 @@
"options": {
"cwd": "${workspaceFolder}/"
},
"group": "build",
"problemMatcher": [
"$gcc"
]
"group": "build"
},
{
"type": "shell",
@@ -38,10 +35,7 @@
"options": {
"cwd": "${workspaceFolder}/"
},
"group": "build",
"problemMatcher": [
"$gcc"
]
"group": "build"
}
]
}