Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 591 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 591 Bytes

score-e2e-test-bug-replication README

This repo replicates a bug lodged here: microsoft/vscode#178184

Hover sequences are different at runtime vs testtime.

To demonstrate:

  1. Run this extension in extensionHost using F5. Open the src/extension.ts file and hover over the method name activate. You should see the typescript hover information and as Hello! message at the bottom, this is as expected.
  2. Run the extension tests. The tests will fail as the first hover result contains Hello - however this should be last, as it is visually in the UI.