Skip to content

Commit 659f257

Browse files
Ecmel ErcanEcmel Ercan
authored andcommitted
Testing
1 parent c9f0ebf commit 659f257

File tree

2 files changed

+15
-9
lines changed

2 files changed

+15
-9
lines changed

.vscode/launch.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"request": "launch",
99
"runtimeExecutable": "${execPath}",
1010
"args": [
11+
"${workspaceRoot}/test",
1112
"--extensionDevelopmentPath=${workspaceRoot}"
1213
],
1314
"stopOnEntry": false,

test/test.css

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
1-
.external {
2-
color: red;
3-
background-color: blue;
4-
}
5-
6-
#external-test {
7-
color: red;
8-
background-color: blue;
9-
}
1+
.external {
2+
color: red;
3+
background-color: blue;
4+
}
5+
6+
#external-test {
7+
color: red;
8+
background-color: blue;
9+
}
10+
11+
#external-test2 {
12+
color: red;
13+
background-color: blue;
14+
}

0 commit comments

Comments
 (0)