vscode/.vscode/extensions.json

13 lines
352 B
JSON
Raw Permalink Normal View History

2016-09-15 21:44:16 +08:00
{
2018-03-28 21:27:27 +08:00
// See https://go.microsoft.com/fwlink/?LinkId=827846
2016-09-15 21:44:16 +08: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",
2023-11-01 20:07:48 +08:00
"ms-vscode.extension-test-runner",
"jrieken.vscode-pr-pinger"
2016-09-15 21:44:16 +08:00
]
2018-03-28 21:27:27 +08:00
}