-
First, uninstall the PackageControl-installed version:
Command+Shift+P
->Remove
-> Typescript -
In your terminal:
cd "$HOME/Library/Application Support/Sublime Text 3/Packages/"
-
In that directory:
git clone https://github.com/Microsoft/TypeScript-Sublime-Plugin.git TypeScript
This is pretty much the source-install process from the plugin's readme, except without
--depth 1
, which pulls only the latest revision. -
Go into the repository:
cd TypeScript
-
And checkout the latest good version:
git checkout 0.1.4
-
Quit Sublime Text and restart
Created
June 25, 2015 02:46
-
-
Save chbrown/86372f64df05dac7e741 to your computer and use it in GitHub Desktop.
Installing TypeScript-Sublime-Plugin at 0.1.4
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The 0.1.5 version is severely broken. Like, tons of forced formatting choices and undo history breakage: microsoft/TypeScript-Sublime-Plugin#257