fix: Fixes vscode settings.

This commit is contained in:
greysoh 2024-12-22 11:35:57 -05:00
parent 67f67007d9
commit 7d5db06c7b
Signed by: imterah
GPG key ID: 8FA7DD57BA6CEA37
2 changed files with 7 additions and 11 deletions

View file

@ -1,10 +1,3 @@
{
"recommendations": [
"bbenoist.Nix",
"Prisma.prisma",
"rust-lang.rust-analyzer",
"tamasfe.even-better-toml",
"dustypomerleau.rust-syntax",
]
}
"recommendations": ["bbenoist.Nix", "Prisma.prisma", "golang.go"]
}

View file

@ -11,5 +11,8 @@
"editor.tabSize": 2
},
"rust-analyzer.linkedProjects": ["./gui/Cargo.toml"]
}
"[go]": {
"editor.insertSpaces": false,
"editor.tabSize": 4
}
}