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",| .row > div { | |
| height: 40px; | |
| border: 2px solid rgb(0, 226, 242); | |
| } |
| #!/usr/bin/env python3 | |
| # | |
| # Builds the SDL_shadercross tool and installs it locally. | |
| # | |
| # Prerequisites: | |
| # Python 3 | |
| # Git | |
| # C++ compiler | |
| # CMake | |
| # Ninja |
| // imports... | |
| @interface RocketSimLoader : NSObject | |
| - (void)loadRocketSimConnect; | |
| @end | |
| @implementation RocketSimLoader |