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",
defaults write com.apple.dock size-immutable -bool true; killall Dock |
{ | |
"prepublishOnly": "if [[ ! $PWD =~ dist$ ]]; then npm run _dist:nopublish; fi", | |
"_dist:nopublish": "echo 'Use `npm run dist` instead of `npm publish`!' && exit 1", | |
"_dist:prep": "yarn build && cp package.json dist && cp README.md dist", | |
"_dist:post": "rm -f dist/package.json && rm -f dist/README.md", | |
"dist": "npm run _dist:prep && npm publish dist && npm run _dist:post" | |
} |
########## | |
# Tweaked Win10 Initial Setup Script | |
# Primary Author: Disassembler <[email protected]> | |
# Modified by: alirobe <[email protected]> based on my personal preferences. | |
# Version: 2.12.1, 2018-03-15 | |
# Primary Author Source: https://github.com/Disassembler0/Win10-Initial-Setup-Script | |
# Tweaked Source: https://gist.github.com/alirobe/7f3b34ad89a159e6daa1/ | |
# Tweak difference: | |
# | |
# @alirobe's version is a subset focused on safely disabling telemetry, some 'smart' features and 3rd party bloat ... |