mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-02 07:53:55 +03:00
Merge pull request #4531 from gitbutlerapp/Use-seperate-folder-for-rust-analzyer
Use seperate folder for rust analzyer
This commit is contained in:
commit
48fb7c2b75
3
.gitignore
vendored
3
.gitignore
vendored
@ -46,3 +46,6 @@ storybook-static
|
|||||||
|
|
||||||
# Vercel
|
# Vercel
|
||||||
.vercel
|
.vercel
|
||||||
|
|
||||||
|
# Rust analyzer
|
||||||
|
.rust-analyzer/
|
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
@ -9,6 +9,9 @@
|
|||||||
"rust-analyzer.check.command": "clippy",
|
"rust-analyzer.check.command": "clippy",
|
||||||
"rust-analyzer.check.allTargets": true,
|
"rust-analyzer.check.allTargets": true,
|
||||||
"rust-analyzer.check.features": "all",
|
"rust-analyzer.check.features": "all",
|
||||||
|
"rust-analyzer.check.extraArgs": [
|
||||||
|
"--target-dir", ".rust-analyzer/target"
|
||||||
|
],
|
||||||
"[rust]": {
|
"[rust]": {
|
||||||
"editor.defaultFormatter": "rust-lang.rust-analyzer"
|
"editor.defaultFormatter": "rust-lang.rust-analyzer"
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user