${workspaceRoot} -> ${workspaceFolder}

This commit is contained in:
isidor
2017-09-19 11:21:41 +02:00
parent e99995dce1
commit efdc328058
28 changed files with 108 additions and 108 deletions

View File

@@ -7,12 +7,12 @@
"request": "launch",
"runtimeExecutable": "${execPath}",
"args": [
"--extensionDevelopmentPath=${workspaceRoot}"
"--extensionDevelopmentPath=${workspaceFolder}"
],
"stopOnEntry": false,
"sourceMaps": true,
"outDir": "${workspaceRoot}/out",
"outDir": "${workspaceFolder}/out",
"preLaunchTask": "npm"
}
}
]
}

View File

@@ -1,5 +1,5 @@
// Available variables which can be used inside of strings.
// ${workspaceRoot}: the root folder of the team
// ${workspaceFolder}: the root folder of the team
// ${file}: the current opened file
// ${fileBasename}: the current opened file's basename
// ${fileDirname}: the current opened file's dirname