CoolFace
Apppublic

rerun/Vista

sourceHugging Faceapache-2.0updated 2y agoView on Hugging Face
14likes
extensions.json27 linesDownload Raw Back to .vscode
1{2  // See https://go.microsoft.com/fwlink/?LinkId=8278463  // for the documentation about the extensions.json format4  "recommendations": [5    "charliermarsh.ruff",6    "gaborv.flatbuffers",7    "github.vscode-github-actions",8    "josetr.cmake-language-support-vscode",9    "ms-python.mypy-type-checker",10    "ms-python.python",11    "ms-vscode.cmake-tools",12    "ms-vscode.cpptools-extension-pack",13    "ms-vsliveshare.vsliveshare",14    "polymeilex.wgsl",15    "rust-lang.rust-analyzer",16    "serayuzgur.crates",17    "streetsidesoftware.code-spell-checker",18    "tamasfe.even-better-toml",19    "vadimcn.vscode-lldb",20    "wayou.vscode-todo-highlight",21    "webfreak.debug",22    "xaver.clang-format", // C++ formatter23    "zxh404.vscode-proto3",24    "esbenp.prettier-vscode"25  ]26}27