moonfire-nvr/.vscode/extensions.json

16 lines
568 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": [
"matklad.rust-analyzer",
"esbenp.prettier-vscode",
"dbaeumer.vscode-eslint",
2021-03-14 19:25:31 -04:00
"yzhang.markdown-all-in-one"
],
// List of extensions recommended by VS Code that should not be recommended for users of this workspace.
"unwantedRecommendations": [
"rust-lang.rust"
]
}