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",| using System; | |
| using System.Security.Cryptography; | |
| using System.Xml; | |
| namespace RSACryptoServiceProviderExtensions | |
| { | |
| public static class RSACryptoServiceProviderExtensions | |
| { | |
| public static void FromXmlString(this RSACryptoServiceProvider rsa, string xmlString) | |
| { |