This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
| { | |
| "path": "/Applications/Panda/extpkg/bin", // point this to the directory of your root / root.exe | |
| "selector": "source.cpp, source.c, source.c++", | |
| "working_dir": "${file_path}", | |
| "cmd": ["root", "-l", "$file"], | |
| "variants": [ | |
| { | |
| "cmd": ["root", "-l", "$file+"], // delivers a command palette only option to run root with compiling the macro before executing it (the + option) - but doesn't run, since clang++ can't be found. If you want to fix it: fix it. | |
| "name": "ROOT: Compile (+)" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ### Useful defaults | |
| ### Extracted from the .osx file of Mathias Bynens | |
| ### https://github.com/mathiasbynens/dotfiles/blob/master/.osx | |
| ### Finder stuff | |
| # Expand save panel by default | |
| defaults write NSGlobalDomain NSNavPanelExpandedStateForSaveMode -bool true | |
| # Save to disk (not to iCloud) by default | |
| defaults write NSGlobalDomain NSDocumentSaveNewDocumentsToCloud -bool false | |
| # Automatically quit printer app once the print jobs complete |
NewerOlder