Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to run cells in Jupyter Notebooks #123700

Closed
DonJayamanne opened this issue May 12, 2021 · 18 comments
Closed

Unable to run cells in Jupyter Notebooks #123700

DonJayamanne opened this issue May 12, 2021 · 18 comments
Assignees
Labels
author-verification-requested Issues potentially verifiable by issue author bug Issue identified by VS Code Team member as probable bug insiders-released Patch has been released in VS Code Insiders verified Verification succeeded
Milestone

Comments

@DonJayamanne
Copy link
Contributor

DonJayamanne commented May 12, 2021

  • VS Code Version: Insider
  • OS Version: Mac

Steps to Reproduce:

  1. Install Jupyter extension
  2. Open a notebook, select Kernel A
  3. Run a cell & confirm execution order changes to 1
  4. Next Select kernel B
  5. Run a cell & confirm execution order changes to 1
  6. Close this notebook
  7. Reload VS Code.
  8. Open the same notebook.
  9. Confirm Kernel B is selected on the bottom
  10. Run a cell, it looks like (progress UI displayed) the cell ran.
  11. But there are errors in the error log indicating that it could not.

Screen Shot 2021-05-12 at 09 49 45

@jrieken @roblourens /cc

FYI - this is very easy to replicate and we're running into this consistently.
Our tests don't catch this as we invoke the command executeCommand('notebook.selectKernel' to get around an issue where VS Code prompts selection or kernels (that blocks all of our tests, hence this work around)

Does this issue occur when all extensions are disabled?: N/A

@jrieken
Copy link
Member

jrieken commented May 12, 2021

Run a cell & confirm execution order changes to 1

I have never gotten to the point where jupyter is able to execute a cell. I just hangs forever, despite having kernels detected. Maybe that's because I don't have the python extension installed?

Trying this with my local toy extension that has multiple kernels but I am unable to reproduce. Is there anything async in your world, like can CellExecutionQueue@queueCell change the order of things or can it delay this?

jrieken added a commit that referenced this issue May 12, 2021
@jrieken
Copy link
Member

jrieken commented May 12, 2021

I have pushed a change that adds logging. Use F1 > Set Log Level > Trace and check the extension host output when this happens

@jrieken jrieken added info-needed Issue requires more information from poster notebook-kernel labels May 12, 2021
@jrieken
Copy link
Member

jrieken commented May 12, 2021

Confirm Kernel B is selected on the bottom

Also, appears the kernel as selected or suggested? The latter can be told from its tooltip.

jrieken added a commit that referenced this issue May 12, 2021
@joyceerhl
Copy link
Collaborator

Also, appears the kernel as selected or suggested? The latter can be told from its tooltip.

I believe the kernel is selected, not suggested:

image

@DonJayamanne
Copy link
Contributor Author

I have never gotten to the point where jupyter is able to execute a cell. I just hangs forever, despite having kernels detected. Maybe that's because I don't have the python extension installed?

  • Please could you install the Python extension
  • Please ensure you have Python installed
  • If this persists, please send the logs from the Jupyter output panel (its possibly an issue that users run into as well)

@DonJayamanne
Copy link
Contributor Author

Enabled tracing and here are the logs:
Screen Shot 2021-05-13 at 08 26 04

@DonJayamanne
Copy link
Contributor Author

Here's everything (reload vscode and captured the logs):

Details

electron/js2c/renderer_init.js:61 The vm module of Node.js is deprecated in the renderer process and will be removed.
t._load @ electron/js2c/renderer_init.js:61
Module.require @ internal/modules/cjs/loader.js:1006
require @ internal/modules/cjs/helpers.js:88
t @ loader.js:1025
r._init @ loader.js:737
r.load @ loader.js:812
r.load @ loader.js:610
l @ loader.js:1631
r._loadModule @ loader.js:1643
r._resolve @ loader.js:1728
r.defineModule @ loader.js:1375
i @ loader.js:1847
E @ bootstrap-window.js:179
async function (async)
E @ bootstrap-window.js:57
(anonymous) @ workbench.js:21
(anonymous) @ workbench.js:206
log.ts:296 ERR Cannot have two contributions with the same id editor.contrib.acceptChangesButton: Error: Cannot have two contributions with the same id editor.contrib.acceptChangesButton
at new ln (file:///Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:652:76088)
at h._createInstance (file:///Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:625:1374)
at h.createInstance (file:///Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:625:793)
at M.createEditorControl (file:///Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:2252:27036)
at M.createEditor (file:///Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:2252:26647)
at M.createEditor (file:///Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:2252:170335)
at M.create (file:///Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:1440:57758)
at T.renderBody (file:///Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:2252:167280)
at T.render (file:///Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:170:17822)
at T.render (file:///Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:2199:115862)
at P.onDidAddViewDescriptors (file:///Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:2481:37088)
at P.create (file:///Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:2481:33314)
at L.create (file:///Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:2481:54577)
at ai.showComposite (file:///Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:2199:106630)
at ai.doOpenComposite (file:///Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:2199:105477)
at ai.openComposite (file:///Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:2199:104992)
at ai.doOpenPanel (file:///Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:2481:69286)
at ai.openPanel (file:///Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:2481:69379)
at file:///Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:2519:24538
at async Promise.all (index 3)
at async Object.G [as settled] (file:///Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:68:21761)
console.ts:137 [Extension Host] (node:46084) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.(Use Code - Insiders Helper (Renderer) --trace-deprecation ... to show where the warning was created) (at writeOut (internal/process/warning.js:43:3))
S @ console.ts:137
_logExtensionHostMessage @ localProcessExtensionHost.ts:514
(anonymous) @ localProcessExtensionHost.ts:282
emit @ events.js:315
emit @ internal/child_process.js:903
processTicksAndRejections @ internal/process/task_queues.js:81
htmlContent.ts:65 [Violation] 'requestIdleCallback' handler took 72ms
abstractExtensionService.ts:965 Extension 'donjayamanne.jupyterpowertools' uses PROPOSED API which is subject to change and removal without notice.
updateEnableProposedApi @ abstractExtensionService.ts:965
_checkEnableProposedApi @ abstractExtensionService.ts:679
_checkEnabledAndProposedAPI @ abstractExtensionService.ts:685
_scanAndHandleExtensions @ extensionService.ts:346
async function (async)
_scanAndHandleExtensions @ extensionService.ts:346
_initialize @ abstractExtensionService.ts:430
(anonymous) @ extensionService.ts:113
requestIdleCallback (async)
e.runWhenIdle @ async.ts:825
(anonymous) @ extensionService.ts:112
Promise.then (async)
Oa @ extensionService.ts:110
_createInstance @ instantiationService.ts:110
_createServiceInstance @ instantiationService.ts:230
_createServiceInstanceWithOwner @ instantiationService.ts:219
_createAndCacheServiceInstance @ instantiationService.ts:208
_safeCreateAndCacheServiceInstance @ instantiationService.ts:151
_getOrCreateServiceInstance @ instantiationService.ts:135
get @ instantiationService.ts:54
initLayout @ layout.ts:254
(anonymous) @ workbench.ts:141
invokeFunction @ instantiationService.ts:61
startup @ workbench.ts:134
open @ shared.desktop.main.ts:111
async function (async)
open @ shared.desktop.main.ts:102
w @ desktop.main.ts:40
b.load.configureDeveloperSettings @ workbench.js:32
(anonymous) @ bootstrap-window.js:183
r._invokeFactory @ loader.js:1136
r.complete @ loader.js:1146
r._onModuleComplete @ loader.js:1772
r._onModuleComplete @ loader.js:1784
r._resolve @ loader.js:1732
r.defineModule @ loader.js:1375
p @ loader.js:1822
_ @ loader.js:863
(anonymous) @ tunnelServiceImpl.ts:33
(anonymous) @ fake:1
r._createAndEvalScript @ loader.js:866
(anonymous) @ loader.js:848
v @ loader.js:967
(anonymous) @ loader.js:972
readFileAfterClose @ internal/fs/read_file_context.js:63
abstractExtensionService.ts:965 Extension 'donjayamanne.kusto' uses PROPOSED API which is subject to change and removal without notice.
updateEnableProposedApi @ abstractExtensionService.ts:965
_checkEnableProposedApi @ abstractExtensionService.ts:679
_checkEnabledAndProposedAPI @ abstractExtensionService.ts:685
_scanAndHandleExtensions @ extensionService.ts:346
async function (async)
_scanAndHandleExtensions @ extensionService.ts:346
_initialize @ abstractExtensionService.ts:430
(anonymous) @ extensionService.ts:113
requestIdleCallback (async)
e.runWhenIdle @ async.ts:825
(anonymous) @ extensionService.ts:112
Promise.then (async)
Oa @ extensionService.ts:110
_createInstance @ instantiationService.ts:110
_createServiceInstance @ instantiationService.ts:230
_createServiceInstanceWithOwner @ instantiationService.ts:219
_createAndCacheServiceInstance @ instantiationService.ts:208
_safeCreateAndCacheServiceInstance @ instantiationService.ts:151
_getOrCreateServiceInstance @ instantiationService.ts:135
get @ instantiationService.ts:54
initLayout @ layout.ts:254
(anonymous) @ workbench.ts:141
invokeFunction @ instantiationService.ts:61
startup @ workbench.ts:134
open @ shared.desktop.main.ts:111
async function (async)
open @ shared.desktop.main.ts:102
w @ desktop.main.ts:40
b.load.configureDeveloperSettings @ workbench.js:32
(anonymous) @ bootstrap-window.js:183
r._invokeFactory @ loader.js:1136
r.complete @ loader.js:1146
r._onModuleComplete @ loader.js:1772
r._onModuleComplete @ loader.js:1784
r._resolve @ loader.js:1732
r.defineModule @ loader.js:1375
p @ loader.js:1822
_ @ loader.js:863
(anonymous) @ tunnelServiceImpl.ts:33
(anonymous) @ fake:1
r._createAndEvalScript @ loader.js:866
(anonymous) @ loader.js:848
v @ loader.js:967
(anonymous) @ loader.js:972
readFileAfterClose @ internal/fs/read_file_context.js:63
abstractExtensionService.ts:798 [julialang.language-julia-insider]: Cannot register multiple views with same id REPLVariables
_logMessageInConsole @ abstractExtensionService.ts:798
_handleExtensionPointMessage @ abstractExtensionService.ts:751
U @ abstractExtensionService.ts:725
_msg @ extensionsRegistry.ts:36
error @ extensionsRegistry.ts:45
(anonymous) @ viewsExtensionPoint.ts:432
(anonymous) @ viewsExtensionPoint.ts:429
A @ collections.ts:42
addViews @ viewsExtensionPoint.ts:414
(anonymous) @ viewsExtensionPoint.ts:402
_handle @ extensionsRegistry.ts:141
acceptUsers @ extensionsRegistry.ts:132
_handleExtensionPoint @ abstractExtensionService.ts:785
_doHandleExtensionPoints @ abstractExtensionService.ts:731
_startLocalExtensionHost @ extensionService.ts:465
_scanAndHandleExtensions @ extensionService.ts:435
async function (async)
_scanAndHandleExtensions @ extensionService.ts:346
_initialize @ abstractExtensionService.ts:430
(anonymous) @ extensionService.ts:113
requestIdleCallback (async)
e.runWhenIdle @ async.ts:825
(anonymous) @ extensionService.ts:112
Promise.then (async)
Oa @ extensionService.ts:110
_createInstance @ instantiationService.ts:110
_createServiceInstance @ instantiationService.ts:230
_createServiceInstanceWithOwner @ instantiationService.ts:219
_createAndCacheServiceInstance @ instantiationService.ts:208
_safeCreateAndCacheServiceInstance @ instantiationService.ts:151
_getOrCreateServiceInstance @ instantiationService.ts:135
get @ instantiationService.ts:54
initLayout @ layout.ts:254
(anonymous) @ workbench.ts:141
invokeFunction @ instantiationService.ts:61
startup @ workbench.ts:134
open @ shared.desktop.main.ts:111
async function (async)
open @ shared.desktop.main.ts:102
w @ desktop.main.ts:40
b.load.configureDeveloperSettings @ workbench.js:32
(anonymous) @ bootstrap-window.js:183
r._invokeFactory @ loader.js:1136
r.complete @ loader.js:1146
r._onModuleComplete @ loader.js:1772
r._onModuleComplete @ loader.js:1784
r._resolve @ loader.js:1732
r.defineModule @ loader.js:1375
p @ loader.js:1822
_ @ loader.js:863
(anonymous) @ tunnelServiceImpl.ts:33
(anonymous) @ fake:1
r._createAndEvalScript @ loader.js:866
(anonymous) @ loader.js:848
v @ loader.js:967
(anonymous) @ loader.js:972
readFileAfterClose @ internal/fs/read_file_context.js:63
abstractExtensionService.ts:798 [julialang.language-julia-insider]: Cannot register multiple views with same id julia-documentation
_logMessageInConsole @ abstractExtensionService.ts:798
_handleExtensionPointMessage @ abstractExtensionService.ts:751
U @ abstractExtensionService.ts:725
_msg @ extensionsRegistry.ts:36
error @ extensionsRegistry.ts:45
(anonymous) @ viewsExtensionPoint.ts:432
(anonymous) @ viewsExtensionPoint.ts:429
A @ collections.ts:42
addViews @ viewsExtensionPoint.ts:414
(anonymous) @ viewsExtensionPoint.ts:402
_handle @ extensionsRegistry.ts:141
acceptUsers @ extensionsRegistry.ts:132
_handleExtensionPoint @ abstractExtensionService.ts:785
_doHandleExtensionPoints @ abstractExtensionService.ts:731
_startLocalExtensionHost @ extensionService.ts:465
_scanAndHandleExtensions @ extensionService.ts:435
async function (async)
_scanAndHandleExtensions @ extensionService.ts:346
_initialize @ abstractExtensionService.ts:430
(anonymous) @ extensionService.ts:113
requestIdleCallback (async)
e.runWhenIdle @ async.ts:825
(anonymous) @ extensionService.ts:112
Promise.then (async)
Oa @ extensionService.ts:110
_createInstance @ instantiationService.ts:110
_createServiceInstance @ instantiationService.ts:230
_createServiceInstanceWithOwner @ instantiationService.ts:219
_createAndCacheServiceInstance @ instantiationService.ts:208
_safeCreateAndCacheServiceInstance @ instantiationService.ts:151
_getOrCreateServiceInstance @ instantiationService.ts:135
get @ instantiationService.ts:54
initLayout @ layout.ts:254
(anonymous) @ workbench.ts:141
invokeFunction @ instantiationService.ts:61
startup @ workbench.ts:134
open @ shared.desktop.main.ts:111
async function (async)
open @ shared.desktop.main.ts:102
w @ desktop.main.ts:40
b.load.configureDeveloperSettings @ workbench.js:32
(anonymous) @ bootstrap-window.js:183
r._invokeFactory @ loader.js:1136
r.complete @ loader.js:1146
r._onModuleComplete @ loader.js:1772
r._onModuleComplete @ loader.js:1784
r._resolve @ loader.js:1732
r.defineModule @ loader.js:1375
p @ loader.js:1822
_ @ loader.js:863
(anonymous) @ tunnelServiceImpl.ts:33
(anonymous) @ fake:1
r._createAndEvalScript @ loader.js:866
(anonymous) @ loader.js:848
v @ loader.js:967
(anonymous) @ loader.js:972
readFileAfterClose @ internal/fs/read_file_context.js:63
abstractExtensionService.ts:798 [ms-vscode.js-debug-nightly]: Cannot register multiple views with same id jsBrowserBreakpoints
_logMessageInConsole @ abstractExtensionService.ts:798
_handleExtensionPointMessage @ abstractExtensionService.ts:751
U @ abstractExtensionService.ts:725
_msg @ extensionsRegistry.ts:36
error @ extensionsRegistry.ts:45
(anonymous) @ viewsExtensionPoint.ts:432
(anonymous) @ viewsExtensionPoint.ts:429
A @ collections.ts:42
addViews @ viewsExtensionPoint.ts:414
(anonymous) @ viewsExtensionPoint.ts:402
_handle @ extensionsRegistry.ts:141
acceptUsers @ extensionsRegistry.ts:132
_handleExtensionPoint @ abstractExtensionService.ts:785
_doHandleExtensionPoints @ abstractExtensionService.ts:731
_startLocalExtensionHost @ extensionService.ts:465
_scanAndHandleExtensions @ extensionService.ts:435
async function (async)
_scanAndHandleExtensions @ extensionService.ts:346
_initialize @ abstractExtensionService.ts:430
(anonymous) @ extensionService.ts:113
requestIdleCallback (async)
e.runWhenIdle @ async.ts:825
(anonymous) @ extensionService.ts:112
Promise.then (async)
Oa @ extensionService.ts:110
_createInstance @ instantiationService.ts:110
_createServiceInstance @ instantiationService.ts:230
_createServiceInstanceWithOwner @ instantiationService.ts:219
_createAndCacheServiceInstance @ instantiationService.ts:208
_safeCreateAndCacheServiceInstance @ instantiationService.ts:151
_getOrCreateServiceInstance @ instantiationService.ts:135
get @ instantiationService.ts:54
initLayout @ layout.ts:254
(anonymous) @ workbench.ts:141
invokeFunction @ instantiationService.ts:61
startup @ workbench.ts:134
open @ shared.desktop.main.ts:111
async function (async)
open @ shared.desktop.main.ts:102
w @ desktop.main.ts:40
b.load.configureDeveloperSettings @ workbench.js:32
(anonymous) @ bootstrap-window.js:183
r._invokeFactory @ loader.js:1136
r.complete @ loader.js:1146
r._onModuleComplete @ loader.js:1772
r._onModuleComplete @ loader.js:1784
r._resolve @ loader.js:1732
r.defineModule @ loader.js:1375
p @ loader.js:1822
_ @ loader.js:863
(anonymous) @ tunnelServiceImpl.ts:33
(anonymous) @ fake:1
r._createAndEvalScript @ loader.js:866
(anonymous) @ loader.js:848
v @ loader.js:967
(anonymous) @ loader.js:972
readFileAfterClose @ internal/fs/read_file_context.js:63
abstractExtensionService.ts:965 Extension 'donjayamanne.jupyterpowertools' uses PROPOSED API which is subject to change and removal without notice.
updateEnableProposedApi @ abstractExtensionService.ts:965
_checkEnableProposedApi @ abstractExtensionService.ts:679
_checkEnabledAndProposedAPI @ abstractExtensionService.ts:685
getInitData @ extensionService.ts:147
async function (async)
getInitData @ extensionService.ts:147
_createExtHostInitData @ localProcessExtensionHost.ts:463
(anonymous) @ localProcessExtensionHost.ts:429
fire @ event.ts:634
fire @ ipc.net.ts:468
_receiveMessage @ ipc.net.ts:821
(anonymous) @ ipc.net.ts:660
fire @ event.ts:634
acceptChunk @ ipc.net.ts:241
(anonymous) @ ipc.net.ts:202
D @ ipc.net.ts:50
emit @ events.js:315
addChunk @ internal/streams/readable.js:309
readableAddChunk @ internal/streams/readable.js:284
Readable.push @ internal/streams/readable.js:223
onStreamRead @ internal/stream_base_commons.js:188
abstractExtensionService.ts:965 Extension 'donjayamanne.kusto' uses PROPOSED API which is subject to change and removal without notice.
updateEnableProposedApi @ abstractExtensionService.ts:965
_checkEnableProposedApi @ abstractExtensionService.ts:679
_checkEnabledAndProposedAPI @ abstractExtensionService.ts:685
getInitData @ extensionService.ts:147
async function (async)
getInitData @ extensionService.ts:147
_createExtHostInitData @ localProcessExtensionHost.ts:463
(anonymous) @ localProcessExtensionHost.ts:429
fire @ event.ts:634
fire @ ipc.net.ts:468
_receiveMessage @ ipc.net.ts:821
(anonymous) @ ipc.net.ts:660
fire @ event.ts:634
acceptChunk @ ipc.net.ts:241
(anonymous) @ ipc.net.ts:202
D @ ipc.net.ts:50
emit @ events.js:315
addChunk @ internal/streams/readable.js:309
readableAddChunk @ internal/streams/readable.js:284
Readable.push @ internal/streams/readable.js:223
onStreamRead @ internal/stream_base_commons.js:188
TMScopeRegistry.ts:45 Overwriting grammar scope name to file mapping for scope source.r.
Old grammar file: file:///Applications/Visual%20Studio%20Code%20-%20Insiders.app/Contents/Resources/app/extensions/r/syntaxes/r.tmLanguage.json.
New grammar file: file:///Users/donjayamanne/.vscode-insiders/extensions/ikuyadeu.r-1.6.6/syntax/r.json
register @ TMScopeRegistry.ts:45
R @ TMGrammarFactory.ts:73
_getOrCreateGrammarFactory @ abstractTextMateService.ts:246
async function (async)
_getOrCreateGrammarFactory @ abstractTextMateService.ts:235
(anonymous) @ abstractTextMateService.ts:271
_registerDefinitionIfAvailable @ abstractTextMateService.ts:289
(anonymous) @ abstractTextMateService.ts:151
_handle @ extensionsRegistry.ts:141
acceptUsers @ extensionsRegistry.ts:132
_handleExtensionPoint @ abstractExtensionService.ts:785
_doHandleExtensionPoints @ abstractExtensionService.ts:731
_startLocalExtensionHost @ extensionService.ts:465
_scanAndHandleExtensions @ extensionService.ts:435
async function (async)
_scanAndHandleExtensions @ extensionService.ts:346
_initialize @ abstractExtensionService.ts:430
(anonymous) @ extensionService.ts:113
requestIdleCallback (async)
e.runWhenIdle @ async.ts:825
(anonymous) @ extensionService.ts:112
Promise.then (async)
Oa @ extensionService.ts:110
_createInstance @ instantiationService.ts:110
_createServiceInstance @ instantiationService.ts:230
_createServiceInstanceWithOwner @ instantiationService.ts:219
_createAndCacheServiceInstance @ instantiationService.ts:208
_safeCreateAndCacheServiceInstance @ instantiationService.ts:151
_getOrCreateServiceInstance @ instantiationService.ts:135
get @ instantiationService.ts:54
initLayout @ layout.ts:254
(anonymous) @ workbench.ts:141
invokeFunction @ instantiationService.ts:61
startup @ workbench.ts:134
open @ shared.desktop.main.ts:111
async function (async)
open @ shared.desktop.main.ts:102
w @ desktop.main.ts:40
b.load.configureDeveloperSettings @ workbench.js:32
(anonymous) @ bootstrap-window.js:183
r._invokeFactory @ loader.js:1136
r.complete @ loader.js:1146
r._onModuleComplete @ loader.js:1772
r._onModuleComplete @ loader.js:1784
r._resolve @ loader.js:1732
r.defineModule @ loader.js:1375
p @ loader.js:1822
_ @ loader.js:863
(anonymous) @ tunnelServiceImpl.ts:33
(anonymous) @ fake:1
r._createAndEvalScript @ loader.js:866
(anonymous) @ loader.js:848
v @ loader.js:967
(anonymous) @ loader.js:972
readFileAfterClose @ internal/fs/read_file_context.js:63
TMScopeRegistry.ts:45 Overwriting grammar scope name to file mapping for scope source.kusto.
Old grammar file: file:///Users/donjayamanne/.vscode-insiders/extensions/donjayamanne.kusto-0.0.14/syntaxes/kusto.tmLanguage.
New grammar file: file:///Users/donjayamanne/.vscode-insiders/extensions/josin.kusto-syntax-highlighting-1.0.1/syntaxes/kusto.tmLanguage
register @ TMScopeRegistry.ts:45
R @ TMGrammarFactory.ts:73
_getOrCreateGrammarFactory @ abstractTextMateService.ts:246
async function (async)
_getOrCreateGrammarFactory @ abstractTextMateService.ts:235
(anonymous) @ abstractTextMateService.ts:271
_registerDefinitionIfAvailable @ abstractTextMateService.ts:289
(anonymous) @ abstractTextMateService.ts:151
_handle @ extensionsRegistry.ts:141
acceptUsers @ extensionsRegistry.ts:132
_handleExtensionPoint @ abstractExtensionService.ts:785
_doHandleExtensionPoints @ abstractExtensionService.ts:731
_startLocalExtensionHost @ extensionService.ts:465
_scanAndHandleExtensions @ extensionService.ts:435
async function (async)
_scanAndHandleExtensions @ extensionService.ts:346
_initialize @ abstractExtensionService.ts:430
(anonymous) @ extensionService.ts:113
requestIdleCallback (async)
e.runWhenIdle @ async.ts:825
(anonymous) @ extensionService.ts:112
Promise.then (async)
Oa @ extensionService.ts:110
_createInstance @ instantiationService.ts:110
_createServiceInstance @ instantiationService.ts:230
_createServiceInstanceWithOwner @ instantiationService.ts:219
_createAndCacheServiceInstance @ instantiationService.ts:208
_safeCreateAndCacheServiceInstance @ instantiationService.ts:151
_getOrCreateServiceInstance @ instantiationService.ts:135
get @ instantiationService.ts:54
initLayout @ layout.ts:254
(anonymous) @ workbench.ts:141
invokeFunction @ instantiationService.ts:61
startup @ workbench.ts:134
open @ shared.desktop.main.ts:111
async function (async)
open @ shared.desktop.main.ts:102
w @ desktop.main.ts:40
b.load.configureDeveloperSettings @ workbench.js:32
(anonymous) @ bootstrap-window.js:183
r._invokeFactory @ loader.js:1136
r.complete @ loader.js:1146
r._onModuleComplete @ loader.js:1772
r._onModuleComplete @ loader.js:1784
r._resolve @ loader.js:1732
r.defineModule @ loader.js:1375
p @ loader.js:1822
_ @ loader.js:863
(anonymous) @ tunnelServiceImpl.ts:33
(anonymous) @ fake:1
r._createAndEvalScript @ loader.js:866
(anonymous) @ loader.js:848
v @ loader.js:967
(anonymous) @ loader.js:972
readFileAfterClose @ internal/fs/read_file_context.js:63
TMScopeRegistry.ts:45 Overwriting grammar scope name to file mapping for scope text.html.markdown.julia.
Old grammar file: file:///Users/donjayamanne/.vscode-insiders/extensions/julialang.language-julia-1.1.40/syntaxes/juliamarkdown.json.
New grammar file: file:///Users/donjayamanne/.vscode-insiders/extensions/julialang.language-julia-insider-1.1.40/syntaxes/juliamarkdown.json
register @ TMScopeRegistry.ts:45
R @ TMGrammarFactory.ts:73
_getOrCreateGrammarFactory @ abstractTextMateService.ts:246
async function (async)
_getOrCreateGrammarFactory @ abstractTextMateService.ts:235
(anonymous) @ abstractTextMateService.ts:271
_registerDefinitionIfAvailable @ abstractTextMateService.ts:289
(anonymous) @ abstractTextMateService.ts:151
_handle @ extensionsRegistry.ts:141
acceptUsers @ extensionsRegistry.ts:132
_handleExtensionPoint @ abstractExtensionService.ts:785
_doHandleExtensionPoints @ abstractExtensionService.ts:731
_startLocalExtensionHost @ extensionService.ts:465
_scanAndHandleExtensions @ extensionService.ts:435
async function (async)
_scanAndHandleExtensions @ extensionService.ts:346
_initialize @ abstractExtensionService.ts:430
(anonymous) @ extensionService.ts:113
requestIdleCallback (async)
e.runWhenIdle @ async.ts:825
(anonymous) @ extensionService.ts:112
Promise.then (async)
Oa @ extensionService.ts:110
_createInstance @ instantiationService.ts:110
_createServiceInstance @ instantiationService.ts:230
_createServiceInstanceWithOwner @ instantiationService.ts:219
_createAndCacheServiceInstance @ instantiationService.ts:208
_safeCreateAndCacheServiceInstance @ instantiationService.ts:151
_getOrCreateServiceInstance @ instantiationService.ts:135
get @ instantiationService.ts:54
initLayout @ layout.ts:254
(anonymous) @ workbench.ts:141
invokeFunction @ instantiationService.ts:61
startup @ workbench.ts:134
open @ shared.desktop.main.ts:111
async function (async)
open @ shared.desktop.main.ts:102
w @ desktop.main.ts:40
b.load.configureDeveloperSettings @ workbench.js:32
(anonymous) @ bootstrap-window.js:183
r._invokeFactory @ loader.js:1136
r.complete @ loader.js:1146
r._onModuleComplete @ loader.js:1772
r._onModuleComplete @ loader.js:1784
r._resolve @ loader.js:1732
r.defineModule @ loader.js:1375
p @ loader.js:1822
_ @ loader.js:863
(anonymous) @ tunnelServiceImpl.ts:33
(anonymous) @ fake:1
r._createAndEvalScript @ loader.js:866
(anonymous) @ loader.js:848
v @ loader.js:967
(anonymous) @ loader.js:972
readFileAfterClose @ internal/fs/read_file_context.js:63
TMScopeRegistry.ts:45 Overwriting grammar scope name to file mapping for scope markdown.julia.codeblock.
Old grammar file: file:///Users/donjayamanne/.vscode-insiders/extensions/julialang.language-julia-1.1.40/syntaxes/juliacodeblock.json.
New grammar file: file:///Users/donjayamanne/.vscode-insiders/extensions/julialang.language-julia-insider-1.1.40/syntaxes/juliacodeblock.json
register @ TMScopeRegistry.ts:45
R @ TMGrammarFactory.ts:73
_getOrCreateGrammarFactory @ abstractTextMateService.ts:246
async function (async)
_getOrCreateGrammarFactory @ abstractTextMateService.ts:235
(anonymous) @ abstractTextMateService.ts:271
_registerDefinitionIfAvailable @ abstractTextMateService.ts:289
(anonymous) @ abstractTextMateService.ts:151
_handle @ extensionsRegistry.ts:141
acceptUsers @ extensionsRegistry.ts:132
_handleExtensionPoint @ abstractExtensionService.ts:785
_doHandleExtensionPoints @ abstractExtensionService.ts:731
_startLocalExtensionHost @ extensionService.ts:465
_scanAndHandleExtensions @ extensionService.ts:435
async function (async)
_scanAndHandleExtensions @ extensionService.ts:346
_initialize @ abstractExtensionService.ts:430
(anonymous) @ extensionService.ts:113
requestIdleCallback (async)
e.runWhenIdle @ async.ts:825
(anonymous) @ extensionService.ts:112
Promise.then (async)
Oa @ extensionService.ts:110
_createInstance @ instantiationService.ts:110
_createServiceInstance @ instantiationService.ts:230
_createServiceInstanceWithOwner @ instantiationService.ts:219
_createAndCacheServiceInstance @ instantiationService.ts:208
_safeCreateAndCacheServiceInstance @ instantiationService.ts:151
_getOrCreateServiceInstance @ instantiationService.ts:135
get @ instantiationService.ts:54
initLayout @ layout.ts:254
(anonymous) @ workbench.ts:141
invokeFunction @ instantiationService.ts:61
startup @ workbench.ts:134
open @ shared.desktop.main.ts:111
async function (async)
open @ shared.desktop.main.ts:102
w @ desktop.main.ts:40
b.load.configureDeveloperSettings @ workbench.js:32
(anonymous) @ bootstrap-window.js:183
r._invokeFactory @ loader.js:1136
r.complete @ loader.js:1146
r._onModuleComplete @ loader.js:1772
r._onModuleComplete @ loader.js:1784
r._resolve @ loader.js:1732
r.defineModule @ loader.js:1375
p @ loader.js:1822
_ @ loader.js:863
(anonymous) @ tunnelServiceImpl.ts:33
(anonymous) @ fake:1
r._createAndEvalScript @ loader.js:866
(anonymous) @ loader.js:848
v @ loader.js:967
(anonymous) @ loader.js:972
readFileAfterClose @ internal/fs/read_file_context.js:63
TMScopeRegistry.ts:45 Overwriting grammar scope name to file mapping for scope source.kusto.
Old grammar file: file:///Users/donjayamanne/.vscode-insiders/extensions/josin.kusto-syntax-highlighting-1.0.1/syntaxes/kusto.tmLanguage.
New grammar file: file:///Users/donjayamanne/.vscode-insiders/extensions/rosshamish.kuskus-kusto-syntax-highlighting-1.1.8/syntaxes/kusto.tmLanguage
register @ TMScopeRegistry.ts:45
R @ TMGrammarFactory.ts:73
_getOrCreateGrammarFactory @ abstractTextMateService.ts:246
async function (async)
_getOrCreateGrammarFactory @ abstractTextMateService.ts:235
(anonymous) @ abstractTextMateService.ts:271
_registerDefinitionIfAvailable @ abstractTextMateService.ts:289
(anonymous) @ abstractTextMateService.ts:151
_handle @ extensionsRegistry.ts:141
acceptUsers @ extensionsRegistry.ts:132
_handleExtensionPoint @ abstractExtensionService.ts:785
_doHandleExtensionPoints @ abstractExtensionService.ts:731
_startLocalExtensionHost @ extensionService.ts:465
_scanAndHandleExtensions @ extensionService.ts:435
async function (async)
_scanAndHandleExtensions @ extensionService.ts:346
_initialize @ abstractExtensionService.ts:430
(anonymous) @ extensionService.ts:113
requestIdleCallback (async)
e.runWhenIdle @ async.ts:825
(anonymous) @ extensionService.ts:112
Promise.then (async)
Oa @ extensionService.ts:110
_createInstance @ instantiationService.ts:110
_createServiceInstance @ instantiationService.ts:230
_createServiceInstanceWithOwner @ instantiationService.ts:219
_createAndCacheServiceInstance @ instantiationService.ts:208
_safeCreateAndCacheServiceInstance @ instantiationService.ts:151
_getOrCreateServiceInstance @ instantiationService.ts:135
get @ instantiationService.ts:54
initLayout @ layout.ts:254
(anonymous) @ workbench.ts:141
invokeFunction @ instantiationService.ts:61
startup @ workbench.ts:134
open @ shared.desktop.main.ts:111
async function (async)
open @ shared.desktop.main.ts:102
w @ desktop.main.ts:40
b.load.configureDeveloperSettings @ workbench.js:32
(anonymous) @ bootstrap-window.js:183
r._invokeFactory @ loader.js:1136
r.complete @ loader.js:1146
r._onModuleComplete @ loader.js:1772
r._onModuleComplete @ loader.js:1784
r._resolve @ loader.js:1732
r.defineModule @ loader.js:1375
p @ loader.js:1822
_ @ loader.js:863
(anonymous) @ tunnelServiceImpl.ts:33
(anonymous) @ fake:1
r._createAndEvalScript @ loader.js:866
(anonymous) @ loader.js:848
v @ loader.js:967
(anonymous) @ loader.js:972
readFileAfterClose @ internal/fs/read_file_context.js:63
suggestWidgetDetails.ts:136 [Violation] 'setTimeout' handler took 413ms
[Violation] Forced reflow while executing JavaScript took 379ms
console.ts:137 [Extension Host] Message Please sign in to the GitHub Codespaces extension before connecting to a codespace. didn't get externalized correctly. (at Object.localize (/Users/donjayamanne/.vscode-insiders/extensions/node_modules/vscode-nls/lib/main.js:153:1))
S @ console.ts:137
$logExtensionHostMessage @ mainThreadConsole.ts:35
_doInvokeHandler @ rpcProtocol.ts:417
_invokeHandler @ rpcProtocol.ts:402
_receiveRequest @ rpcProtocol.ts:318
_receiveOneMessage @ rpcProtocol.ts:245
(anonymous) @ rpcProtocol.ts:110
fire @ event.ts:634
fire @ ipc.net.ts:468
_receiveMessage @ ipc.net.ts:821
(anonymous) @ ipc.net.ts:660
fire @ event.ts:634
acceptChunk @ ipc.net.ts:241
(anonymous) @ ipc.net.ts:202
D @ ipc.net.ts:50
emit @ events.js:315
addChunk @ internal/streams/readable.js:309
readableAddChunk @ internal/streams/readable.js:284
Readable.push @ internal/streams/readable.js:223
onStreamRead @ internal/stream_base_commons.js:188
console.ts:137 [Extension Host] Message Setting up remote connection didn't get externalized correctly. (at Object.localize (/Users/donjayamanne/.vscode-insiders/extensions/node_modules/vscode-nls/lib/main.js:153:1))
S @ console.ts:137
$logExtensionHostMessage @ mainThreadConsole.ts:35
_doInvokeHandler @ rpcProtocol.ts:417
_invokeHandler @ rpcProtocol.ts:402
_receiveRequest @ rpcProtocol.ts:318
_receiveOneMessage @ rpcProtocol.ts:245
(anonymous) @ rpcProtocol.ts:110
fire @ event.ts:634
fire @ ipc.net.ts:468
_receiveMessage @ ipc.net.ts:821
(anonymous) @ ipc.net.ts:660
fire @ event.ts:634
acceptChunk @ ipc.net.ts:241
(anonymous) @ ipc.net.ts:202
D @ ipc.net.ts:50
emit @ events.js:315
addChunk @ internal/streams/readable.js:309
readableAddChunk @ internal/streams/readable.js:284
Readable.push @ internal/streams/readable.js:223
onStreamRead @ internal/stream_base_commons.js:188
console.ts:137 [Extension Host] Message Fetching codespace details... didn't get externalized correctly. (at Object.localize (/Users/donjayamanne/.vscode-insiders/extensions/node_modules/vscode-nls/lib/main.js:153:1))
S @ console.ts:137
$logExtensionHostMessage @ mainThreadConsole.ts:35
_doInvokeHandler @ rpcProtocol.ts:417
_invokeHandler @ rpcProtocol.ts:402
_receiveRequest @ rpcProtocol.ts:318
_receiveOneMessage @ rpcProtocol.ts:245
(anonymous) @ rpcProtocol.ts:110
fire @ event.ts:634
fire @ ipc.net.ts:468
_receiveMessage @ ipc.net.ts:821
(anonymous) @ ipc.net.ts:660
fire @ event.ts:634
acceptChunk @ ipc.net.ts:241
(anonymous) @ ipc.net.ts:202
D @ ipc.net.ts:50
emit @ events.js:315
addChunk @ internal/streams/readable.js:309
readableAddChunk @ internal/streams/readable.js:284
Readable.push @ internal/streams/readable.js:223
onStreamRead @ internal/stream_base_commons.js:188
console.ts:137 [Extension Host] Message Codespace {} no longer exists. didn't get externalized correctly. (at Object.localize (/Users/donjayamanne/.vscode-insiders/extensions/node_modules/vscode-nls/lib/main.js:153:1))
S @ console.ts:137
$logExtensionHostMessage @ mainThreadConsole.ts:35
_doInvokeHandler @ rpcProtocol.ts:417
_invokeHandler @ rpcProtocol.ts:402
_receiveRequest @ rpcProtocol.ts:318
_receiveOneMessage @ rpcProtocol.ts:245
(anonymous) @ rpcProtocol.ts:110
fire @ event.ts:634
fire @ ipc.net.ts:468
_receiveMessage @ ipc.net.ts:821
(anonymous) @ ipc.net.ts:660
fire @ event.ts:634
acceptChunk @ ipc.net.ts:241
(anonymous) @ ipc.net.ts:202
D @ ipc.net.ts:50
emit @ events.js:315
addChunk @ internal/streams/readable.js:309
readableAddChunk @ internal/streams/readable.js:284
Readable.push @ internal/streams/readable.js:223
onStreamRead @ internal/stream_base_commons.js:188
console.ts:137 [Extension Host] Message Failed to start VS Code remote server didn't get externalized correctly. (at Object.localize (/Users/donjayamanne/.vscode-insiders/extensions/node_modules/vscode-nls/lib/main.js:153:1))
S @ console.ts:137
$logExtensionHostMessage @ mainThreadConsole.ts:35
_doInvokeHandler @ rpcProtocol.ts:417
_invokeHandler @ rpcProtocol.ts:402
_receiveRequest @ rpcProtocol.ts:318
_receiveOneMessage @ rpcProtocol.ts:245
(anonymous) @ rpcProtocol.ts:110
fire @ event.ts:634
fire @ ipc.net.ts:468
_receiveMessage @ ipc.net.ts:821
(anonymous) @ ipc.net.ts:660
fire @ event.ts:634
acceptChunk @ ipc.net.ts:241
(anonymous) @ ipc.net.ts:202
D @ ipc.net.ts:50
emit @ events.js:315
addChunk @ internal/streams/readable.js:309
readableAddChunk @ internal/streams/readable.js:284
Readable.push @ internal/streams/readable.js:223
onStreamRead @ internal/stream_base_commons.js:188
console.ts:137 [Extension Host] Message Codespace {} is suspended. didn't get externalized correctly. (at Object.localize (/Users/donjayamanne/.vscode-insiders/extensions/node_modules/vscode-nls/lib/main.js:153:1))
S @ console.ts:137
$logExtensionHostMessage @ mainThreadConsole.ts:35
_doInvokeHandler @ rpcProtocol.ts:417
_invokeHandler @ rpcProtocol.ts:402
_receiveRequest @ rpcProtocol.ts:318
_receiveOneMessage @ rpcProtocol.ts:245
(anonymous) @ rpcProtocol.ts:110
fire @ event.ts:634
fire @ ipc.net.ts:468
_receiveMessage @ ipc.net.ts:821
(anonymous) @ ipc.net.ts:660
fire @ event.ts:634
acceptChunk @ ipc.net.ts:241
(anonymous) @ ipc.net.ts:202
D @ ipc.net.ts:50
emit @ events.js:315
addChunk @ internal/streams/readable.js:309
readableAddChunk @ internal/streams/readable.js:284
Readable.push @ internal/streams/readable.js:223
onStreamRead @ internal/stream_base_commons.js:188
console.ts:137 [Extension Host] Message Unable to start suspended codespace didn't get externalized correctly. (at Object.localize (/Users/donjayamanne/.vscode-insiders/extensions/node_modules/vscode-nls/lib/main.js:153:1))
S @ console.ts:137
$logExtensionHostMessage @ mainThreadConsole.ts:35
_doInvokeHandler @ rpcProtocol.ts:417
_invokeHandler @ rpcProtocol.ts:402
_receiveRequest @ rpcProtocol.ts:318
_receiveOneMessage @ rpcProtocol.ts:245
(anonymous) @ rpcProtocol.ts:110
fire @ event.ts:634
fire @ ipc.net.ts:468
_receiveMessage @ ipc.net.ts:821
(anonymous) @ ipc.net.ts:660
fire @ event.ts:634
acceptChunk @ ipc.net.ts:241
(anonymous) @ ipc.net.ts:202
D @ ipc.net.ts:50
emit @ events.js:315
addChunk @ internal/streams/readable.js:309
readableAddChunk @ internal/streams/readable.js:284
Readable.push @ internal/streams/readable.js:223
onStreamRead @ internal/stream_base_commons.js:188
console.ts:137 [Extension Host] Message This codespace uses a container version that will stop working on May 1. Please update the container version by rebuilding the codespace by May 1 to avoid losing access to this codespace. didn't get externalized correctly. (at Object.localize (/Users/donjayamanne/.vscode-insiders/extensions/node_modules/vscode-nls/lib/main.js:153:1))
S @ console.ts:137
$logExtensionHostMessage @ mainThreadConsole.ts:35
_doInvokeHandler @ rpcProtocol.ts:417
_invokeHandler @ rpcProtocol.ts:402
_receiveRequest @ rpcProtocol.ts:318
_receiveOneMessage @ rpcProtocol.ts:245
(anonymous) @ rpcProtocol.ts:110
fire @ event.ts:634
fire @ ipc.net.ts:468
_receiveMessage @ ipc.net.ts:821
(anonymous) @ ipc.net.ts:660
fire @ event.ts:634
acceptChunk @ ipc.net.ts:241
(anonymous) @ ipc.net.ts:202
D @ ipc.net.ts:50
emit @ events.js:315
addChunk @ internal/streams/readable.js:309
readableAddChunk @ internal/streams/readable.js:284
Readable.push @ internal/streams/readable.js:223
onStreamRead @ internal/stream_base_commons.js:188
console.ts:137 [Extension Host] Message This codespace uses a container version that will stop working on May 1. Please delete and re-create this codespace to continue working as this codespace will be inaccessible after May 1 didn't get externalized correctly. (at Object.localize (/Users/donjayamanne/.vscode-insiders/extensions/node_modules/vscode-nls/lib/main.js:153:1))
S @ console.ts:137
$logExtensionHostMessage @ mainThreadConsole.ts:35
_doInvokeHandler @ rpcProtocol.ts:417
_invokeHandler @ rpcProtocol.ts:402
_receiveRequest @ rpcProtocol.ts:318
_receiveOneMessage @ rpcProtocol.ts:245
(anonymous) @ rpcProtocol.ts:110
fire @ event.ts:634
fire @ ipc.net.ts:468
_receiveMessage @ ipc.net.ts:821
(anonymous) @ ipc.net.ts:660
fire @ event.ts:634
acceptChunk @ ipc.net.ts:241
(anonymous) @ ipc.net.ts:202
D @ ipc.net.ts:50
emit @ events.js:315
addChunk @ internal/streams/readable.js:309
readableAddChunk @ internal/streams/readable.js:284
Readable.push @ internal/streams/readable.js:223
onStreamRead @ internal/stream_base_commons.js:188
console.ts:137 [Extension Host] Message This codespace is currently running in recovery mode due to a container error. Review the creation logs, update your devcontainer configuration as needed, and run the "Rebuild Container" command to retry. didn't get externalized correctly. (at Object.localize (/Users/donjayamanne/.vscode-insiders/extensions/node_modules/vscode-nls/lib/main.js:153:1))
S @ console.ts:137
$logExtensionHostMessage @ mainThreadConsole.ts:35
_doInvokeHandler @ rpcProtocol.ts:417
_invokeHandler @ rpcProtocol.ts:402
_receiveRequest @ rpcProtocol.ts:318
_receiveOneMessage @ rpcProtocol.ts:245
(anonymous) @ rpcProtocol.ts:110
fire @ event.ts:634
fire @ ipc.net.ts:468
_receiveMessage @ ipc.net.ts:821
(anonymous) @ ipc.net.ts:660
fire @ event.ts:634
acceptChunk @ ipc.net.ts:241
(anonymous) @ ipc.net.ts:202
D @ ipc.net.ts:50
emit @ events.js:315
addChunk @ internal/streams/readable.js:309
readableAddChunk @ internal/streams/readable.js:284
Readable.push @ internal/streams/readable.js:223
onStreamRead @ internal/stream_base_commons.js:188
console.ts:137 [Extension Host] Message We've noticed a change to the devcontainer configuration. Rebuild the container to apply them now. didn't get externalized correctly. (at Object.localize (/Users/donjayamanne/.vscode-insiders/extensions/node_modules/vscode-nls/lib/main.js:153:1))
S @ console.ts:137
$logExtensionHostMessage @ mainThreadConsole.ts:35
_doInvokeHandler @ rpcProtocol.ts:417
_invokeHandler @ rpcProtocol.ts:402
_receiveRequest @ rpcProtocol.ts:318
_receiveOneMessage @ rpcProtocol.ts:245
(anonymous) @ rpcProtocol.ts:110
fire @ event.ts:634
fire @ ipc.net.ts:468
_receiveMessage @ ipc.net.ts:821
(anonymous) @ ipc.net.ts:660
fire @ event.ts:634
acceptChunk @ ipc.net.ts:241
(anonymous) @ ipc.net.ts:202
D @ ipc.net.ts:50
emit @ events.js:315
addChunk @ internal/streams/readable.js:309
readableAddChunk @ internal/streams/readable.js:284
Readable.push @ internal/streams/readable.js:223
onStreamRead @ internal/stream_base_commons.js:188
console.ts:137 [Extension Host] Message We noticed the current workspace path has been overridden in devcontainer.json. Would you like to reload into the correct path? didn't get externalized correctly. (at Object.localize (/Users/donjayamanne/.vscode-insiders/extensions/node_modules/vscode-nls/lib/main.js:153:1))
S @ console.ts:137
$logExtensionHostMessage @ mainThreadConsole.ts:35
_doInvokeHandler @ rpcProtocol.ts:417
_invokeHandler @ rpcProtocol.ts:402
_receiveRequest @ rpcProtocol.ts:318
_receiveOneMessage @ rpcProtocol.ts:245
(anonymous) @ rpcProtocol.ts:110
fire @ event.ts:634
fire @ ipc.net.ts:468
_receiveMessage @ ipc.net.ts:821
(anonymous) @ ipc.net.ts:660
fire @ event.ts:634
acceptChunk @ ipc.net.ts:241
(anonymous) @ ipc.net.ts:202
D @ ipc.net.ts:50
emit @ events.js:315
addChunk @ internal/streams/readable.js:309
readableAddChunk @ internal/streams/readable.js:284
Readable.push @ internal/streams/readable.js:223
onStreamRead @ internal/stream_base_commons.js:188
console.ts:137 [Extension Host] Message Network error when connecting to codespace. didn't get externalized correctly. (at Object.localize (/Users/donjayamanne/.vscode-insiders/extensions/node_modules/vscode-nls/lib/main.js:153:1))
S @ console.ts:137
$logExtensionHostMessage @ mainThreadConsole.ts:35
_doInvokeHandler @ rpcProtocol.ts:417
_invokeHandler @ rpcProtocol.ts:402
_receiveRequest @ rpcProtocol.ts:318
_receiveOneMessage @ rpcProtocol.ts:245
(anonymous) @ rpcProtocol.ts:110
fire @ event.ts:634
fire @ ipc.net.ts:468
_receiveMessage @ ipc.net.ts:821
(anonymous) @ ipc.net.ts:660
fire @ event.ts:634
acceptChunk @ ipc.net.ts:241
(anonymous) @ ipc.net.ts:202
D @ ipc.net.ts:50
emit @ events.js:315
addChunk @ internal/streams/readable.js:309
readableAddChunk @ internal/streams/readable.js:284
Readable.push @ internal/streams/readable.js:223
onStreamRead @ internal/stream_base_commons.js:188
console.ts:137 [Extension Host] Message Finishing up... didn't get externalized correctly. (at Object.localize (/Users/donjayamanne/.vscode-insiders/extensions/node_modules/vscode-nls/lib/main.js:153:1))
S @ console.ts:137
$logExtensionHostMessage @ mainThreadConsole.ts:35
_doInvokeHandler @ rpcProtocol.ts:417
_invokeHandler @ rpcProtocol.ts:402
_receiveRequest @ rpcProtocol.ts:318
_receiveOneMessage @ rpcProtocol.ts:245
(anonymous) @ rpcProtocol.ts:110
fire @ event.ts:634
fire @ ipc.net.ts:468
_receiveMessage @ ipc.net.ts:821
(anonymous) @ ipc.net.ts:660
fire @ event.ts:634
acceptChunk @ ipc.net.ts:241
(anonymous) @ ipc.net.ts:202
D @ ipc.net.ts:50
emit @ events.js:315
addChunk @ internal/streams/readable.js:309
readableAddChunk @ internal/streams/readable.js:284
Readable.push @ internal/streams/readable.js:223
onStreamRead @ internal/stream_base_commons.js:188
console.ts:137 [Extension Host] Message Ok didn't get externalized correctly. (at Object.localize (/Users/donjayamanne/.vscode-insiders/extensions/node_modules/vscode-nls/lib/main.js:153:1))
S @ console.ts:137
$logExtensionHostMessage @ mainThreadConsole.ts:35
_doInvokeHandler @ rpcProtocol.ts:417
_invokeHandler @ rpcProtocol.ts:402
_receiveRequest @ rpcProtocol.ts:318
_receiveOneMessage @ rpcProtocol.ts:245
(anonymous) @ rpcProtocol.ts:110
fire @ event.ts:634
fire @ ipc.net.ts:468
_receiveMessage @ ipc.net.ts:821
(anonymous) @ ipc.net.ts:660
fire @ event.ts:634
acceptChunk @ ipc.net.ts:241
(anonymous) @ ipc.net.ts:202
D @ ipc.net.ts:50
emit @ events.js:315
addChunk @ internal/streams/readable.js:309
readableAddChunk @ internal/streams/readable.js:284
Readable.push @ internal/streams/readable.js:223
onStreamRead @ internal/stream_base_commons.js:188
console.ts:137 [Extension Host] Message Resume didn't get externalized correctly. (at Object.localize (/Users/donjayamanne/.vscode-insiders/extensions/node_modules/vscode-nls/lib/main.js:153:1))
S @ console.ts:137
$logExtensionHostMessage @ mainThreadConsole.ts:35
_doInvokeHandler @ rpcProtocol.ts:417
_invokeHandler @ rpcProtocol.ts:402
_receiveRequest @ rpcProtocol.ts:318
_receiveOneMessage @ rpcProtocol.ts:245
(anonymous) @ rpcProtocol.ts:110
fire @ event.ts:634
fire @ ipc.net.ts:468
_receiveMessage @ ipc.net.ts:821
(anonymous) @ ipc.net.ts:660
fire @ event.ts:634
acceptChunk @ ipc.net.ts:241
(anonymous) @ ipc.net.ts:202
D @ ipc.net.ts:50
emit @ events.js:315
addChunk @ internal/streams/readable.js:309
readableAddChunk @ internal/streams/readable.js:284
Readable.push @ internal/streams/readable.js:223
onStreamRead @ internal/stream_base_commons.js:188
console.ts:137 [Extension Host] Message Close Window didn't get externalized correctly. (at Object.localize (/Users/donjayamanne/.vscode-insiders/extensions/node_modules/vscode-nls/lib/main.js:153:1))
S @ console.ts:137
$logExtensionHostMessage @ mainThreadConsole.ts:35
_doInvokeHandler @ rpcProtocol.ts:417
_invokeHandler @ rpcProtocol.ts:402
_receiveRequest @ rpcProtocol.ts:318
_receiveOneMessage @ rpcProtocol.ts:245
(anonymous) @ rpcProtocol.ts:110
fire @ event.ts:634
fire @ ipc.net.ts:468
_receiveMessage @ ipc.net.ts:821
(anonymous) @ ipc.net.ts:660
fire @ event.ts:634
acceptChunk @ ipc.net.ts:241
(anonymous) @ ipc.net.ts:202
D @ ipc.net.ts:50
emit @ events.js:315
addChunk @ internal/streams/readable.js:309
readableAddChunk @ internal/streams/readable.js:284
Readable.push @ internal/streams/readable.js:223
onStreamRead @ internal/stream_base_commons.js:188
console.ts:137 [Extension Host] Message Dismiss didn't get externalized correctly. (at Object.localize (/Users/donjayamanne/.vscode-insiders/extensions/node_modules/vscode-nls/lib/main.js:153:1))
S @ console.ts:137
$logExtensionHostMessage @ mainThreadConsole.ts:35
_doInvokeHandler @ rpcProtocol.ts:417
_invokeHandler @ rpcProtocol.ts:402
_receiveRequest @ rpcProtocol.ts:318
_receiveOneMessage @ rpcProtocol.ts:245
(anonymous) @ rpcProtocol.ts:110
fire @ event.ts:634
fire @ ipc.net.ts:468
_receiveMessage @ ipc.net.ts:821
(anonymous) @ ipc.net.ts:660
fire @ event.ts:634
acceptChunk @ ipc.net.ts:241
(anonymous) @ ipc.net.ts:202
D @ ipc.net.ts:50
emit @ events.js:315
addChunk @ internal/streams/readable.js:309
readableAddChunk @ internal/streams/readable.js:284
Readable.push @ internal/streams/readable.js:223
onStreamRead @ internal/stream_base_commons.js:188
console.ts:137 [Extension Host] Message Retry didn't get externalized correctly. (at Object.localize (/Users/donjayamanne/.vscode-insiders/extensions/node_modules/vscode-nls/lib/main.js:153:1))
S @ console.ts:137
$logExtensionHostMessage @ mainThreadConsole.ts:35
_doInvokeHandler @ rpcProtocol.ts:417
_invokeHandler @ rpcProtocol.ts:402
_receiveRequest @ rpcProtocol.ts:318
_receiveOneMessage @ rpcProtocol.ts:245
(anonymous) @ rpcProtocol.ts:110
fire @ event.ts:634
fire @ ipc.net.ts:468
_receiveMessage @ ipc.net.ts:821
(anonymous) @ ipc.net.ts:660
fire @ event.ts:634
acceptChunk @ ipc.net.ts:241
(anonymous) @ ipc.net.ts:202
D @ ipc.net.ts:50
emit @ events.js:315
addChunk @ internal/streams/readable.js:309
readableAddChunk @ internal/streams/readable.js:284
Readable.push @ internal/streams/readable.js:223
onStreamRead @ internal/stream_base_commons.js:188
console.ts:137 [Extension Host] Message Exit didn't get externalized correctly. (at Object.localize (/Users/donjayamanne/.vscode-insiders/extensions/node_modules/vscode-nls/lib/main.js:153:1))
S @ console.ts:137
$logExtensionHostMessage @ mainThreadConsole.ts:35
_doInvokeHandler @ rpcProtocol.ts:417
_invokeHandler @ rpcProtocol.ts:402
_receiveRequest @ rpcProtocol.ts:318
_receiveOneMessage @ rpcProtocol.ts:245
(anonymous) @ rpcProtocol.ts:110
fire @ event.ts:634
fire @ ipc.net.ts:468
_receiveMessage @ ipc.net.ts:821
(anonymous) @ ipc.net.ts:660
fire @ event.ts:634
acceptChunk @ ipc.net.ts:241
(anonymous) @ ipc.net.ts:202
D @ ipc.net.ts:50
emit @ events.js:315
addChunk @ internal/streams/readable.js:309
readableAddChunk @ internal/streams/readable.js:284
Readable.push @ internal/streams/readable.js:223
onStreamRead @ internal/stream_base_commons.js:188
console.ts:137 [Extension Host] Message Rebuild now didn't get externalized correctly. (at Object.localize (/Users/donjayamanne/.vscode-insiders/extensions/node_modules/vscode-nls/lib/main.js:153:1))
S @ console.ts:137
$logExtensionHostMessage @ mainThreadConsole.ts:35
_doInvokeHandler @ rpcProtocol.ts:417
_invokeHandler @ rpcProtocol.ts:402
_receiveRequest @ rpcProtocol.ts:318
_receiveOneMessage @ rpcProtocol.ts:245
(anonymous) @ rpcProtocol.ts:110
fire @ event.ts:634
fire @ ipc.net.ts:468
_receiveMessage @ ipc.net.ts:821
(anonymous) @ ipc.net.ts:660
fire @ event.ts:634
acceptChunk @ ipc.net.ts:241
(anonymous) @ ipc.net.ts:202
D @ ipc.net.ts:50
emit @ events.js:315
addChunk @ internal/streams/readable.js:309
readableAddChunk @ internal/streams/readable.js:284
Readable.push @ internal/streams/readable.js:223
onStreamRead @ internal/stream_base_commons.js:188
console.ts:137 [Extension Host] Message View creation log didn't get externalized correctly. (at Object.localize (/Users/donjayamanne/.vscode-insiders/extensions/node_modules/vscode-nls/lib/main.js:153:1))
S @ console.ts:137
$logExtensionHostMessage @ mainThreadConsole.ts:35
_doInvokeHandler @ rpcProtocol.ts:417
_invokeHandler @ rpcProtocol.ts:402
_receiveRequest @ rpcProtocol.ts:318
_receiveOneMessage @ rpcProtocol.ts:245
(anonymous) @ rpcProtocol.ts:110
fire @ event.ts:634
fire @ ipc.net.ts:468
_receiveMessage @ ipc.net.ts:821
(anonymous) @ ipc.net.ts:660
fire @ event.ts:634
acceptChunk @ ipc.net.ts:241
(anonymous) @ ipc.net.ts:202
D @ ipc.net.ts:50
emit @ events.js:315
addChunk @ internal/streams/readable.js:309
readableAddChunk @ internal/streams/readable.js:284
Readable.push @ internal/streams/readable.js:223
onStreamRead @ internal/stream_base_commons.js:188
console.ts:137 [Extension Host] Message Reload didn't get externalized correctly. (at Object.localize (/Users/donjayamanne/.vscode-insiders/extensions/node_modules/vscode-nls/lib/main.js:153:1))
S @ console.ts:137
$logExtensionHostMessage @ mainThreadConsole.ts:35
_doInvokeHandler @ rpcProtocol.ts:417
_invokeHandler @ rpcProtocol.ts:402
_receiveRequest @ rpcProtocol.ts:318
_receiveOneMessage @ rpcProtocol.ts:245
(anonymous) @ rpcProtocol.ts:110
fire @ event.ts:634
fire @ ipc.net.ts:468
_receiveMessage @ ipc.net.ts:821
(anonymous) @ ipc.net.ts:660
fire @ event.ts:634
acceptChunk @ ipc.net.ts:241
(anonymous) @ ipc.net.ts:202
D @ ipc.net.ts:50
emit @ events.js:315
addChunk @ internal/streams/readable.js:309
readableAddChunk @ internal/streams/readable.js:284
Readable.push @ internal/streams/readable.js:223
onStreamRead @ internal/stream_base_commons.js:188
mainThreadExtensionService.ts:93 Activating extension 'ms-vscode.js-debug-nightly' failed: command 'extension.js-debug.npmScript' already exists.
$onExtensionActivationError @ mainThreadExtensionService.ts:93
_doInvokeHandler @ rpcProtocol.ts:417
_invokeHandler @ rpcProtocol.ts:402
_receiveRequest @ rpcProtocol.ts:318
_receiveOneMessage @ rpcProtocol.ts:245
(anonymous) @ rpcProtocol.ts:110
fire @ event.ts:634
fire @ ipc.net.ts:468
_receiveMessage @ ipc.net.ts:821
(anonymous) @ ipc.net.ts:660
fire @ event.ts:634
acceptChunk @ ipc.net.ts:241
(anonymous) @ ipc.net.ts:202
D @ ipc.net.ts:50
emit @ events.js:315
addChunk @ internal/streams/readable.js:309
readableAddChunk @ internal/streams/readable.js:284
Readable.push @ internal/streams/readable.js:223
onStreamRead @ internal/stream_base_commons.js:188
console.ts:137 [Extension Host] [vscode-icons] v11.4.0 activated! (at /Users/donjayamanne/.vscode-insiders/extensions/vscode-icons-team.vscode-icons-11.4.0/dist/src/vscode-icons.bundle.js:9:209905)
[Violation] Forced reflow while executing JavaScript took 45ms
log.ts:272 TRACE onWillActivateByEvent: onNotebook:jupyter-notebook
log.ts:272 TRACE MainThreadTreeViews#$registerTreeViewDataProvider kustoExplorer {showCollapseAll: true, canSelectMany: false, canDragAndDrop: false}
log.ts:272 TRACE MainThreadTreeViews#$refresh kustoExplorer undefined
log.ts:272 TRACE CommandService#executeCommand setContext
log.ts:272 TRACE CommandService#executeCommand setContext
log.ts:272 TRACE CommandService#executeCommand setContext
log.ts:272 TRACE CommandService#executeCommand setContext
log.ts:272 TRACE SearchService#search {"_reason":"startFileSearch","folderQueries":[{"folder":{"$mid":1,"fsPath":"/Users/donjayamanne/Desktop/Development/crap/docbug","external":"file:///Users/donjayamanne/Desktop/Development/crap/docbug","path":"/Users/donjayamanne/Desktop/Development/crap/docbug","scheme":"file"},"excludePattern":{"/.git":true,"/.svn":true,"/.hg":true,"/CVS":true,"/.DS_Store":true},"fileEncoding":"utf8","disregardIgnoreFiles":true,"disregardGlobalIgnoreFiles":true,"ignoreSymlinks":false}],"usingSearchPaths":false,"includePattern":{"/.ipynb":true},"type":1}
log.ts:272 TRACE CommandService#executeCommand setContext
log.ts:278 DEBUG SearchService#search /Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/node_modules.asar.unpacked/vscode-ripgrep/bin/rg --files --hidden --case-sensitive -g '**/
.ipynb' -g '!/.git' -g '!/.svn' -g '!/.hg' -g '!/CVS' -g '!**/.DS_Store' --no-ignore --follow --no-config --no-ignore-global

  • cwd: /Users/donjayamanne/Desktop/Development/crap/docbug
  • Sibling clauses: {}
    log.ts:278 DEBUG [notebook editor model] load from provider file:///Users/donjayamanne/Desktop/Development/crap/docbug/nonWidgets/plotly.ipynb
    log.ts:272 TRACE SearchService#search: 277ms
    log.ts:278 DEBUG [notebook editor model] _resolveStats file:///Users/donjayamanne/Desktop/Development/crap/docbug/nonWidgets/plotly.ipynb
    log.ts:278 DEBUG [notebook editor model] _resolveStats - latest file stats: {"resource":{"$mid":1,"fsPath":"/Users/donjayamanne/Desktop/Development/crap/docbug/nonWidgets/plotly.ipynb","external":"file:///Users/donjayamanne/Desktop/Development/crap/docbug/nonWidgets/plotly.ipynb","path":"/Users/donjayamanne/Desktop/Development/crap/docbug/nonWidgets/plotly.ipynb","scheme":"file"},"name":"plotly.ipynb","isFile":true,"isDirectory":false,"isSymbolicLink":false,"mtime":1620919478530,"ctime":1577745898000,"size":3957,"readonly":false,"etag":"36s17j3ql43k"} file:///Users/donjayamanne/Desktop/Development/crap/docbug/nonWidgets/plotly.ipynb
    log.ts:278 DEBUG [notebook editor model] loading NEW notebook file:///Users/donjayamanne/Desktop/Development/crap/docbug/nonWidgets/plotly.ipynb
    log.ts:278 DEBUG Webview(bcfe1e71-84fe-4632-a4d7-d4f13a014934): will update content
    log.ts:272 TRACE CommandService#executeCommand setContext
    log.ts:272 TRACE CommandService#executeCommand setContext
    log.ts:272 TRACE CommandService#executeCommand setContext
    log.ts:272 TRACE CommandService#executeCommand setContext
    log.ts:272 TRACE CommandService#executeCommand setContext
    log.ts:272 TRACE CommandService#executeCommand setContext
    log.ts:272 TRACE CommandService#executeCommand setContext
    log.ts:272 TRACE CommandService#executeCommand setContext
    log.ts:272 TRACE CommandService#executeCommand setContext
    log.ts:272 TRACE CommandService#executeCommand setContext
    log.ts:272 TRACE CommandService#executeCommand setContext
    log.ts:272 TRACE CommandService#executeCommand setContext
    log.ts:278 DEBUG Webview(bcfe1e71-84fe-4632-a4d7-d4f13a014934): webview ready
    log.ts:272 TRACE CommandService#executeCommand setContext
    main.js:639 [Violation] Avoid using document.write(). https://developers.google.com/web/updates/2016/08/removing-document-write
    (anonymous) @ main.js:639
    log.ts:278 DEBUG loadLocalResource - being. requestUri=file:///Applications/Visual%20Studio%20Code%20-%20Insiders.app/Contents/Resources/app/out/vs/loader.js
    log.ts:278 DEBUG loadLocalResource - found resource to load. requestUri=file:///Applications/Visual%20Studio%20Code%20-%20Insiders.app/Contents/Resources/app/out/vs/loader.js, resourceToLoad=file:///Applications/Visual%20Studio%20Code%20-%20Insiders.app/Contents/Resources/app/out/vs/loader.js
    localProcessExtensionHost.ts:272 Extension Host
    localProcessExtensionHost.ts:273 Sending schema for file:///Users/donjayamanne/Desktop/Development/crap/docbug/nonWidgets/plotly.ipynb https://ddtelvscode.kusto.windows.net: VSCodeExt
    log.ts:272 TRACE MainThreadTreeViews#$registerTreeViewDataProvider python_tests {showCollapseAll: true, canSelectMany: false, canDragAndDrop: false}
    log.ts:272 TRACE SearchService#search {"_reason":"startFileSearch","folderQueries":[{"folder":{"$mid":1,"fsPath":"/Users/donjayamanne/Desktop/Development/crap/docbug","external":"file:///Users/donjayamanne/Desktop/Development/crap/docbug","path":"/Users/donjayamanne/Desktop/Development/crap/docbug","scheme":"file"},"excludePattern":{"/.git":true,"/.svn":true,"/.hg":true,"/CVS":true,"/.DS_Store":true},"fileEncoding":"utf8","disregardIgnoreFiles":true,"disregardGlobalIgnoreFiles":true,"ignoreSymlinks":false}],"usingSearchPaths":false,"excludePattern":{"{/node_modules,/bower_components,/venv}":true},"includePattern":{"tfevents":true},"maxResults":1,"type":1}
    log.ts:278 DEBUG SearchService#search /Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/node_modules.asar.unpacked/vscode-ripgrep/bin/rg --files --hidden --case-sensitive -g '/tfevents' -g '!/.git' -g '!/.svn' -g '!/.hg' -g '!/CVS' -g '!/.DS_Store' -g '!/{/node_modules,/bower_components,/venv}' --no-ignore --follow --no-config --no-ignore-global
  • cwd: /Users/donjayamanne/Desktop/Development/crap/docbug
  • Sibling clauses: {}
    log.ts:278 DEBUG loadLocalResource - being. requestUri=file:///Applications/Visual%20Studio%20Code%20-%20Insiders.app/Contents/Resources/app/extensions/markdown-language-features/notebook-out/index.js
    log.ts:278 DEBUG loadLocalResource - found resource to load. requestUri=file:///Applications/Visual%20Studio%20Code%20-%20Insiders.app/Contents/Resources/app/extensions/markdown-language-features/notebook-out/index.js, resourceToLoad=file:///Applications/Visual%20Studio%20Code%20-%20Insiders.app/Contents/Resources/app/extensions/markdown-language-features/notebook-out/index.js
    log.ts:278 DEBUG loadLocalResource - being. requestUri=file:///Applications/Visual%20Studio%20Code%20-%20Insiders.app/Contents/Resources/app/extensions/notebook-markdown-extensions/notebook-out/katex.js
    log.ts:278 DEBUG loadLocalResource - found resource to load. requestUri=file:///Applications/Visual%20Studio%20Code%20-%20Insiders.app/Contents/Resources/app/extensions/notebook-markdown-extensions/notebook-out/katex.js, resourceToLoad=file:///Applications/Visual%20Studio%20Code%20-%20Insiders.app/Contents/Resources/app/extensions/notebook-markdown-extensions/notebook-out/katex.js
    log.ts:278 DEBUG loadLocalResource - being. requestUri=file:///Applications/Visual%20Studio%20Code%20-%20Insiders.app/Contents/Resources/app/extensions/notebook-markdown-extensions/notebook-out/emoji.js
    log.ts:278 DEBUG loadLocalResource - found resource to load. requestUri=file:///Applications/Visual%20Studio%20Code%20-%20Insiders.app/Contents/Resources/app/extensions/notebook-markdown-extensions/notebook-out/emoji.js, resourceToLoad=file:///Applications/Visual%20Studio%20Code%20-%20Insiders.app/Contents/Resources/app/extensions/notebook-markdown-extensions/notebook-out/emoji.js
    log.ts:296 ERR Cannot have two contributions with the same id editor.contrib.acceptChangesButton: Error: Cannot have two contributions with the same id editor.contrib.acceptChangesButton
    at new ln (file:///Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:652:76088)
    at h._createInstance (file:///Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:625:1374)
    at h.createInstance (file:///Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:625:793)
    at mo.renderTemplate (file:///Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:1982:113750)
    at file:///Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:142:1545
    at Array.map ()
    at H.renderTemplate (file:///Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:142:1536)
    at A.alloc (file:///Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:75:827)
    at d.insertItemInDOM (file:///Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:124:17064)
    at d.render (file:///Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:124:16645)
    at d.onScroll (file:///Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:124:22179)
    at l.fire (file:///Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:60:1856)
    at file:///Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:120:14917
    at l.fire (file:///Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:60:1836)
    at _setState (file:///Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:60:50445)
    at _.setScrollPositionNow (file:///Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:60:48876)
    at a.setScrollPosition (file:///Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:120:21872)
    at d.setScrollTop (file:///Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:124:19597)
    at r.set scrollTop [as scrollTop] (file:///Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:142:8313)
    at hr._warmupWithMarkdownRenderer (file:///Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:2035:35687)
    at async hr._attachModel (file:///Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:2035:34266)
    at async hr.setModel (file:///Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:2035:28418)
    at async Qn.setInput (file:///Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:1462:55777)
    at async v.doSetInput (file:///Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:1808:13995)
    at async v.openEditor (file:///Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:1808:12549)
    at async file:///Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:2462:15867
    at async N.editorOpenHandler (file:///Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:2645:162618)
    at async file:///Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:2544:46921
    log.ts:296 ERR Cannot have two contributions with the same id editor.contrib.acceptChangesButton: Error: Cannot have two contributions with the same id editor.contrib.acceptChangesButton
    at new ln (file:///Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:652:76088)
    at h._createInstance (file:///Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:625:1374)
    at h.createInstance (file:///Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:625:793)
    at mo.renderTemplate (file:///Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:1982:113750)
    at file:///Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:142:1545
    at Array.map ()
    at H.renderTemplate (file:///Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:142:1536)
    at A.alloc (file:///Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:75:827)
    at d.insertItemInDOM (file:///Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:124:17064)
    at d.render (file:///Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:124:16645)
    at d.onScroll (file:///Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:124:22179)
    at l.fire (file:///Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:60:1856)
    at file:///Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:120:14917
    at l.fire (file:///Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:60:1836)
    at _setState (file:///Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:60:50445)
    at _.setScrollDimensions (file:///Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:60:48458)
    at a.setScrollDimensions (file:///Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:120:17202)
    at d.layout (file:///Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:124:16054)
    at r.layout (file:///Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:142:8836)
    at r.layout (file:///Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:1458:159)
    at hr._attachModel (file:///Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:2035:34773)
    at async hr.setModel (file:///Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:2035:28418)
    at async Qn.setInput (file:///Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:1462:55777)
    at async v.doSetInput (file:///Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:1808:13995)
    at async v.openEditor (file:///Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:1808:12549)
    at async file:///Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:2462:15867
    at async N.editorOpenHandler (file:///Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:2645:162618)
    at async file:///Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:2544:46921
    log.ts:272 TRACE onWillActivateByEvent: onLanguage:python
    log.ts:278 DEBUG loadLocalResource - being. requestUri=file:///Applications/Visual%20Studio%20Code%20-%20Insiders.app/Contents/Resources/app/extensions/notebook-markdown-extensions/notebook-out/katex.min.css
    log.ts:278 DEBUG loadLocalResource - found resource to load. requestUri=file:///Applications/Visual%20Studio%20Code%20-%20Insiders.app/Contents/Resources/app/extensions/notebook-markdown-extensions/notebook-out/katex.min.css, resourceToLoad=file:///Applications/Visual%20Studio%20Code%20-%20Insiders.app/Contents/Resources/app/extensions/notebook-markdown-extensions/notebook-out/katex.min.css
    log.ts:272 TRACE SearchService#search: 778ms
    log.ts:272 TRACE CommandService#executeCommand setContext
    log.ts:272 TRACE SearchService#search {"_reason":"startFileSearch","folderQueries":[{"folder":{"$mid":1,"fsPath":"/Users/donjayamanne/Desktop/Development/crap/docbug","external":"file:///Users/donjayamanne/Desktop/Development/crap/docbug","path":"/Users/donjayamanne/Desktop/Development/crap/docbug","scheme":"file"},"excludePattern":{"/.git":true,"/.svn":true,"/.hg":true,"/CVS":true,"/.DS_Store":true},"fileEncoding":"utf8","disregardIgnoreFiles":true,"disregardGlobalIgnoreFiles":true,"ignoreSymlinks":false}],"usingSearchPaths":false,"excludePattern":{"{/node_modules,/bower_components,/venv}":true},"includePattern":{"/tfevents":true},"maxResults":1,"type":1}
    log.ts:278 DEBUG SearchService#search /Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/node_modules.asar.unpacked/vscode-ripgrep/bin/rg --files --hidden --case-sensitive -g '/
    /tfevents' -g '!/.git' -g '!/.svn' -g '!/.hg' -g '!/CVS' -g '!/.DS_Store' -g '!/{/node_modules,/bower_components,/venv}' --no-ignore --follow --no-config --no-ignore-global
  • cwd: /Users/donjayamanne/Desktop/Development/crap/docbug
  • Sibling clauses: {}
    log.ts:272 TRACE CommandService#executeCommand setContext
    log.ts:272 TRACE SearchService#search: 370ms
    log.ts:272 TRACE SearchService#search {"_reason":"startFileSearch","folderQueries":[{"folder":{"$mid":1,"fsPath":"/Users/donjayamanne/Desktop/Development/crap/docbug","external":"file:///Users/donjayamanne/Desktop/Development/crap/docbug","path":"/Users/donjayamanne/Desktop/Development/crap/docbug","scheme":"file"},"excludePattern":{"/.git":true,"/.svn":true,"/.hg":true,"/CVS":true,"/.DS_Store":true},"fileEncoding":"utf8","disregardIgnoreFiles":true,"disregardGlobalIgnoreFiles":true,"ignoreSymlinks":false}],"usingSearchPaths":false,"excludePattern":{"{/node_modules,/bower_components,/venv}":true},"includePattern":{"//tfevents":true},"maxResults":1,"type":1}
    log.ts:278 DEBUG SearchService#search /Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/node_modules.asar.unpacked/vscode-ripgrep/bin/rg --files --hidden --case-sensitive -g '///tfevents' -g '!/.git' -g '!/.svn' -g '!/.hg' -g '!/CVS' -g '!/.DS_Store' -g '!/{/node_modules,/bower_components,/venv}' --no-ignore --follow --no-config --no-ignore-global
  • cwd: /Users/donjayamanne/Desktop/Development/crap/docbug
  • Sibling clauses: {}
    log.ts:272 TRACE SearchService#search: 455ms
    log.ts:278 DEBUG loadLocalResource - being. requestUri=file:///Users/donjayamanne/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.838387092/out/ipywidgets/dist/ipywidgets.js
    log.ts:278 DEBUG loadLocalResource - found resource to load. requestUri=file:///Users/donjayamanne/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.838387092/out/ipywidgets/dist/ipywidgets.js, resourceToLoad=file:///Users/donjayamanne/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.838387092/out/ipywidgets/dist/ipywidgets.js
    log.ts:278 DEBUG loadLocalResource - being. requestUri=file:///Users/donjayamanne/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.838387092/out/datascience-ui/ipywidgetsKernel/ipywidgetsKernel.js
    log.ts:278 DEBUG loadLocalResource - found resource to load. requestUri=file:///Users/donjayamanne/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.838387092/out/datascience-ui/ipywidgetsKernel/ipywidgetsKernel.js, resourceToLoad=file:///Users/donjayamanne/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.838387092/out/datascience-ui/ipywidgetsKernel/ipywidgetsKernel.js
    log.ts:278 DEBUG loadLocalResource - being. requestUri=file:///Users/donjayamanne/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.838387092/out/datascience-ui/notebook/fontAwesomeLoader.js
    log.ts:278 DEBUG loadLocalResource - found resource to load. requestUri=file:///Users/donjayamanne/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.838387092/out/datascience-ui/notebook/fontAwesomeLoader.js, resourceToLoad=file:///Users/donjayamanne/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.838387092/out/datascience-ui/notebook/fontAwesomeLoader.js
    log.ts:272 TRACE CommandService#executeCommand setContext
    VM24:4 IPyWidget kernel initializing...
    DevTools failed to load SourceMap: Could not parse content for vscode-webview://bcfe1e71-84fe-4632-a4d7-d4f13a014934/ipywidgets.js.map: Unexpected end of JSON input
    DevTools failed to load SourceMap: Could not parse content for vscode-webview://bcfe1e71-84fe-4632-a4d7-d4f13a014934/ipywidgetsKernel.js.map: Unexpected end of JSON input
    VM24:4 UI PostOffice Received IPyWidgets_IsReadyRequest
    VM24:4 Received IPyWidgetMessages.IPyWidgets_IsReadyRequest
    log.ts:278 DEBUG loadLocalResource - being. requestUri=file:///Users/donjayamanne/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.838387092/out/datascience-ui/notebook/node_modules/font-awesome/css/font-awesome.min.css
    log.ts:278 DEBUG loadLocalResource - found resource to load. requestUri=file:///Users/donjayamanne/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.838387092/out/datascience-ui/notebook/node_modules/font-awesome/css/font-awesome.min.css, resourceToLoad=file:///Users/donjayamanne/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.838387092/out/datascience-ui/notebook/node_modules/font-awesome/css/font-awesome.min.css
    log.ts:272 TRACE CommandService#executeCommand notebook.cell.execute
    console.ts:137 [Extension Host] Error: notebook controller is NOT associated to notebook: file:///Users/donjayamanne/Desktop/Development/crap/docbug/nonWidgets/plotly.ipynb at Object.createNotebookCellExecutionTask (/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/services/extensions/node/extensionHostProcess.js:87:214546) at new w (/Users/donjayamanne/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.838387092/out/client/extension.js:90:309520) at Function.fromCell (/Users/donjayamanne/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.838387092/out/client/extension.js:90:309675) at t.CellExecutionFactory.create (/Users/donjayamanne/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.838387092/out/client/extension.js:90:308618) at t.CellExecutionQueue.queueCell (/Users/donjayamanne/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.838387092/out/client/extension.js:90:323924) at m.executeCell (/Users/donjayamanne/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.838387092/out/client/extension.js:90:304479) at m.c.value (/Users/donjayamanne/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.838387092/out/client/extension.js:1:99495) at t.Kernel.executeCell (/Users/donjayamanne/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.838387092/out/client/extension.js:90:298852) at t.VSCodeNotebookController.executeCell (/Users/donjayamanne/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.838387092/out/client/extension.js:90:343372) at /Users/donjayamanne/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.838387092/out/client/extension.js:90:342162 at Array.map () at t.VSCodeNotebookController.handleExecution (/Users/donjayamanne/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.838387092/out/client/extension.js:90:342150) at runMicrotasks () at processTicksAndRejections (internal/process/task_queues.js:93:5) at a.$executeCells (/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/services/extensions/node/extensionHostProcess.js:87:215750) (at a.$executeCells (/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/services/extensions/node/extensionHostProcess.js:87:215849))
    S @ console.ts:137
    $logExtensionHostMessage @ mainThreadConsole.ts:35
    _doInvokeHandler @ rpcProtocol.ts:417
    _invokeHandler @ rpcProtocol.ts:402
    _receiveRequest @ rpcProtocol.ts:318
    _receiveOneMessage @ rpcProtocol.ts:245
    (anonymous) @ rpcProtocol.ts:110
    fire @ event.ts:634
    fire @ ipc.net.ts:468
    _receiveMessage @ ipc.net.ts:821
    (anonymous) @ ipc.net.ts:660
    fire @ event.ts:634
    acceptChunk @ ipc.net.ts:241
    (anonymous) @ ipc.net.ts:202
    D @ ipc.net.ts:50
    emit @ events.js:315
    addChunk @ internal/streams/readable.js:309
    readableAddChunk @ internal/streams/readable.js:284
    Readable.push @ internal/streams/readable.js:223
    onStreamRead @ internal/stream_base_commons.js:188
    console.ts:137 [Extension Host] Starting WebSocket: RAW/api/kernels/d30195d5-9a73-4a92-967f-23549279b1f7 (at g._createSocket (/Users/donjayamanne/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.838387092/out/client/extension.js:52:839365))
    console.ts:137 [Extension Host] Kernel: connected (d30195d5-9a73-4a92-967f-23549279b1f7) (at Object.e.logKernelStatus (/Users/donjayamanne/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.838387092/out/client/extension.js:52:855414))
    VM24:4 UI PostOffice Received IPyWidgets_kernelOptions
    VM24:4 Received IPyWidgets_kernelOptions in ScriptManager
    VM24:4 Received IPyWidgetMessages.IPyWidgets_kernelOptions
    VM24:4 Starting WebSocket: BOGUS_PVSC/api/kernels/d30195d5-9a73-4a92-967f-23549279b1f7
    VM24:4 Kernel: connected (d30195d5-9a73-4a92-967f-23549279b1f7)
    VM24:4 UI PostOffice Received IPyWidgets_mirror_execute
    log.ts:272 TRACE CommandService#executeCommand setContext
    log.ts:272 TRACE CommandService#executeCommand setContext
    VM24:4 UI PostOffice Received IPyWidgets_msg
    VM24:4 UI PostOffice Received IPyWidgets_msg
    log.ts:272 TRACE CommandService#executeCommand setContext
    VM24:4 UI PostOffice Received IPyWidgets_msg
    VM24:4 UI PostOffice Received IPyWidgets_msg
    VM24:4 UI PostOffice Received IPyWidgets_msg
    console.ts:137 [Extension Host] rejected promise not handled within 1 second: Error: notebook controller is NOT associated to notebook: file:///Users/donjayamanne/Desktop/Development/crap/docbug/nonWidgets/plotly.ipynb (at /Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/services/extensions/node/extensionHostProcess.js:106:30306)
    S @ console.ts:137
    $logExtensionHostMessage @ mainThreadConsole.ts:35
    _doInvokeHandler @ rpcProtocol.ts:417
    _invokeHandler @ rpcProtocol.ts:402
    _receiveRequest @ rpcProtocol.ts:318
    _receiveOneMessage @ rpcProtocol.ts:245
    (anonymous) @ rpcProtocol.ts:110
    fire @ event.ts:634
    fire @ ipc.net.ts:468
    _receiveMessage @ ipc.net.ts:821
    (anonymous) @ ipc.net.ts:660
    fire @ event.ts:634
    acceptChunk @ ipc.net.ts:241
    (anonymous) @ ipc.net.ts:202
    D @ ipc.net.ts:50
    emit @ events.js:315
    addChunk @ internal/streams/readable.js:309
    readableAddChunk @ internal/streams/readable.js:284
    Readable.push @ internal/streams/readable.js:223
    onStreamRead @ internal/stream_base_commons.js:188
    console.ts:137 [Extension Host] stack trace: Error: notebook controller is NOT associated to notebook: file:///Users/donjayamanne/Desktop/Development/crap/docbug/nonWidgets/plotly.ipynb at Object.createNotebookCellExecutionTask (/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/services/extensions/node/extensionHostProcess.js:87:214546) at new w (/Users/donjayamanne/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.838387092/out/client/extension.js:90:309520) at Function.fromCell (/Users/donjayamanne/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.838387092/out/client/extension.js:90:309675) at t.CellExecutionFactory.create (/Users/donjayamanne/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.838387092/out/client/extension.js:90:308618) at t.CellExecutionQueue.queueCell (/Users/donjayamanne/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.838387092/out/client/extension.js:90:323924) at m.executeCell (/Users/donjayamanne/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.838387092/out/client/extension.js:90:304479) at m.c.value (/Users/donjayamanne/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.838387092/out/client/extension.js:1:99495) at t.Kernel.executeCell (/Users/donjayamanne/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.838387092/out/client/extension.js:90:298852) at t.VSCodeNotebookController.executeCell (/Users/donjayamanne/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.838387092/out/client/extension.js:90:343372) at /Users/donjayamanne/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.838387092/out/client/extension.js:90:342162 at Array.map () at t.VSCodeNotebookController.handleExecution (/Users/donjayamanne/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.838387092/out/client/extension.js:90:342150) at runMicrotasks () at processTicksAndRejections (internal/process/task_queues.js:93:5) at a.$executeCells (/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/services/extensions/node/extensionHostProcess.js:87:215750) (at /Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/services/extensions/node/extensionHostProcess.js:106:30385)
    S @ console.ts:137
    $logExtensionHostMessage @ mainThreadConsole.ts:35
    _doInvokeHandler @ rpcProtocol.ts:417
    _invokeHandler @ rpcProtocol.ts:402
    _receiveRequest @ rpcProtocol.ts:318
    _receiveOneMessage @ rpcProtocol.ts:245
    (anonymous) @ rpcProtocol.ts:110
    fire @ event.ts:634
    fire @ ipc.net.ts:468
    _receiveMessage @ ipc.net.ts:821
    (anonymous) @ ipc.net.ts:660
    fire @ event.ts:634
    acceptChunk @ ipc.net.ts:241
    (anonymous) @ ipc.net.ts:202
    D @ ipc.net.ts:50
    emit @ events.js:315
    addChunk @ internal/streams/readable.js:309
    readableAddChunk @ internal/streams/readable.js:284
    Readable.push @ internal/streams/readable.js:223
    onStreamRead @ internal/stream_base_commons.js:188
    log.ts:296 ERR notebook controller is NOT associated to notebook: file:///Users/donjayamanne/Desktop/Development/crap/docbug/nonWidgets/plotly.ipynb: Error: notebook controller is NOT associated to notebook: file:///Users/donjayamanne/Desktop/Development/crap/docbug/nonWidgets/plotly.ipynb
    at Object.createNotebookCellExecutionTask (/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/services/extensions/node/extensionHostProcess.js:87:214546)
    at new w (/Users/donjayamanne/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.838387092/out/client/extension.js:90:309520)
    at Function.fromCell (/Users/donjayamanne/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.838387092/out/client/extension.js:90:309675)
    at t.CellExecutionFactory.create (/Users/donjayamanne/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.838387092/out/client/extension.js:90:308618)
    at t.CellExecutionQueue.queueCell (/Users/donjayamanne/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.838387092/out/client/extension.js:90:323924)
    at m.executeCell (/Users/donjayamanne/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.838387092/out/client/extension.js:90:304479)
    at m.c.value (/Users/donjayamanne/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.838387092/out/client/extension.js:1:99495)
    at t.Kernel.executeCell (/Users/donjayamanne/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.838387092/out/client/extension.js:90:298852)
    at t.VSCodeNotebookController.executeCell (/Users/donjayamanne/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.838387092/out/client/extension.js:90:343372)
    at /Users/donjayamanne/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.838387092/out/client/extension.js:90:342162
    at Array.map ()
    at t.VSCodeNotebookController.handleExecution (/Users/donjayamanne/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.838387092/out/client/extension.js:90:342150)
    at runMicrotasks ()
    at processTicksAndRejections (internal/process/task_queues.js:93:5)
    at a.$executeCells (/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/services/extensions/node/extensionHostProcess.js:87:215750)
    console.ts:137 [Extension Host] Starting WebSocket: RAW/api/kernels/cc62235e-0f5b-4d96-a162-358c5b3be09f (at g._createSocket (/Users/donjayamanne/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.838387092/out/client/extension.js:52:839365))
    console.ts:137 [Extension Host] Kernel: connected (cc62235e-0f5b-4d96-a162-358c5b3be09f) (at Object.e.logKernelStatus (/Users/donjayamanne/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.838387092/out/client/extension.js:52:855414))

@DonJayamanne
Copy link
Contributor Author

DonJayamanne commented May 13, 2021

@jrieken Please could you try this #123700 (comment)
I'd like you to be able to get this working so you can try the extesnion at your end,
Also its possible you're running ito a real world scenario, its I'd appreaciate getting the logs

@IanMatthewHuff
Copy link
Member

I've been playing around with this a bit myself. I was trying to repro it in a small sample extension as I figured that might be easier to debug. I was also not able to get it to repro with a small toy application with a couple of controllers. Also tried to mimic our code that sets one of the controllers to preferred on document open.

@joyceerhl Do you have the consistent repro here from this issue? microsoft/vscode-jupyter#5848. In the logging I was seeing what looked like two different python environments (python38 and pythoncodingpack) starting up, might not be the controller issue but worth investigating as well. I don't have a repro myself currently and I'd like to add some logging on our side as well.

@joyceerhl
Copy link
Collaborator

joyceerhl commented May 14, 2021

@IanMatthewHuff Yes I can repro this consistently. So can @claudiaregio and @DonJayamanne. I'll ping you tomorrow to discuss.

@DonJayamanne
Copy link
Contributor Author

I too can repro this consistently, and the users too are running into this.

@DonJayamanne
Copy link
Contributor Author

Not sure what logging we need, I've added the kids to my previous entry.

@DonJayamanne
Copy link
Contributor Author

I am certain it's the something to do with kernel selection and preferred, because if you manually change the kennel it works, or if you close the document and open it again (sometimes that doesn't work you must change the kernel)

@claudiaregio
Copy link

As long as I reload, I can repro consistently. Let me know if I can be of any help

@rebornix rebornix added bug Issue identified by VS Code Team member as probable bug and removed info-needed Issue requires more information from poster labels May 14, 2021
@rebornix rebornix added this to the May 2021 milestone May 14, 2021
@rebornix
Copy link
Member

When kernels are registered, since the event is emitted but the listener is not bound yet, so the broadcasting of kernel binding is not sent to extension host. It doesn't happen with GH NB or Jupyter without Python is kernel registration happens first, and then the notebook document is created, and then the event listener is already registered.

@jrieken
Copy link
Member

jrieken commented May 18, 2021

Thanks @rebornix

@mjbvz mjbvz added the author-verification-requested Issues potentially verifiable by issue author label Jun 3, 2021
@rebornix rebornix added the verified Verification succeeded label Jun 9, 2021
@github-actions github-actions bot locked and limited conversation to collaborators Jun 28, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
author-verification-requested Issues potentially verifiable by issue author bug Issue identified by VS Code Team member as probable bug insiders-released Patch has been released in VS Code Insiders verified Verification succeeded
Projects
None yet
Development

No branches or pull requests

8 participants
@IanMatthewHuff @rebornix @jrieken @DonJayamanne @mjbvz @claudiaregio @joyceerhl and others