vscode-codeql/.vscode/extensions.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

16 строки
621 B
JSON
Исходник Обычный вид История

2019-11-12 22:48:25 +03:00
{
2021-03-14 03:10:36 +03:00
// See https://go.microsoft.com/fwlink/?LinkId=827846 to learn about workspace recommendations.
2019-11-12 22:48:25 +03:00
// Extension identifier format: ${publisher}.${name}. Example: vscode.csharp
// List of extensions which should be recommended for users of this workspace.
"recommendations": [
2021-10-29 16:42:33 +03:00
"amodio.tsl-problem-matcher",
"DavidAnson.vscode-markdownlint",
"dbaeumer.vscode-eslint",
"esbenp.prettier-vscode",
"firsttris.vscode-jest-runner",
"Orta.vscode-jest",
2019-11-12 22:48:25 +03:00
],
// List of extensions recommended by VS Code that should not be recommended for users of this workspace.
"unwantedRecommendations": []
}