Skip to content

Commit

Permalink
Use .vscode/settings.json.default (AFLplusplus#2615)
Browse files Browse the repository at this point in the history
* .gitignore .vscode

* vscode

* vscode

* ignore
  • Loading branch information
tokatoka authored Oct 14, 2024
1 parent 888c608 commit 453d733
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ callgrind.out.*
perf.data
perf.data.old

.vscode
.vscode/settings.json
test.dict

.idea/
Expand Down
8 changes: 2 additions & 6 deletions .vscode/settings.json → .vscode/settings.json.default
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@
"rust-analyzer.check.overrideCommand": [
"cargo",
"check",
],
"workbench.colorCustomizations": {
"activityBar.background": "#F39C9F",
"titleBar.activeBackground": "#F7BFC1",
"titleBar.activeForeground": "#370708"
},
"--message-format=json",
]
}

0 comments on commit 453d733

Please sign in to comment.