-
-
Notifications
You must be signed in to change notification settings - Fork 595
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
Intellisense / type checking stopped working in v0.22.4 #1449
Comments
Same here, linking between files does not work with cmd and intellisense does not shows up, already tried to uninstall and reinstall. Platform: Mac OS Mojave 10.14.6 If you need more info or log let me know. |
Same on Linux. Vetur: 0.22.4 VSCode Stats: |
Same issue for me, although it always seems to work in at least one file, but not the others |
+1 |
Similar issue for my project using typescript. VSCode version: 1.39.0 Downgrading to 0.22.3 works. |
+1 |
+1
|
Similar issue. Downgrading to 0.22.3 worked for me too. |
same here. |
Downgrading to 0.22.3 worked for me |
my english is bad,but I know how to reproduce the problem. it's look like ,vue file is import on other *".ts" file,vue IntelliSense not work. |
Platform: Mac Only one file has working intellisense at a given time. Language server keeps crashing. |
Guys, there is no need for more confirmations. Just use the reaction icon if you need to say "me too" |
Same here. It works for a while after reinstall. |
Hi! Did some debugging on this issue. AFAIK, the problem is related to: This method is called with the For instance:
In our tsconfig.json, we are not including vue file since these will be pulled in by the compiler anyway when our entry point ts files are compiled. So,
filePaths will not contain our vue files, only ts files, and the method will return false. |
#1450 PR will fixed. |
Kudos @yoyo930021 .. Great work! Hope we can get this PR merged ASAP! It is driving me crazy. I will apply your changes on my local VLS |
I want to make sure this is my only issue, did this also break all emmet/bracket-closing functions as well? |
Should be fixed in 0.22.5. Thanks to @yoyo930021 for fixing it! Sorry I had been traveling and just catching up with notifications. |
0.22.5 still doesn't fix this for me. Downgrading to 0.22.3 works. Windows 10 x64, VS Code 1.39.2 |
@GordonBlahut Does it reproduce on the sample project? https://github.com/octref/veturpack |
I'm also having this issue, v0.22.4 & 0.22.5 both have this issue for me. Manually downgrading to v0.22.3 resolves it. |
Why is the issue closed? |
I'm still encountering this issue after upgrading to 0.22.5. In fact it no longer works even in the first opened file. |
For me version 0.22.5 works, both in ts and non-ts projects. |
InelliSense now completely broken in 0.22.5. Have tested both TS and JS and neither work. Downgrading to 0.22.4 fixes the issue for the first opened file. Downgrading to 0.22.3 fixes the issue for all files. Environment details: |
The new 0.22.5 still has the problem. Moreover, step 7 of the reproducible case is now broken too. |
I think to have another problem causes on this issue.
|
I don't know. I used 0.22.5 for most part of the day today. Haven't seen problems. Help me see the problem? |
@praveenpuglia I think the problem is related to windows and windows filepaths. Are you running VSCode on linux or mac ? |
macOS Catalina - 10.15 |
Fix for Windows is released on 0.22.6. |
@octref Seems like 0.22.6 fixed the issue. |
I believe I am still getting this issue. I have been able to get the import intellisense paths to work by using this post on reddit. However when I try to access anything from the imported file there is no intellisense. import axios from 'axios'
export const test = {
async get(id) {
// ..
}
} Intellisense doesn't even exist for any Vue elements either. I am at a complete halt in my development because of this issue that I can't seem to get past. I am somewhat new to dealing with js but have been programming for quite a few years now and have been frustrated for over a week now. |
@lzinga please give more info for this. |
Issue arrised again in 0.23.0 see #1589 |
Bumping this. Same problem. Suddenly stopped working. |
Info
Problem
Intellisense stopped working properly in Vue files. Although it works in the first opened vue file or if it was opened in the previous session.
Downgrading to Vetur 0.22.3 fixed the issue.
Reproducible Case
The text was updated successfully, but these errors were encountered: