Use .vscode/settings.json.default (#2615)

* .gitignore .vscode

* vscode

* vscode

* ignore
This commit is contained in:
Dongjia "toka" Zhang 2024-10-14 15:45:17 +02:00 committed by GitHub
parent 888c608e5e
commit 453d733a35
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 7 deletions

2
.gitignore vendored
View File

@ -33,7 +33,7 @@ callgrind.out.*
perf.data
perf.data.old
.vscode
.vscode/settings.json
test.dict
.idea/

View File

@ -7,10 +7,6 @@
"rust-analyzer.check.overrideCommand": [
"cargo",
"check",
],
"workbench.colorCustomizations": {
"activityBar.background": "#F39C9F",
"titleBar.activeBackground": "#F7BFC1",
"titleBar.activeForeground": "#370708"
},
"--message-format=json",
]
}