ModularVencord/.vscode/extensions.json

10 lines
218 B
JSON
Raw Normal View History

2022-09-16 20:59:34 +00:00
{
2022-11-09 18:26:39 +00:00
"recommendations": [
"dbaeumer.vscode-eslint",
2023-01-30 04:02:17 +00:00
"EditorConfig.EditorConfig",
2022-11-09 18:26:39 +00:00
"GregorBiswanger.json2ts",
"stylelint.vscode-stylelint",
"Vendicated.vencord-companion"
2022-11-09 18:26:39 +00:00
]
2022-09-16 20:59:34 +00:00
}