mirror of
https://github.com/microsoft/vscode.git
synced 2026-08-17 04:15:47 +01:00
* css/html: use built-in node test framework * fix tests and reporter
16 lines
320 B
JSON
16 lines
320 B
JSON
{
|
|
"version": "0.1.0",
|
|
// List of configurations. Add new configurations or edit existing ones.
|
|
"configurations": [
|
|
{
|
|
"name": "Attach",
|
|
"type": "node",
|
|
"request": "attach",
|
|
"port": 6004,
|
|
"sourceMaps": true,
|
|
"outFiles": ["${workspaceFolder}/out/**/*js"],
|
|
"preLaunchTask": "npm: compile"
|
|
}
|
|
]
|
|
}
|