This commit is contained in:
Pine Wu 2019-07-12 10:37:22 -07:00
parent ebfff19936
commit 1aa4763952

5
.vscode/launch.json vendored
View file

@ -139,10 +139,7 @@
"urlFilter": "*workbench.html*",
"runtimeArgs": [
"--inspect=5875",
"--no-cached-data",
"--extensionDevelopmentPath",
"/Users/octref/Code/work/vscode-extension-samples/helloworld-minimal-sample",
"/Users/octref/Code/work/vscode-extension-samples/helloworld-minimal-sample"
"--no-cached-data"
],
"webRoot": "${workspaceFolder}"
},