2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

Add VSCode Extensions & Settings Configs (#41498)

Fixes: #41496
This commit is contained in:
Christian Oliff
2025-05-30 04:06:36 +09:00
committed by GitHub
parent 6b3649d369
commit fd879c0779
3 changed files with 20 additions and 1 deletions
+10
View File
@@ -0,0 +1,10 @@
{
"recommendations": [
"astro-build.astro-vscode",
"dbaeumer.vscode-eslint",
"EditorConfig.EditorConfig",
"hossaini.bootstrap-intellisense",
"streetsidesoftware.code-spell-checker",
"stylelint.vscode-stylelint"
]
}