Skip to content

Instantly share code, notes, and snippets.

View Jargon64's full-sized avatar

James Jarman Jargon64

View GitHub Profile
@Jargon64
Jargon64 / cursor.md
Created March 13, 2025 15:01 — forked from Ouroboros/cursor.md
Make Cursor Work with cppvsdbg

1. Modify cpptools/package.json

Remove this condition "when": "workspacePlatform == windows"

%USERPROFILE%\.cursor\extensions\ms-vscode.cpptools-1.23.5-win32-x64\package.json

    "type": "cppvsdbg",
    "label": "C++ (Windows)",
    "when1": "workspacePlatform == windows",