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

Can you add support for Windows? #11

Open
kreedz opened this issue May 3, 2018 · 2 comments
Open

Can you add support for Windows? #11

kreedz opened this issue May 3, 2018 · 2 comments

Comments

@kreedz
Copy link

kreedz commented May 3, 2018

Based on my attempt to run emacs with the same configuration on Linux and Windows I assume it doesn't support Windows, so can I ask you to add that feature?

Actually it's working only in one case. For example, if the file is a descendant of ~ (on my Windows machine it's a C:\Users\<SomeUserName>\AppData\Roaming). Otherwise emacs is hanging, C-g helps to break that freezing.

As a workaround if you want to work with code that located at another place you can create in the HOME directory (~) the directory junction to that code.

@kreedz kreedz changed the title How to properly setup with tide? Can you add support for Windows? May 4, 2018
@codesuki
Copy link
Owner

codesuki commented May 6, 2018

Thanks for letting me know. I think I know what might be the cause.

@codesuki
Copy link
Owner

I will add some check to at least not break on windows. To add proper windows support we would need to check global npm_modules in %APPDATA%/npm, which I don't have the time to add and debug. But if you want to add it, feel free to send a PR. (I don't have a windows machine available)

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