mirror of
https://github.com/microsoft/vscode-extension-samples.git
synced 2026-04-27 16:55:44 +08:00
Update Launch Decorator Sample outDir to pick up sourceMap
This commit is contained in:
2
.vscode/launch.json
vendored
2
.vscode/launch.json
vendored
@ -10,7 +10,7 @@
|
||||
"args": ["--extensionDevelopmentPath=${workspaceRoot}/decorator-sample" ],
|
||||
"stopOnEntry": false,
|
||||
"sourceMaps": true,
|
||||
"outDir": "out",
|
||||
"outDir": "decorator-sample/out",
|
||||
"preLaunchTask": "compile-decorator"
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user