Skip to content

Commit eca6b7c

Browse files
committed
SmartStep for css debugging
1 parent bd6de64 commit eca6b7c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

extensions/css-language-features/.vscode/launch.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"stopOnEntry": false,
1919
"sourceMaps": true,
2020
"outFiles": ["${workspaceFolder}/client/out/**/*.js"],
21+
"smartStep": true,
2122
"preLaunchTask": "npm: compile"
2223
},
2324
{
@@ -39,6 +40,7 @@
3940
"port": 6044,
4041
"sourceMaps": true,
4142
"outFiles": ["${workspaceFolder}/server/out/**/*.js"],
43+
"smartStep": true,
4244
"restart": true
4345
}
4446
]

0 commit comments

Comments
 (0)