microsoft / TypeScript-Sublime-Plugin

IO wrapper around TypeScript language services, allowing for easy consumption by editor plugins
Apache License 2.0
1.72k stars 237 forks source link

TypeScript Sublime master does not seem to work on Windows #765

Closed orta closed 3 years ago

orta commented 3 years ago

This has been the release blocker.

Running the same project ( https://github.com/danger/danger-js/ ) with a master copy of this plugin does not give hover entry like:

Screen Shot 2020-12-16 at 1 09 44 PM

Nor does goto definition work (outside of what I assume is some ST built-in feature.) There are no logs or warnings in the console, and the "TypeScript initializing" message does show.

orta commented 3 years ago

I've not been able to figure out how to read any logs for debug.log to see whether parts of the code are running. I looked over the diff and none of the new PRs seem to hint at something being platform dependent.

orta commented 3 years ago

Confirmed this is fixed with #767