mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-19 08:08:39 +01:00
debug: introduce intregration tests
This commit is contained in:
15
extensions/vscode-api-tests/testWorkspace/.vscode/launch.json
vendored
Normal file
15
extensions/vscode-api-tests/testWorkspace/.vscode/launch.json
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
// Use IntelliSense to learn about possible attributes.
|
||||
// Hover to view descriptions of existing attributes.
|
||||
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
"type": "node",
|
||||
"request": "launch",
|
||||
"name": "Launch debug.js",
|
||||
"stopOnEntry": true,
|
||||
"program": "${workspaceFolder}/debug.js"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user