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

8 lines
172 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": [
2022-12-22 11:31:38 +08:00
"mrmlnc.vscode-json5"
2022-06-07 02:19:47 +08:00
]
}