mirror of
https://github.com/bckelley/My-Settings.git
synced 2026-08-24 03:24:10 -05:00
Added settings and extensions files for extensions in the marketplace
This commit is contained in:
@@ -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": [
|
||||||
|
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -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"
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user