Skip to content

Commit 14d3fbc

Browse files
committed
chore(vscode): replace single-root .code-workspace with .vscode
1 parent bc92cdf commit 14d3fbc

3 files changed

Lines changed: 9 additions & 24 deletions

File tree

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ node_modules/
1111

1212
# IDE files
1313
.idea/
14-
# Keep the project workspace file
15-
!antora-dark-theme.code-workspace
1614

1715
# OS files
1816
.DS_Store

.vscode/settings.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,13 @@
5454
"scm.alwaysShowRepositories": true,
5555
"scm.providerCountBadge": "auto",
5656
"git.closeDiffOnOperation": true, // This closes the code 'diff' after you add it to a commit
57+
58+
"yaml.schemas": {
59+
"https://json.schemastore.org/github-funding.json": "/.github/FUNDING.yml"
60+
},
61+
62+
"workbench.colorCustomizations": {
63+
"mergeEditor.conflict.unhandledFocused.border": "#00945b",
64+
"mergeEditor.conflict.unhandledUnfocused.border": "#00784a"
65+
}
5766
}

antora-dark-theme.code-workspace

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
 (0)