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 auto imports behave weirdly after automatic package update #72539

Closed
Dar0n opened this issue Apr 18, 2019 · 7 comments
Closed

vscode auto imports behave weirdly after automatic package update #72539

Dar0n opened this issue Apr 18, 2019 · 7 comments
Assignees
Labels
install-update VS Code installation and upgrade system issues *question Issue represents a question, should be posted to StackOverflow (VS Code) suggest IntelliSense, Auto Complete themes Color theme issues

Comments

@Dar0n
Copy link

Dar0n commented Apr 18, 2019

Hello there!

I am relatively new to Linux. Couple of days ago I have run some automatic update of all the packages with apt-get.

After that VSCode behaves somewhat weird. In particular, it suddenly forgot all installed extensions (had to install them again). But the most bothering issue is with auto import(ctrl + .): instead of themed colorful suggestion list with automatic selection of the most probable option, I get a "default" white list with no selection, that occasionally disappears while I navigate through it.

I tried to install older version of VSCode from couple of months ago, but that didn't change anything.
I also tried to delete ~/.vscode folder, but that also didn't do anything.
I failed to find similar issue and not sure where even to start to dig.

Environment:
Kubuntu 18.04, VSCode 1.29.1, Typescript 3.1.4

myimage

@vscodebot vscodebot bot added the install-update VS Code installation and upgrade system issues label Apr 18, 2019
@Dar0n
Copy link
Author

Dar0n commented Apr 18, 2019

Interestingly, auto-suggestions while typing work fine. Just the forced import (ctrl + .) looks atypical.

myimage

@mjbvz mjbvz assigned jrieken and aeschli and unassigned mjbvz Apr 22, 2019
@mjbvz mjbvz added suggest IntelliSense, Auto Complete themes Color theme issues labels Apr 22, 2019
@jrieken
Copy link
Member

jrieken commented Apr 23, 2019

Code action use the default operating system context menu (not a custom menu). However, on Linux you can configure to use custom rendered menus if you want.

@jrieken jrieken added the *question Issue represents a question, should be posted to StackOverflow (VS Code) label Apr 23, 2019
@vscodebot
Copy link

vscodebot bot commented Apr 23, 2019

Please ask your question on StackOverflow. We have a great community over there. They have already answered thousands of questions and are happy to answer yours as well. See also our issue reporting guidelines.

Happy Coding!

@vscodebot vscodebot bot closed this as completed Apr 23, 2019
@Dar0n
Copy link
Author

Dar0n commented Apr 23, 2019

Hi @jrieken ! Thanks for finding time to answer my question.
Could you be more specific how I could configure custom rendered menus? Before the mentioned accidental update, the nice custom VSCode menu would appear every time I pressed "ctrl + ." . And I definitely did not configure anything before that, it came out of the box.

@jrieken
Copy link
Member

jrieken commented Apr 23, 2019

Sorry, didn't find the name of setting, @sbatten will be able to help

@sbatten
Copy link
Member

sbatten commented Apr 25, 2019

@Dar0n sorry for not getting this here sooner. The setting for modifying the titlebar and menus is window.titleBarStyle.

@Dar0n
Copy link
Author

Dar0n commented Apr 26, 2019

@sbatten Oh my God, you made my day! The native menu was so ridiculously annoying! Last week was a nightmare! :)
Thank you so much!

@vscodebot vscodebot bot locked and limited conversation to collaborators Jun 11, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
install-update VS Code installation and upgrade system issues *question Issue represents a question, should be posted to StackOverflow (VS Code) suggest IntelliSense, Auto Complete themes Color theme issues
Projects
None yet
Development

No branches or pull requests

5 participants