Add configuration for vscode

This commit is contained in:
Florian RICHER 2024-12-11 19:30:36 +01:00
parent 6743fe8fdd
commit f65f45fc9a
Signed by: florian.richer
GPG key ID: C73D37CBED7BFC77
2 changed files with 52 additions and 0 deletions

7
.vscode/extensions.json vendored Normal file
View file

@ -0,0 +1,7 @@
{
"recommendations": [
"pinage404.rust-extension-pack",
"vadimcn.vscode-lldb",
"jnoortheen.nix-ide"
]
}