Skip to content

Instantly share code, notes, and snippets.

@kro12
Created October 18, 2018 19:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kro12/f9dc5780115d51bde956f26428880fcd to your computer and use it in GitHub Desktop.
Save kro12/f9dc5780115d51bde956f26428880fcd to your computer and use it in GitHub Desktop.
VSC setup for Tower
====== 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