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

No .ts file language features in takeover mode #511

Closed
Delerme opened this issue Sep 20, 2021 · 2 comments
Closed

No .ts file language features in takeover mode #511

Delerme opened this issue Sep 20, 2021 · 2 comments
Labels
bug Something isn't working

Comments

@Delerme
Copy link

Delerme commented Sep 20, 2021

I switched over to takeover mode as recommended, but there is no intellisense or other language features in standard .ts files. This discussion suggests .ts files should work normally after opening a Vue file.

Current plugin list:

  • Volar (language features)
  • ESLint
  • Stylelint
  • Live Share

Using vscode remote ssh

@sibbng
Copy link

sibbng commented Sep 20, 2021

I have the same issue. I'm working on VueUse code base.

Intellisense working at the composables in packages folder but on scripts folder only working in utils.ts.

VS Code Version: 1.60.1
OS: Windows 10

@johnsoncodehk
Copy link
Member

It seems that Volar's tsconfig project finding logic is different from typescript builtin extension, you can try add scripts to tsconfig include option to resolve for now.

@johnsoncodehk johnsoncodehk added the bug Something isn't working label Sep 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants