mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-30 13:31:07 +01:00
14 lines
284 B
JSON
14 lines
284 B
JSON
{
|
|
"version": "0.1.0",
|
|
// List of configurations. Add new configurations or edit existing ones.
|
|
"configurations": [
|
|
{
|
|
"name": "Attach",
|
|
"type": "node",
|
|
"request": "attach",
|
|
"port": 7692,
|
|
"sourceMaps": true,
|
|
"outFiles": ["${workspaceFolder}/out/**/*.js"]
|
|
}
|
|
]
|
|
} |