Files
vscode-extension-samples/helloworld-web-sample/.vscode/extensions.json
2021-08-20 12:04:40 +02:00

9 lines
202 B
JSON

{
// See http://go.microsoft.com/fwlink/?LinkId=827846
// for the documentation about the extensions.json format
"recommendations": [
"dbaeumer.vscode-eslint",
"eamodio.tsl-problem-matcher"
]
}