Files
vscode-extension-samples/notebook-renderer-react-sample/.vscode/extensions.json
2022-12-02 16:01:57 +01:00

9 lines
209 B
JSON

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