Use .vscode/settings.json.default (#2615)
* .gitignore .vscode * vscode * vscode * ignore
This commit is contained in:
parent
888c608e5e
commit
453d733a35
2
.gitignore
vendored
2
.gitignore
vendored
@ -33,7 +33,7 @@ callgrind.out.*
|
||||
perf.data
|
||||
perf.data.old
|
||||
|
||||
.vscode
|
||||
.vscode/settings.json
|
||||
test.dict
|
||||
|
||||
.idea/
|
||||
|
@ -7,10 +7,6 @@
|
||||
"rust-analyzer.check.overrideCommand": [
|
||||
"cargo",
|
||||
"check",
|
||||
],
|
||||
"workbench.colorCustomizations": {
|
||||
"activityBar.background": "#F39C9F",
|
||||
"titleBar.activeBackground": "#F7BFC1",
|
||||
"titleBar.activeForeground": "#370708"
|
||||
},
|
||||
"--message-format=json",
|
||||
]
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user