Skip to content

gnu global cpp vscode config pack for Zed

io.github.jmshinhwa/gnu-global-cpp-vscode-config-pack

21 rules that read the values in a shared .vscode folder, plus 45 snippets. VS Code loads a wrong va

client:Zed transport:stdio runtime:npm

Install gnu global cpp vscode config pack in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "gnu-global-cpp-vscode-config-pack": {
      "command": "npx",
      "args": [
        "-y",
        "@readystack/gnu-global-cpp-vscode-config-pack"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

gnu global cpp vscode config pack in other clients