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.

onDidOpenNotebookDocument - emit event only once when opened in two editors

See original GitHub issue
1) Notebook Document
       onDidOpenNotebookDocument - emit event only once when opened in two editors:
     Error: Timeout of 60000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (D:\a\_work\1\s\extensions\vscode-api-tests\out\singlefolder-tests\notebook.document.test.js)
      at listOnTimeout (node:internal/timers:559:17)
      at processTimers (node:internal/timers:502:7)

https://dev.azure.com/vscode/VSCode/_build/results?buildId=70483&view=logs&j=a8a6689c-5a84-59c0-482a-7dd9f21eb2d8&t=1fa6fb8d-7bb3-5acd-5778-bf99aac7f637&l=391

https://dev.azure.com/monacotools/Monaco/_build/results?buildId=180738&view=logs&j=0304f796-6596-5b42-8573-3d5da85bc4a5&t=4c50b82f-3f48-5844-7225-93b0027cedfd&l=390

Issue Analytics

  • State:open
  • Created a year ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
bpaserocommented, Aug 5, 2022

For new tests or to see if flakiness is fixed, I was doing this for a few cases:

  • setup a branch where potentially flaky tests are enabled again
  • duplicate the run test task in the yml files 20 times to have many test runs at once
  • trigger a few builds over the day and see if any flake is there

If like a 100 runs are without flake, then I merge to main

0reactions
mjbvzcommented, Aug 12, 2022

@rebornix I’m not sure. I’ve bumped the content that the webview tries to load with #157959 but am not sure that will help with these issues

Read more comments on GitHub >

github_iconTop Results From Across the Web

VSCode - Event that fires when a non-text file has been ...
The proposed api, see vscode.proposed.tabs.d.ts, does provide two event listeners that do work for whatever the file type opened or closed in my...
Read more >
VS Code API | Visual Studio Code Extension API
A workspace is the collection of one or more folders that are opened in an editor window (instance). It is also possible to...
Read more >
VscodeWorkspace - Haxe externs for Visual Studio Code
read onlyonDidOpenNotebookDocument:Event<NotebookDocument>. An event that is emitted when a {@link NotebookDocument notebook} is opened.
Read more >
Creating an event - AltspaceVR - Microsoft Learn
Learn about AltspaceVR events, how to create them, adding branding and 3D objects with the World Editor.
Read more >
Simple Touch Events in CoffeeScript | Littlelines
Thus, when I was faced with the problem of handling touch events on handheld and ... I started with a blank page in...
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