Files
vscode-extension-samples/helloworld-web-sample/.vscode/extensions.json

9 lines
201 B
JSON
Raw Permalink Normal View History

2021-08-20 12:04:40 +02:00
{
// See http://go.microsoft.com/fwlink/?LinkId=827846
// for the documentation about the extensions.json format
"recommendations": [
"dbaeumer.vscode-eslint",
"amodio.tsl-problem-matcher"
2021-08-20 12:04:40 +02:00
]
}