Files
vscode-extension-samples/hellocode-sample/.vscode/extensions.json
2018-10-10 10:32:21 -07:00

8 lines
184 B
JSON

{
// See http://go.microsoft.com/fwlink/?LinkId=827846
// for the documentation about the extensions.json format
"recommendations": [
"eg2.tslint",
"esbenp.prettier-vscode"
]
}