We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02d780a commit 6bec188Copy full SHA for 6bec188
.vscode/launch.json
@@ -0,0 +1,15 @@
1
+{
2
+ "version": "0.2.0",
3
+ "configurations": [
4
+ {
5
+ "type": "node",
6
+ "request": "launch",
7
+ "name": "Debug CSS",
8
+ "program": "${workspaceFolder}/linters/typescript/dist/cli.js",
9
+ "args": ["${workspaceFolder}"],
10
+ "cwd": "${workspaceFolder}",
11
+ "console": "integratedTerminal",
12
+ "internalConsoleOptions": "neverOpen"
13
+ }
14
+ ]
15
+}
0 commit comments