Vencord/.vscode/extensions.json

12 lines
276 B
JSON
Raw Normal View History

2022-09-16 22:59:34 +02:00
{
2022-11-09 19:26:39 +01:00
"recommendations": [
"EditorConfig.EditorConfig",
"pmneo.tsimporter",
"dbaeumer.vscode-eslint",
"formulahendry.auto-rename-tag",
"GregorBiswanger.json2ts",
"eamodio.gitlens",
"kamikillerto.vscode-colorize"
]
2022-09-16 22:59:34 +02:00
}