We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2aea91 commit 55f0f5bCopy full SHA for 55f0f5b
.vscode/launch.json
@@ -9,6 +9,7 @@
9
"runtimeExecutable": "${execPath}",
10
"args": [
11
"--disable-extensions",
12
+ "--trace-depreciation",
13
"--extensionDevelopmentPath=${workspaceFolder}",
14
"${workspaceFolder}/samplenc/sample-colors.nc",
15
"${workspaceFolder}/samplenc/sample-profile.nc"
@@ -37,9 +38,8 @@
37
38
39
40
- "--extensionDevelopmentPath=${workspaceFolder}",
41
- "${workspaceFolder}/samplenc/sample-colors.nc",
42
- "${workspaceFolder}/samplenc/sample-profile.nc"
+ "--extensionDevelopmentPath=${workspaceFolder}"
43
],
44
"outFiles": [
45
"${workspaceFolder}/dist/**/*.js"
0 commit comments