diff --git a/.vscode/extensions.json b/.vscode/extensions.json new file mode 100644 index 0000000..c0bc8f5 --- /dev/null +++ b/.vscode/extensions.json @@ -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" + ] +} \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..cac0e10 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "editor.formatOnSave": true +} \ No newline at end of file