mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 16:49:06 +01:00
12 lines
330 B
JSON
12 lines
330 B
JSON
{
|
|
// See https://go.microsoft.com/fwlink/?LinkId=827846
|
|
// 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"
|
|
]
|
|
}
|