Fix .vscode config for jj
This commit is contained in:
parent
d6ad520ea5
commit
0904b73c12
1 changed files with 16 additions and 1 deletions
17
.vscode/settings.json
vendored
17
.vscode/settings.json
vendored
|
@ -3,5 +3,20 @@
|
|||
"Merkle",
|
||||
"Precertificate"
|
||||
],
|
||||
"rust-analyzer.rustfmt.extraArgs": ["+nightly"]
|
||||
"rust-analyzer.rustfmt.extraArgs": ["+nightly"],
|
||||
"files.watcherExclude": {
|
||||
"**/.git/objects/**": true,
|
||||
"**/.git/subtree-cache/**": true,
|
||||
"**/.hg/store/**": true,
|
||||
"**/.jj/**": true
|
||||
},
|
||||
"files.exclude": {
|
||||
"**/.git": true,
|
||||
"**/.svn": true,
|
||||
"**/.hg": true,
|
||||
"**/.jj": true,
|
||||
"**/CVS": true,
|
||||
"**/.DS_Store": true,
|
||||
"**/Thumbs.db": true
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue