JavaTXLanguageServer/Clients/VisualStudioCode/.vscode/extensions.json
2024-10-31 18:26:52 +01:00

9 lines
206 B
JSON

{
// See http://go.microsoft.com/fwlink/?LinkId=827846
// for the documentation about the extensions.json format
"recommendations": [
"dbaeumer.vscode-eslint",
"ms-vscode.extension-test-runner"
]
}