onDidOpenNotebookDocument - emit event only once when opened in two editors
See original GitHub issue1) 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)
Issue Analytics
- State:
- Created a year ago
- Comments:5 (5 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
For new tests or to see if flakiness is fixed, I was doing this for a few cases:
yml
files 20 times to have many test runs at onceIf like a 100 runs are without flake, then I merge to
main
@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