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

How to start tsserver without first opening a .ts file? #441

Open
uri opened this issue Oct 12, 2023 · 0 comments
Open

How to start tsserver without first opening a .ts file? #441

uri opened this issue Oct 12, 2023 · 0 comments

Comments

@uri
Copy link

uri commented Oct 12, 2023

I want to open vim at the project root and run :CocList -I symbols but tsc isn't started until I open any .ts file. I have a tsconfig.json in my project's root.

I have workspace.patterns in my global config and this project has a .git folder.

  "workspace.rootPatterns": [
    ".vim",
    ".git",
    ".hg",
    ".projections.json",
    "go.mod"
  ],
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

1 participant