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 c9f0ebf commit 659f257Copy full SHA for 659f257
.vscode/launch.json
@@ -8,6 +8,7 @@
8
"request": "launch",
9
"runtimeExecutable": "${execPath}",
10
"args": [
11
+ "${workspaceRoot}/test",
12
"--extensionDevelopmentPath=${workspaceRoot}"
13
],
14
"stopOnEntry": false,
test/test.css
@@ -1,9 +1,14 @@
1
- .external {
2
- color: red;
3
- background-color: blue;
4
- }
5
-
6
- #external-test {
7
+.external {
+ color: red;
+ background-color: blue;
+}
+
+#external-test {
+#external-test2 {
0 commit comments