feat: vscode recommended extensions
This commit is contained in:
parent
3e6abba80e
commit
b0320cab5d
|
@ -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",
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in New Issue