setup .vscode folder

This commit is contained in:
Maxime Leriche 2024-01-14 01:15:37 +01:00
parent 85e2eb91d7
commit 5337af1d52
2 changed files with 18 additions and 0 deletions

15
.vscode/extensions.json vendored Normal file
View File

@ -0,0 +1,15 @@
{
// See https://go.microsoft.com/fwlink/?LinkId=827846
// for the documentation about the extensions.json format
"recommendations": [
"rust-lang.rust-analyzer",
"github.copilot",
"m4ns0ur.base64",
"aaron-bond.better-comments",
"yzhang.markdown-all-in-one",
"bierner.markdown-mermaid",
"hristian-kohler.path-intellisense",
"helixquar.randomeverything",
"shardulm94.trailing-spaces"
]
}

3
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,3 @@
{
"editor.formatOnSave": true
}