Delete .vscode directory

pull/2/head
Lorenzo Torres 2022-03-23 18:47:46 +01:00 committed by GitHub
parent 87e016e15e
commit 3edc591af6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 18 deletions

18
.vscode/settings.json vendored
View File

@ -1,18 +0,0 @@
{
"files.watcherExclude": {
"**/.git/objects/**": true,
"**/.git/subtree-cache/**": true,
"**/node_modules/*/**": true,
"**/.hg/store/**": true,
".flatpak/**": true,
"_build/**": true
},
"rust-analyzer.server.path": "/home/lolz/projects/rust/mutiny/.flatpak/rust-analyzer.sh",
"rust-analyzer.runnables.overrideCargo": "/home/lolz/projects/rust/mutiny/.flatpak/cargo.sh",
"rust-analyzer.runnables.cargoExtraArgs": [
"--target-dir=_build/src"
],
"rust-analyzer.files.excludeDirs": [
".flatpak"
]
}