vscode/.vscode/extensions.json

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

14 lines
397 B
JSON
Raw Normal View History

2016-09-15 13:44:16 +00:00
{
2018-03-28 13:27:27 +00:00
// See https://go.microsoft.com/fwlink/?LinkId=827846
2016-09-15 13:44:16 +00:00
// for the documentation about the extensions.json format
"recommendations": [
"dbaeumer.vscode-eslint",
"editorconfig.editorconfig",
"github.vscode-pull-request-github",
"ms-vscode.vscode-github-issue-notebooks",
"ms-vscode.vscode-selfhost-test-provider",
2023-11-01 12:07:48 +00:00
"ms-vscode.extension-test-runner",
"jrieken.vscode-pr-pinger"
2016-09-15 13:44:16 +00:00
]
2018-03-28 13:27:27 +00:00
}