feat: vscode recommended extensions

This commit is contained in:
Paul 2022-06-06 21:19:47 +03:00
parent 3e6abba80e
commit b0320cab5d
1 changed files with 10 additions and 0 deletions

10
.vscode/extensions.json vendored Normal file
View File

@ -0,0 +1,10 @@
{
// See http://go.microsoft.com/fwlink/?LinkId=827846
// for the documentation about the extensions.json format
"recommendations": [
"editorconfig.editorconfig",
"mrmlnc.vscode-json5",
"rbbit.typescript-hero",
"syler.sass-indented",
]
}