Files
beatconnect_client/.vscode/extensions.json
T
2019-11-18 20:37:43 +01:00

11 lines
325 B
JSON

{
// See http://go.microsoft.com/fwlink/?LinkId=827846
// for the documentation about the extensions.json format
"recommendations": [
// Extension identifier format: ${publisher}.${name}. Example: vscode.csharp
"esbenp.prettier-vscode",
"dbaeumer.vscode-eslint",
"jaredly.reason-vscode"
]
}