Created
October 18, 2018 19:51
-
-
Save kro12/f9dc5780115d51bde956f26428880fcd to your computer and use it in GitHub Desktop.
VSC setup for Tower
This file contains 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
====== CompareTools.plist ============ | |
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" | |
"http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<plist version="1.0"> | |
<array> | |
<dict> | |
<key>ApplicationIdentifier</key> | |
<string>com.microsoft.VSCode</string> | |
<key>ApplicationName</key> | |
<string>Visual Studio Code</string> | |
<key>DisplayName</key> | |
<string>Visual Studio Code</string> | |
<key>LaunchScript</key> | |
<string>vsc.sh</string> | |
<key>Identifier</key> | |
<string>vsc</string> | |
<key>SupportsMergeTool</key> | |
<true/> | |
<key>SupportsDiffChangeset</key> | |
<false/> | |
</dict> | |
</array> | |
</plist> | |
==================================== | |
====== vsc.sh ====================== \\ chmod +x vsc.sh | |
#!/bin/sh | |
vsc --wait $4 | |
==================================== |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment