Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Local tsserver checks for JS instead of script #33

Closed
bryanforbes opened this issue Aug 10, 2015 · 1 comment
Closed

Local tsserver checks for JS instead of script #33

bryanforbes opened this issue Aug 10, 2015 · 1 comment

Comments

@bryanforbes
Copy link

Right now, tsuquyomi#config#tsscmd() checks for "node_modules/typescript/bin/tsserver.js". In newer releases (1.6+), all JavaScript files will be in typescript/lib and all scripts will be in typescript/bin. Because of this change, tsuquyomi#config#tsscmd() doesn't find a local tsserver.js for the nightlies. tsuquyomi#config#tsscmd() should instead be checking for "node_modules/typescript/bin/tsserver" since it exists in 1.5+ and can be passed to the node executable.

@Quramy
Copy link
Owner

Quramy commented Aug 11, 2015

@bryanforbes
thanks your information.

@Quramy Quramy closed this as completed Apr 14, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants