fix: vscode prelaunch task failing on case-sensitive filesystems

Fixes https://github.com/microsoft/vscode/issues/104105
This commit is contained in:
Connor Peet 2020-08-06 08:10:20 -07:00 committed by GitHub
parent e8095c6f15
commit 322293b46e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
.vscode/tasks.json vendored
View file

@ -189,7 +189,7 @@
},
{
"type": "shell",
"command": "node build/lib/prelaunch.js",
"command": "node build/lib/preLaunch.js",
"label": "Ensure Prelaunch Dependencies",
"presentation": {
"reveal": "silent"