-
Notifications
You must be signed in to change notification settings - Fork 12.8k
Intellisense doesn't work on JavaScript file until I change language mode #11043
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
Comments
From @NeilAllen on September 13, 2016 13:41 Same here... |
@kai23 thank you for opening this issue. I have observed similar behavior and think it could be related to Microsofty/TypeScript #10735 . I cannot reproduce right now Can you help me track this down? Add this to your settings "typescript.tsserver.trace": "verbose" Additionally, set the environment variable TSS_LOG=-level verbose. there should be a log file written next to tsserver.js that would have the form of .log[0-9]+ |
From @kai23 on September 13, 2016 19:15 Here is the full log. I did the exact same thing as shown in the gif : http://pastebin.com/pr32P8j8 |
From @kai23 on September 13, 2016 19:17 maybe that's the part which you may like ?
and :
Edit: Because I needed to work today, I installed the project manager extension. I removed it, but still.
Edit 4 : same things happen in the insiders build PS : didn't found the log file. Maybe I'm not searching the right place ?
|
@kai23 thanks for logging this for us. Sending to TS team to look into further. |
Failed to repro the issue on windows and OS X. @kai23 I noticed you are using a non-English copy of VSCode. Does your "XXX" folder have a non-English folder name? Just a thought. |
Hey, My XXX folder have this form = |
Could not get to repro it locally on latest either. closing for now. please reopen if the issue is still there. |
From @kai23 on September 13, 2016 8:31
Steps to Reproduce:
Hello
Hello
, create fileapp.js
code .
or open this folder in VSCodeconsole.
- No Intellisenseconsole.
- Intellisense is presentGif to show what happen :
No Extension, brand new VSCode
Copied from original issue: microsoft/vscode#11938
The text was updated successfully, but these errors were encountered: