Files
vscode-extension-samples/notebook-renderer-react-sample/.vscode/extensions.json

9 lines
209 B
JSON
Raw Permalink Normal View History

2021-08-01 22:18:21 -07: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-01 22:18:21 -07:00
]
}