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

vscode: cmd+click not jump to path that contain "@"'s vue file that if not contain "setup". #2600

Closed
tanpengsccd opened this issue Apr 10, 2023 · 1 comment
Labels
bug Something isn't working good reproduction ✨ This issue provides a good reproduction, we will be able to investigate it first

Comments

@tanpengsccd
Copy link

demo https://github.com/tanpengsccd/volar-starter.git

image

@tanpengsccd tanpengsccd changed the title vscode: cmd+click not jump to vue file if not contain "setup". vscode: cmd+click not jump to path that contain "@"'s vue file that if not contain "setup". Apr 10, 2023
@tanpengsccd
Copy link
Author

if the vue file path contain '@' and
vue use

<script lang="ts" >  // if here  not use "setup" ,  then  this file can't be jumped.

如果 vue文件 路径含“@ ” 且 vue 文件 的标签 中 <script lang="ts" > 没有 使用 setup. 则 无法在 import 那里跳转 到定义.

image

@johnsoncodehk johnsoncodehk added bug Something isn't working good reproduction ✨ This issue provides a good reproduction, we will be able to investigate it first labels Apr 20, 2023
johnsoncodehk added a commit that referenced this issue Apr 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good reproduction ✨ This issue provides a good reproduction, we will be able to investigate it first
Projects
None yet
Development

No branches or pull requests

2 participants