diff --git a/extensions.json b/extensions.json new file mode 100644 index 0000000..9dbd165 --- /dev/null +++ b/extensions.json @@ -0,0 +1,23 @@ +{ + // List of extensions which should be recommended for users of this workspace. + "recommendations": [ + // Can't find Beautify on the visual studio marketplace what I find is [this](https://marketplace.visualstudio.com/items?itemName=HookyQR.beautify) but it's deprecated + "adpyke.codesnap", // CodeSnap + "usernamehw.errorlens", // Error Lens + "solnurkarim.html-to-css-autocompletion", // HTML-to-CSS-autocompletion + "VisualStudioExptTeam.vscodeintellicode", // Intellicode + "vscode-icons-team.vscode-icons", // VSCode Icons + "ritwickdey.LiveServer", // Live Server + "ms-vscode.live-server", // Live Preview + "s-nlf-fh.glassit", // Glassit-VSC + "teabyii.ayu", // Ayu Theme + "ankitcode.firefly", // Firefly Theme + "guilhermerodz.omni-owl", // Omini Owl Theme + "barrsan.reui", // Reui Theme + "ahmadawais.shades-of-purple" // Shade of Purple Theme + ], + // List of extensions recommended by VS Code that should not be recommended for users of this workspace. + "unwantedRecommendations": [ + + ] +} \ No newline at end of file diff --git a/settings.json b/settings.json new file mode 100644 index 0000000..463b6c7 --- /dev/null +++ b/settings.json @@ -0,0 +1,9 @@ +{ + "editor.cursorBlinking": "expand", + "editor.cursorStyle": "line", + "editor.cursorWidth": 3, + "editor.find.cursorMoveOnType": true, + "editor.fontFamily": "Cascadia code", + "editor.fontSize": 16, + "workbench.iconTheme": "vs-seti" +} \ No newline at end of file