drivo / sublime-typescript-compiler

TypeScript compiler package for Sublime Text 2. You can compile fragment or whole .ts file into a new plain JavaScipt. Developed for JavaScript prototyping in mind.
Other
5 stars 3 forks source link

Configuration error #2

Open prettymuchbryce opened 11 years ago

prettymuchbryce commented 11 years ago

* Your TypeScript compiler is not properly configured. * * Check your Preferences (menu 'Preferences/Package Settings/TypeScript Compiler') and retry. *

Unknown extension for file: "/Users/bryceneal/Library/Application Support/Sublime Text 2/Packages/User/TypeScript Compiler.sublime-settings". Only .ts and .d.ts extensions are allowed.

Both my node_path, and typescript_path are correct. I am on osx.

drivo commented 11 years ago

Could you reproduce the issue and send me an excerpt from Sublime Console ("View/Show Console" menu item)? The plug-in inserts there other useful information I can use to catch the issue. Thanks in advance.

chromeo commented 11 years ago

I have the same issue. I searched for tsc in all the /usr/local/ subfolders to no avail. Here is the output from the console:

Writing file /Users/garyedarling/public_html/hello.ts with encoding UTF-8 i: 0, text: alert('hello wo i: 1, text: ignored packages updated to: [Package Control.sublime-package, Vintage, TypeScript Compiler] found 1 files for base name Default.sublime-theme reloading /Users/garyedarling/Library/Application Support/Sublime Text 2/Packages/User/Preferences.sublime-settings theme loaded found 1 files for base name Default.sublime-theme theme loaded ignored packages updated to: [Package Control.sublime-package, Vintage] found 1 files for base name Default.sublime-theme theme loaded reloading /Users/garyedarling/Library/Application Support/Sublime Text 2/Packages/User/Package Control.sublime-settings reloading /Users/garyedarling/Library/Application Support/Sublime Text 2/Packages/User/Preferences.sublime-settings found 1 files for base name Default.sublime-theme Reloading plugin /Users/garyedarling/Library/Application Support/Sublime Text 2/Packages/TypeScript Compiler/typescript_compiler.py found 14 files for base name Default.sublime-keymap found 13 files for base name Main.sublime-menu theme loaded

--TypeScript Compiler finished--