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

Tide does not start in typescript file #15217

Closed
Rimann91 opened this issue Dec 18, 2021 · 3 comments · Fixed by #15885
Closed

Tide does not start in typescript file #15217

Rimann91 opened this issue Dec 18, 2021 · 3 comments · Fixed by #15885

Comments

@Rimann91
Copy link

I am running spacemacs on windows. I have followed the instructions here verbatim. I am new to emacs, there doesn't seem to be any output at all associated with tide. I don't know if there is a way to get verbose output that I don't know about?. No log buffers open. Any ideas what the issue might be?

@lebensterben
Copy link
Collaborator

Use SPC h I to generate the information needed for bug reports.

@joshmccall221
Copy link

@Rimann91, not the exact issue but I had luck with :

     html
     auto-completion
     (typescript :variables
                 typescript-backend 'tide
                 typescript-fmt-on-save t
                 typescript-fmt-tool 'typescript-formatter)
     (javascript :variables
                 javascript-backend 'tide)

see #15412

@lawrsp
Copy link
Contributor

lawrsp commented Jul 9, 2022

I also met this, error message is

File local-variables error: (void-variable tide-references-mode-map)

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

Successfully merging a pull request may close this issue.

4 participants