ente/.vscode/extensions.json

10 lines
227 B
JSON
Raw Normal View History

2022-11-01 06:13:06 +00:00
{
// See https://go.microsoft.com/fwlink/?LinkId=827846
// for the documentation about the extensions.json format
"recommendations": [
"dart-code.dart-code",
"dart-code.flutter",
"felixangelov.bloc"
]
}