Skip to content

Instantly share code, notes, and snippets.

@chbrown
Created June 25, 2015 02:46
Show Gist options
  • Save chbrown/86372f64df05dac7e741 to your computer and use it in GitHub Desktop.
Save chbrown/86372f64df05dac7e741 to your computer and use it in GitHub Desktop.
Installing TypeScript-Sublime-Plugin at 0.1.4
  1. First, uninstall the PackageControl-installed version: Command+Shift+P -> Remove -> Typescript

  2. In your terminal: cd "$HOME/Library/Application Support/Sublime Text 3/Packages/"

  3. 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.

  4. Go into the repository: cd TypeScript

  5. And checkout the latest good version: git checkout 0.1.4

  6. Quit Sublime Text and restart

@chbrown
Copy link
Author

chbrown commented Jun 25, 2015

The 0.1.5 version is severely broken. Like, tons of forced formatting choices and undo history breakage: microsoft/TypeScript-Sublime-Plugin#257

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment