mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-18 23:59:43 +01:00
SmartStep for css debugging
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
"stopOnEntry": false,
|
||||
"sourceMaps": true,
|
||||
"outFiles": ["${workspaceFolder}/client/out/**/*.js"],
|
||||
"smartStep": true,
|
||||
"preLaunchTask": "npm: compile"
|
||||
},
|
||||
{
|
||||
@@ -39,6 +40,7 @@
|
||||
"port": 6044,
|
||||
"sourceMaps": true,
|
||||
"outFiles": ["${workspaceFolder}/server/out/**/*.js"],
|
||||
"smartStep": true,
|
||||
"restart": true
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user