Skip to content

Commit f1dff6a

Browse files
committed
add custom style
1 parent 8558fd6 commit f1dff6a

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ dist
33
node_modules
44
.vscode-test/
55
*.vsix
6+
test-fixture/.vscode/

test-fixture/.vscode/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
{
22
"editor.selectionHighlight": true,
33
"codeFader.enabled": true,
4+
"workbench.colorCustomizations": {
5+
"editor.selectionHighlightBorder": "default"
6+
}
47
}

0 commit comments

Comments
 (0)