mirror of
https://github.com/microsoft/vscode-extension-samples.git
synced 2026-04-27 16:55:44 +08:00
Add --enable-proposed-api to launch.json (#346)
This commit is contained in:
6
tree-view-sample/.vscode/launch.json
vendored
6
tree-view-sample/.vscode/launch.json
vendored
@ -8,7 +8,9 @@
|
||||
"request": "launch",
|
||||
"runtimeExecutable": "${execPath}",
|
||||
"args": [
|
||||
"--extensionDevelopmentPath=${workspaceRoot}"
|
||||
"--extensionDevelopmentPath=${workspaceRoot}",
|
||||
"--enable-proposed-api",
|
||||
"vscode-samples.custom-view-samples"
|
||||
],
|
||||
"stopOnEntry": false,
|
||||
"sourceMaps": true,
|
||||
@ -29,4 +31,4 @@
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user