chore: Adds .vscode folder.
This commit is contained in:
parent
871fd4c2c5
commit
510959df46
2 changed files with 25 additions and 0 deletions
10
.vscode/extensions.json
vendored
Normal file
10
.vscode/extensions.json
vendored
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
{
|
||||||
|
"recommendations": [
|
||||||
|
"bbenoist.Nix",
|
||||||
|
"Prisma.prisma",
|
||||||
|
|
||||||
|
"rust-lang.rust-analyzer",
|
||||||
|
"tamasfe.even-better-toml",
|
||||||
|
"dustypomerleau.rust-syntax",
|
||||||
|
]
|
||||||
|
}
|
15
.vscode/settings.json
vendored
Normal file
15
.vscode/settings.json
vendored
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
{
|
||||||
|
"[rust]": {
|
||||||
|
"editor.tabSize": 4
|
||||||
|
},
|
||||||
|
|
||||||
|
"[typescript]": {
|
||||||
|
"editor.tabSize": 2
|
||||||
|
},
|
||||||
|
|
||||||
|
"[javascript]": {
|
||||||
|
"editor.tabSize": 2
|
||||||
|
},
|
||||||
|
|
||||||
|
"rust-analyzer.linkedProjects": ["./gui/Cargo.toml"]
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue