| { |
| "recommendations": [ |
| // Uses github-styled markdown preview, which supports more features than the default markdown preview. |
| "bierner.github-markdown-preview", |
| |
| // Flutter and Dart extensions. |
| "Dart-Code.dart-code", |
| |
| // Supports C/C++ in the engine. |
| // See https://github.com/flutter/engine/blob/main/docs/contributing/Setting-up-the-Engine-development-environment.md#vscode-with-cc-intellisense-cc |
| "llvm-vs-code-extensions.vscode-clangd", |
| |
| // Auto-formats C/C++ code. |
| // https://github.com/flutter/engine/blob/main/CONTRIBUTING.md#cc |
| "xaver.clang-format", |
| ] |
| } |