Added settings and extensions files for extensions in the marketplace

This commit is contained in:
bckelley
2023-07-10 12:46:32 -05:00
parent 97d9d82eaa
commit ba8b4f1be9
2 changed files with 32 additions and 0 deletions
+23
View File
@@ -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": [
]
}
+9
View File
@@ -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"
}