File size: 782 Bytes
344c16f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
  // See https://go.microsoft.com/fwlink/?LinkId=827846
  // for the documentation about the extensions.json format
  "recommendations": [
    "charliermarsh.ruff",
    "gaborv.flatbuffers",
    "github.vscode-github-actions",
    "josetr.cmake-language-support-vscode",
    "ms-python.mypy-type-checker",
    "ms-python.python",
    "ms-vscode.cmake-tools",
    "ms-vscode.cpptools-extension-pack",
    "ms-vsliveshare.vsliveshare",
    "polymeilex.wgsl",
    "rust-lang.rust-analyzer",
    "serayuzgur.crates",
    "streetsidesoftware.code-spell-checker",
    "tamasfe.even-better-toml",
    "vadimcn.vscode-lldb",
    "wayou.vscode-todo-highlight",
    "webfreak.debug",
    "xaver.clang-format", // C++ formatter
    "zxh404.vscode-proto3",
    "esbenp.prettier-vscode"
  ]
}