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",| // imports... | |
| @interface RocketSimLoader : NSObject | |
| - (void)loadRocketSimConnect; | |
| @end | |
| @implementation RocketSimLoader |
| #!/usr/bin/env python3 | |
| # | |
| # Builds the SDL_shadercross tool and installs it locally. | |
| # | |
| # Prerequisites: | |
| # Python 3 | |
| # Git | |
| # C++ compiler | |
| # CMake | |
| # Ninja |
| .row > div { | |
| height: 40px; | |
| border: 2px solid rgb(0, 226, 242); | |
| } |
| <div class="row"> | |
| <div class="col-4"></div> | |
| <div class="col-8"></div> | |
| <div class="col-2"></div> | |
| </div> |
| .row { | |
| display: flex; | |
| } | |
| .col-2 { | |
| flex: 2; | |
| } | |
| .col-4 { | |
| flex: 4; | |
| } | |
| .col-6 { |
| { | |
| "name": "across-ui", | |
| "version": "0.1.0", | |
| "private": true, | |
| "dependencies": { | |
| "@testing-library/jest-dom": "^4.2.4", | |
| "@testing-library/react": "^9.3.2", | |
| "@testing-library/user-event": "^7.1.2", | |
| "@types/jest": "^24.0.0", | |
| "@types/node": "^12.0.0", |
| [Desktop Entry] | |
| Version=1.0 | |
| Type=Application | |
| Name=GitKraken | |
| Icon=gitkraken.png | |
| Exec=/opt/gitkraken/gitkraken | |
| Comment=Gitkraken | |
| Categories=Development; | |
| Terminal=false |
| t1answkzzMNWaLgCEw53hyACeL9UjB1wXPC |
| # -*- coding: utf-8 -*- | |
| import time, os | |
| from selenium import webdriver | |
| user = "saudequiri" | |
| password = "ps@2014" | |
| ent = "FUNDO MUNICIPAL DE SAÚDE DE QUIRINOPOLIS" | |
| local = "UPA" | |
| browser = "firefox" |