Skip to content

Instantly share code, notes, and snippets.

View zhylmzr's full-sized avatar
🐹
I may be slow to respond.

zhylmzr zhylmzr

🐹
I may be slow to respond.
View GitHub Profile
@Ouroboros
Ouroboros / cursor.md
Last active May 11, 2025 19:00
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",