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.

Notebooks inserts/edits code cell

See original GitHub issue

https://dev.azure.com/monacotools/Monaco/_build/results?buildId=147845&view=logs&j=306b2268-2a17-5e97-ab97-f41a26dc5206&t=f99521cb-b554-56f1-45de-e2bc176b0ad3&l=72

  1) VSCode Smoke Tests (Electron)
       Notebooks
         inserts/edits code cell:
     Error: Timeout: get element '.quick-input-widget' after 20 seconds.
      at poll (D:\a\1\s\test\automation\out\code.js:65:19)
      at async Code.waitForElement (D:\a\1\s\test\automation\out\code.js:184:16)
      at async QuickInput.waitForQuickInputClosed (D:\a\1\s\test\automation\out\quickinput.js:32:9)
      at async QuickInput.selectQuickInputElement (D:\a\1\s\test\automation\out\quickinput.js:41:13)
      at async QuickAccess.runCommand (D:\a\1\s\test\automation\out\quickaccess.js:146:9)
      at async Notebook.openNotebook (D:\a\1\s\test\automation\out\notebook.js:15:9)
      at async Context.<anonymous> (out\areas\notebook\notebook.test.js:26:13)

Screenshot reveals that the command cannot be found? Is there a missing extension activation?

inserts_edits_code_cell

Issue Analytics

  • State:open
  • Created 2 years ago
  • Comments:14 (13 by maintainers)

github_iconTop GitHub Comments

1reaction
roblourenscommented, Aug 30, 2022

Good catch with the fact that the command might only come in later, I thought we had something to wait on extensions load, but maybe not for smoke tests…

I thought that too but apparently not.

Got one PR to add a .ipynb to the smoketest repo: https://github.com/microsoft/vscode-smoketest-express/pull/11 I tested that it doesn’t break the search tests or any others.

And another to enable tests and delete the extension (gotta fix the repo url, I’m watching the CI https://github.com/microsoft/vscode/pull/159521))

0reactions
roblourenscommented, Sep 14, 2022

Broke in the real build because I only added the build step under the OSS quality…

Read more comments on GitHub >

github_iconTop Results From Across the Web

Notebooks inserts/edits code cell · Issue #139216 - GitHub
1) VSCode Smoke Tests (Electron) Notebooks inserts/edits code cell: Error: Timeout: get element '.quick-input-widget' after 20 seconds. at ...
Read more >
Jupyter Notebook - Editing - Tutorialspoint
P. open the command palette. 5 ; Shift-Enter. run cell, select below. 6 ; Ctrl-Enter. run selected cells. A ; Alt-Enter. run cell...
Read more >
Edit Jupyter notebook files | DataSpell Documentation
A newly created notebook contains one code cell. You can change its type with the cell type selector in the notebook toolbar: ·...
Read more >
Working with Jupyter code cells in the Python Interactive window
Visual Studio Code supports working with Jupyter Notebooks natively, as well as through Python ... Jupyter adornments for code cells in the VS...
Read more >
Optimizing Jupyter Notebook: Tips, Tricks, and nbextensions
Ctrl + Enter run selected cells; Alt + Enter run the current cell, insert below; Ctrl + S save and checkpoint. Shortcuts when...
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