question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Hover getting disabled automatically by AWS Tookit

See original GitHub issue

Problem

Since few days, the hover popup in my VSCode gets disabled automatically for the current user. Basically, the property @id:editor.hover.enabled is unset for User, but remains checked for Workspace

Steps to reproduce the issue

I have not been able to pinpoint what triggers this issue, but know the code that’s causing it.

Refer this VSCode github issue to understand the exact issue: https://github.com/microsoft/vscode/issues/165988

The root cause was identified by one of their Principal Software Engineering Managers (Alexandru Dima): https://github.com/aws/aws-toolkit-vscode/blob/6b8d0d63b9481e4a61708e47df2dd44d89e268ee/src/codewhisperer/util/hoverConfigUtil.ts#L9-L37

As per the code, you guys seem to be doing a workaround for inline completions, which is having a bug.

Expected behavior

The hover functionality should not get auto-disabled

System details (run the AWS: About Toolkit command)

OS: Windows_NT x64 10.0.22621 Visual Studio Code extension host: 1.70.0 AWS Toolkit: 1.53.0 node: 16.13.2 electron: 18.3.5

Issue Analytics

  • State:closed
  • Created 10 months ago
  • Reactions:2
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
hedietcommented, Dec 2, 2022

workaround for inline completions, which is having a bug.

If there is a bug indeed, we would appreciate if you could file an issue in the VS Code repo!

1reaction
justinmk3commented, Nov 28, 2022

@aproli90 we have confirmed this issue and we are working on a fix.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Hover getting automatically disabled in VSCode
Since few days, the hover popup in my VSCode gets disabled automatically for the current user. Basically, the property @id:editor. hover. ...
Read more >
Working with AWS serverless applications using the AWS Toolkit
Option 1: Visit the handler source code (specifically, a .js, .cs, or .py file) in your AWS SAM project, hover over the Lambda...
Read more >
How do I disable the tips that show when I hover over code?
SOLUTION: In VS 2019: Go to Tools > Options > Text Editor > C/C++ > Advanced > Intellisense. Under Intellisense, click on "Auto...
Read more >
Hover - UiPath Documentation Portal
Get Selected Range · Copy Sheet · Delete Range · Auto Fill Range ... Comment Out / Disabled Activities ... Unmount Tools Installer...
Read more >
View and Edit Case Details from the List ... - Salesforce Help
View and Edit Case Details from the List View with Case Hover in Lightning Experience. Agents can save time by previewing, editing, and...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found