Files
2024-05-22 13:16:21 -05:00

41 lines
1.7 KiB
JSON

{
// List of extensions which should be recommended for users of this workspace.
"recommendations": [
"dsznajder.es7-react-js-snippets",
"xabikos.JavaScriptSnippets",
"arcticicestudio.nord-visual-studio-code",
"wangweixuan.yithemes",
"esbenp.prettier-vscode", // Prettier
"formulahendry.auto-rename-tag", // Auto Rename Tag
"vincaslt.highlight-matching-tag",
"wix.vscode-import-cost", // Import Cost
"thekalinga.bootstrap4-vscode", // bootstrap fontawesome
"PKief.material-icon-theme", // material icon theme
"naumovs.color-highlight",
"anseki.vscode-color", // ColorPicker
"wayou.vscode-todo-highlight",
"usernamehw.todo-md",
"Gruntfuggly.todo-tree",
// 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": [
"GitHub.copilot",
"firefox-devtools.vscode-firefox-debug",
"ms-vscode.PowerShell"
]
}