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

editor.hover.delay setting is only "activated" when user settings is altered. #62835

Closed
pietervandereems opened this issue Nov 9, 2018 · 1 comment
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug confirmed Issue has been confirmed by VS Code Team member editor-hover Editor mouse hover verified Verification succeeded
Milestone

Comments

@pietervandereems
Copy link

Issue Type: Bug

File -> Preferences -> Settings
Search for "hover"
Alter Editor> Hover:Delay to 2001

The hover popup delay is now 2001 millis.
Close Visual Studio Code
Start Visual Studio Code
The hover popup delay is now 300 millis.
File -> Preferences -> Settings
"..." -> settings.json
See that in the settings.json (right side, under USER SETTINGS) the delay is set to 2001: "editor.hover.delay": 2001
Change the 2001 to for example 2000 (so that the settings.json is saved)>
The hover popup delay is now 2000 millis.

Repeat.

VS Code version: Code 1.28.2 (7f3ce96, 2018-10-17T00:20:56.183Z)
OS version: Linux x64 4.18.0-10-generic

System Info
Item Value
CPUs Intel(R) Core(TM) i7-8750H CPU @ 2.20GHz (12 x 3898)
GPU Status 2d_canvas: enabled
checker_imaging: disabled_off
flash_3d: enabled
flash_stage3d: enabled
flash_stage3d_baseline: enabled
gpu_compositing: enabled
multiple_raster_threads: enabled_on
native_gpu_memory_buffers: disabled_software
rasterization: disabled_software
video_decode: unavailable_software
video_encode: unavailable_software
webgl: enabled
webgl2: enabled
Load (avg) 1, 1, 1
Memory (System) 15.52GB (4.09GB free)
Process Argv --unity-launch
Screen Reader no
VM 0%
Extensions (6)
Extension Author (truncated) Version
vscode-sequence-diagrams Ale 0.3.1
vscode-eslint dba 1.7.0
EditorConfig Edi 0.12.5
vscode-firefox-debug hbe 1.7.1
vscode-icons rob 7.28.0
vscode-scss-formatter sib 1.0.4

(1 theme extensions excluded)

@vscodebot vscodebot bot added the editor-contrib Editor collection of extras label Nov 9, 2018
@usernamehw
Copy link
Contributor

/confirm Win10 1.28.2/1.29.0

It's starting to work again after tab switching.

@vscodebot vscodebot bot added the confirmed Issue has been confirmed by VS Code Team member label Nov 9, 2018
@alexdima alexdima added bug Issue identified by VS Code Team member as probable bug editor-hover Editor mouse hover and removed editor-contrib Editor collection of extras labels Nov 10, 2018
@alexdima alexdima added this to the November 2018 milestone Nov 10, 2018
@roblourens roblourens added the verified Verification succeeded label Dec 6, 2018
@vscodebot vscodebot bot locked and limited conversation to collaborators Dec 26, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug confirmed Issue has been confirmed by VS Code Team member editor-hover Editor mouse hover verified Verification succeeded
Projects
None yet
Development

No branches or pull requests

4 participants