Files
vscode-extension-samples/notebook-renderer-sample/.vscode/extensions.json
tanhakabir bf6319631c init
2021-08-01 21:30:26 -07:00

9 lines
210 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"
]
}