electron-vite-react/.vscode/extensions.json

11 lines
262 B
JSON
Raw Normal View History

2022-06-07 02:19:47 +08:00
{
// 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",
]
}