moonfire-nvr/.vscode/extensions.json

18 lines
594 B
JSON
Raw Normal View History

2021-03-14 19:25:31 -04:00
{
// See https://go.microsoft.com/fwlink/?LinkId=827846 to learn about workspace recommendations.
// Extension identifier format: ${publisher}.${name}. Example: vscode.csharp
// List of extensions which should be recommended for users of this workspace.
"recommendations": [
"dbaeumer.vscode-eslint",
2022-07-11 14:08:56 -04:00
"esbenp.prettier-vscode",
"rust-lang.rust-analyzer",
2023-12-18 02:07:28 -05:00
"yzhang.markdown-all-in-one",
2024-04-16 10:49:17 -04:00
"vitest.explorer"
2021-03-14 19:25:31 -04:00
],
// List of extensions recommended by VS Code that should not be recommended for users of this workspace.
"unwantedRecommendations": [
"rust-lang.rust"
]
2022-08-09 11:02:07 -04:00
}