question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

unable to activate any extension

See original GitHub issue

summary

I can open code-server, but suddenly I can’t see any extension loaded I see ‘Activating extensions’ for seconds, but no any extension loaded without any failure message. this also makes git don’t work, check the attached screenshot.

OS/Web Information

  • Web Browser: Google chrome Version 89.0.4389.128 (Official Build) (64-bit)
  • Local OS: windows 8.1 pro preview
  • Remote OS: Debian GNU/Linux 10 (buster)
  • Remote Architecture:
  • code-server --version: 3.9.3

Steps to Reproduce

  1. installed via script: curl -fsSL https://code-server.dev/install.sh | sh

Expected

run normally with all extensions activated.

Actual

extensions don’t activated.

Screenshot

image

Notes

This issue can be reproduced in VS Code: Yes/No (don’t know)

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:16 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
eng-dibocommented, Apr 16, 2021

I removed all extensions (renamed the extensions dir), but the same issue. I also tried to remove the user-data dir entierly ~/.local/share/code-server, so I use a fresh instance of code-server, but it didn’t help

note: it was working fine in the same environment, but this issue happened suddenly

1reaction
eng-dibocommented, Apr 15, 2021

the console output, without ---verbose flag

8080-cs-38445546507-default.cs-europe-west1-itbg.cloudshell.dev/:1 [Deprecation] ::-webkit-details-marker pseudo element selector is deprecated. Please use ::marker instead. See https://chromestatus.com/feature/6730096436051968 for more details.
register.ts:14 [Service Worker] registered
content.js:1 Uncaught ReferenceError: STORAGE is not defined
    at new Content (content.js:1)
    at content.js:7
xx.js:1 Uncaught ReferenceError: AbstrP is not defined
    at xx.js:1
app.js:283 works
8080-cs-38445546507-default.cs-europe-west1-itbg.cloudshell.dev/:1 Site cannot be installed: Page does not work offline. Starting in Chrome 93, the installability criteria is changing, and this site will not be installable. See https://goo.gle/improved-pwa-offline-detection for more information.
webWorkerExtensionHost.ts:125 The web worker extension host is started without an iframe sandbox!
start @ webWorkerExtensionHost.ts:125
log.ts:284  INFO [remote-connection][ExtensionHost][f8ec0…][reconnect] starting reconnecting loop. You can get more information with the trace log level.
log.ts:284  INFO [remote-connection][ExtensionHost][f8ec0…][reconnect] resolving connection...
log.ts:284  INFO [remote-connection][ExtensionHost][f8ec0…][reconnect] connecting to 127.0.0.1:8080...
log.ts:284  INFO [remote-connection][ExtensionHost][f8ec0…][reconnect] reconnected!
DevTools failed to load SourceMap: Could not load content for https://8080-cs-38445546507-default.cs-europe-west1-itbg.cloudshell.dev/static/fe2dc2deb08e378069891b622bb62ad1d261d1b1/usr/lib/code-server/dist/pages/pages/vscode.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
log.ts:284  INFO [remote-connection][Management   ][8bf07…][reconnect] starting reconnecting loop. You can get more information with the trace log level.
log.ts:284  INFO [remote-connection][Management   ][8bf07…][reconnect] resolving connection...
log.ts:284  INFO [remote-connection][Management   ][8bf07…][reconnect] connecting to 127.0.0.1:8080...
log.ts:284  INFO [remote-connection][Management   ][8bf07…][reconnect] reconnected!
log.ts:284  INFO [remote-connection][ExtensionHost][f8ec0…][reconnect] starting reconnecting loop. You can get more information with the trace log level.
log.ts:284  INFO [remote-connection][ExtensionHost][f8ec0…][reconnect] resolving connection...
log.ts:284  INFO [remote-connection][ExtensionHost][f8ec0…][reconnect] connecting to 127.0.0.1:8080...
log.ts:284  INFO [remote-connection][ExtensionHost][f8ec0…][reconnect] reconnected!
extensionHostManager.ts:73 Error received from starting extension host
(anonymous) @ extensionHostManager.ts:73
extensionHostManager.ts:74 timeout
(anonymous) @ extensionHostManager.ts:74
log.ts:284  INFO [remote-connection][ExtensionHost][f8ec0…][reconnect] starting reconnecting loop. You can get more information with the trace log level.
log.ts:284  INFO [remote-connection][ExtensionHost][f8ec0…][reconnect] resolving connection...
log.ts:284  INFO [remote-connection][ExtensionHost][f8ec0…][reconnect] connecting to 127.0.0.1:8080...
log.ts:284  INFO [remote-connection][ExtensionHost][f8ec0…][reconnect] reconnected!

with --verbose

?authuser=0:1 [Deprecation] ::-webkit-details-marker pseudo element selector is deprecated. Please use ::marker instead. See https://chromestatus.com/feature/6730096436051968 for more details.
vscode.js:6 debug got options
logger.ts:173 debug got options
register.ts:14 [Service Worker] registered
content.js:1 Uncaught ReferenceError: STORAGE is not defined
    at new Content (content.js:1)
    at content.js:7
xx.js:1 Uncaught ReferenceError: AbstrP is not defined
    at xx.js:1
app.js:283 works
log.ts:272 TRACE [remote-connection][Management   ][58a28…][initial][127.0.0.1:8080] 1/6. invoking socketFactory.connect().
log.ts:272 TRACE [remote-connection][Management   ][58a28…][initial][127.0.0.1:8080] 2/6. socketFactory.connect() was successful.
log.ts:272 TRACE [remote-connection][Management   ][58a28…][initial][127.0.0.1:8080] 3/6. sending AuthRequest control message.
log.ts:272 TRACE [remote-connection][Management   ][58a28…][initial][127.0.0.1:8080] 4/6. received SignRequest control message.
log.ts:272 TRACE [remote-connection][Management   ][58a28…][initial][127.0.0.1:8080] 5/6. sending ConnectionTypeRequest control message.
?authuser=0:1 Site cannot be installed: Page does not work offline. Starting in Chrome 93, the installability criteria is changing, and this site will not be installable. See https://goo.gle/improved-pwa-offline-detection for more information.
log.ts:272 TRACE [remote-connection][Management   ][58a28…][initial][127.0.0.1:8080] 6/6. handshake finished, connection is up and running after 436 ms!
log.ts:272 TRACE Error while resolving configuration file 'vscode-remote://127.0.0.1:8080/home/sh_eldeeb_2010/%40eng-dibo/ngx/.vscode/tasks.json': Unable to read file 'vscode-remote://127.0.0.1:8080/home/sh_eldeeb_2010/@eng-dibo/ngx/.vscode/tasks.json' (Error: Unable to resolve non-existing file 'vscode-remote://127.0.0.1:8080/home/sh_eldeeb_2010/@eng-dibo/ngx/.vscode/tasks.json')
log.ts:272 TRACE Error while resolving configuration file 'vscode-remote://127.0.0.1:8080/home/sh_eldeeb_2010/%40eng-dibo/ngx/.vscode/launch.json': Unable to read file 'vscode-remote://127.0.0.1:8080/home/sh_eldeeb_2010/@eng-dibo/ngx/.vscode/launch.json' (Error: Unable to resolve non-existing file 'vscode-remote://127.0.0.1:8080/home/sh_eldeeb_2010/@eng-dibo/ngx/.vscode/launch.json')
log.ts:272 TRACE Error while resolving configuration file 'vscode-remote://127.0.0.1:8080/home/sh_eldeeb_2010/%40eng-dibo/ngx/.vscode/tasks.json': Unable to read file 'vscode-remote://127.0.0.1:8080/home/sh_eldeeb_2010/@eng-dibo/ngx/.vscode/tasks.json' (Error: Unable to resolve non-existing file 'vscode-remote://127.0.0.1:8080/home/sh_eldeeb_2010/@eng-dibo/ngx/.vscode/tasks.json')
log.ts:272 TRACE Error while resolving configuration file 'vscode-remote://127.0.0.1:8080/home/sh_eldeeb_2010/%40eng-dibo/ngx/.vscode/launch.json': Unable to read file 'vscode-remote://127.0.0.1:8080/home/sh_eldeeb_2010/@eng-dibo/ngx/.vscode/launch.json' (Error: Unable to resolve non-existing file 'vscode-remote://127.0.0.1:8080/home/sh_eldeeb_2010/@eng-dibo/ngx/.vscode/launch.json')
log.ts:272 TRACE Error while resolving configuration file 'vscode-remote:/home/sh_eldeeb_2010/.local/share/code-server/User/tasks.json': Unable to read file 'vscode-remote:/home/sh_eldeeb_2010/.local/share/code-server/User/tasks.json' (Error: Unable to resolve non-existing file 'vscode-remote:/home/sh_eldeeb_2010/.local/share/code-server/User/tasks.json')
log.ts:278 DEBUG Configuration keys changed in WORKSPACE target prettier.arrowParens editor.defaultFormatter editor.formatOnSave files.autoSave editor.fastScrollSensitivity editor.mouseWheelZoom editor.showFoldingControls editor.stablePeek editor.fontSize diffEditor.codeLens diffEditor.renderSideBySide window.title explorer.confirmDelete explorer.decorations.badges git.allowForcePush tslint.jsEnable editor.codeActionsOnSave
log.ts:278 DEBUG Configuration keys changed in USER target git.path scssLint.runOnTextChange angular.experimental-ivy [typescript] workbench.startupEditor git.autofetch git.confirmForcePush tslint.jsEnable explorer.confirmDragAndDrop diffEditor.ignoreTrimWhitespace git.enableSmartCommit git.confirmSync
DevTools failed to load SourceMap: Could not load content for https://8080-cs-38445546507-default.cs-europe-west1-itbg.cloudshell.dev/static/fe2dc2deb08e378069891b622bb62ad1d261d1b1/usr/lib/code-server/dist/pages/pages/vscode.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
log.ts:272 TRACE Skipping initializing user data as settings sync is not enabled
log.ts:272 TRACE UserDataInitializationService#requiresInitialization
log.ts:272 TRACE lifecycle: phase changed (value: 2)
log.ts:272 TRACE Layout#layout, height: 625, width: 670
log.ts:278 DEBUG Checking for update...
webWorkerExtensionHost.ts:125 The web worker extension host is started without an iframe sandbox!
start @ webWorkerExtensionHost.ts:125
Kn @ extensionHostManager.ts:67
_createInstance @ instantiationService.ts:110
createInstance @ instantiationService.ts:76
(anonymous) @ abstractExtensionService.ts:447
_startExtensionHosts @ abstractExtensionService.ts:446
_initialize @ abstractExtensionService.ts:411
(anonymous) @ extensionService.ts:74
Promise.then (async)
Xs @ extensionService.ts:74
_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:255
(anonymous) @ workbench.ts:137
invokeFunction @ instantiationService.ts:61
startup @ workbench.ts:130
open @ web.main.ts:95
async function (async)
open @ web.main.ts:85
log.ts:272 TRACE workbench configuration {"webviewEndpoint":"https://8080-cs-38445546507-default.cs-europe-west1-itbg.cloudshell.dev/webview","folderUri":{"$mid":1,"path":"/home/sh_eldeeb_2010/@eng-dibo/ngx","scheme":"vscode-remote","authority":"127.0.0.1:8080"},"remoteAuthority":"127.0.0.1:8080","logLevel":0,"workspaceProvider":{"workspace":{"folderUri":{"$mid":1,"external":"vscode-remote://127.0.0.1:8080/home/sh_eldeeb_2010/%40eng-dibo/ngx","path":"/home/sh_eldeeb_2010/@eng-dibo/ngx","scheme":"vscode-remote","authority":"127.0.0.1:8080"}},"payload":[["userDataPath","/home/sh_eldeeb_2010/.local/share/code-server"],["enableProposedApi","[]"]],"trusted":true},"urlCallbackProvider":{"_store":{"_toDispose":{},"_isDisposed":false},"_onCallback":{"_disposed":false,"_listeners":{"_first":{"next":{},"prev":{}},"_last":{"next":{},"prev":{}},"_size":1}}},"credentialsProvider":{}}
log.ts:272 TRACE [remote-connection][ExtensionHost][2596e…][initial][127.0.0.1:8080] 1/6. invoking socketFactory.connect().
log.ts:272 TRACE lifecycle: phase changed (value: 3)
log.ts:272 TRACE UserDataInitializationService#requiresInitialization
log.ts:272 TRACE [remote-connection][ExtensionHost][2596e…][initial][127.0.0.1:8080] 2/6. socketFactory.connect() was successful.
log.ts:272 TRACE [remote-connection][ExtensionHost][2596e…][initial][127.0.0.1:8080] 3/6. sending AuthRequest control message.
log.ts:272 TRACE [remote-connection][ExtensionHost][2596e…][initial][127.0.0.1:8080] 4/6. received SignRequest control message.
log.ts:272 TRACE [remote-connection][ExtensionHost][2596e…][initial][127.0.0.1:8080] 5/6. sending ConnectionTypeRequest control message.
log.ts:272 TRACE [remote-connection][ExtensionHost][2596e…][initial][127.0.0.1:8080] 6/6. handshake finished, connection is up and running after 394 ms!
log.ts:272 TRACE lifecycle: phase changed (value: 4)
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-remote
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-remote
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-remote
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-remote
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-remote
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-remote
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-remote
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-remote
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-remote
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-remote
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-remote
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-remote
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-remote
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-log
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-remote
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-remote
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-remote
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-remote
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-log
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-remote
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-remote
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-log
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-log
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-log
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-log
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-log
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-log
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-remote
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-remote
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-remote
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-remote
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-remote
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-log
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-log
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-log
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-log
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-log
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-remote
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-log
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-log
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-log
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-log
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-log
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-log
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-log
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-log
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-remote
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-remote
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-log
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-log
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-log
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-log
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-log
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-log
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-log
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-log
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-log
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-log
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-log
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-log
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-log
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-log
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-log
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-log
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-log
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-log
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-log
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-log
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-log
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-log
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-log
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-log
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-log
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-log
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-log
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-log
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-log
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-log
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-log
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-log
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-log
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-log
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-log
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-log
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-log
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-log
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-log
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-log
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-log
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-log
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-log
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-log
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-log
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-log
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-remote
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-remote
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-remote
log.ts:272 TRACE RequestService#request https://extensions.coder.com/api/extensionquery
log.ts:272 TRACE RequestService#request https://extensions.coder.com/api/extensionquery
log.ts:284  INFO [remote-connection][ExtensionHost][2596e…][reconnect] starting reconnecting loop. You can get more information with the trace log level.
log.ts:284  INFO [remote-connection][ExtensionHost][2596e…][reconnect] resolving connection...
log.ts:284  INFO [remote-connection][ExtensionHost][2596e…][reconnect] connecting to 127.0.0.1:8080...
log.ts:272 TRACE [remote-connection][ExtensionHost][2596e…][reconnect][127.0.0.1:8080] 1/6. invoking socketFactory.connect().
log.ts:272 TRACE [remote-connection][ExtensionHost][2596e…][reconnect][127.0.0.1:8080] 2/6. socketFactory.connect() was successful.
log.ts:272 TRACE [remote-connection][ExtensionHost][2596e…][reconnect][127.0.0.1:8080] 3/6. sending AuthRequest control message.
​ TRACE [remote-connection][ExtensionHost][2596e…][reconnect][127.0.0.1:8080] 4/6. received SignRequest control message.
​ TRACE [remote-connection][ExtensionHost][2596e…][reconnect][127.0.0.1:8080] 5/6. sending ConnectionTypeRequest control message.

command line output (with --verbose)

?authuser=0:1 [Deprecation] ::-webkit-details-marker pseudo element selector is deprecated. Please use ::marker instead. See https://chromestatus.com/feature/6730096436051968 for more details.
vscode.js:6 debug got options
logger.ts:173 debug got options
register.ts:14 [Service Worker] registered
content.js:1 Uncaught ReferenceError: STORAGE is not defined
    at new Content (content.js:1)
    at content.js:7
xx.js:1 Uncaught ReferenceError: AbstrP is not defined
    at xx.js:1
app.js:283 works
log.ts:272 TRACE [remote-connection][Management   ][58a28…][initial][127.0.0.1:8080] 1/6. invoking socketFactory.connect().
log.ts:272 TRACE [remote-connection][Management   ][58a28…][initial][127.0.0.1:8080] 2/6. socketFactory.connect() was successful.
log.ts:272 TRACE [remote-connection][Management   ][58a28…][initial][127.0.0.1:8080] 3/6. sending AuthRequest control message.
log.ts:272 TRACE [remote-connection][Management   ][58a28…][initial][127.0.0.1:8080] 4/6. received SignRequest control message.
log.ts:272 TRACE [remote-connection][Management   ][58a28…][initial][127.0.0.1:8080] 5/6. sending ConnectionTypeRequest control message.
?authuser=0:1 Site cannot be installed: Page does not work offline. Starting in Chrome 93, the installability criteria is changing, and this site will not be installable. See https://goo.gle/improved-pwa-offline-detection for more information.
log.ts:272 TRACE [remote-connection][Management   ][58a28…][initial][127.0.0.1:8080] 6/6. handshake finished, connection is up and running after 436 ms!
log.ts:272 TRACE Error while resolving configuration file 'vscode-remote://127.0.0.1:8080/home/sh_eldeeb_2010/%40eng-dibo/ngx/.vscode/tasks.json': Unable to read file 'vscode-remote://127.0.0.1:8080/home/sh_eldeeb_2010/@eng-dibo/ngx/.vscode/tasks.json' (Error: Unable to resolve non-existing file 'vscode-remote://127.0.0.1:8080/home/sh_eldeeb_2010/@eng-dibo/ngx/.vscode/tasks.json')
log.ts:272 TRACE Error while resolving configuration file 'vscode-remote://127.0.0.1:8080/home/sh_eldeeb_2010/%40eng-dibo/ngx/.vscode/launch.json': Unable to read file 'vscode-remote://127.0.0.1:8080/home/sh_eldeeb_2010/@eng-dibo/ngx/.vscode/launch.json' (Error: Unable to resolve non-existing file 'vscode-remote://127.0.0.1:8080/home/sh_eldeeb_2010/@eng-dibo/ngx/.vscode/launch.json')
log.ts:272 TRACE Error while resolving configuration file 'vscode-remote://127.0.0.1:8080/home/sh_eldeeb_2010/%40eng-dibo/ngx/.vscode/tasks.json': Unable to read file 'vscode-remote://127.0.0.1:8080/home/sh_eldeeb_2010/@eng-dibo/ngx/.vscode/tasks.json' (Error: Unable to resolve non-existing file 'vscode-remote://127.0.0.1:8080/home/sh_eldeeb_2010/@eng-dibo/ngx/.vscode/tasks.json')
log.ts:272 TRACE Error while resolving configuration file 'vscode-remote://127.0.0.1:8080/home/sh_eldeeb_2010/%40eng-dibo/ngx/.vscode/launch.json': Unable to read file 'vscode-remote://127.0.0.1:8080/home/sh_eldeeb_2010/@eng-dibo/ngx/.vscode/launch.json' (Error: Unable to resolve non-existing file 'vscode-remote://127.0.0.1:8080/home/sh_eldeeb_2010/@eng-dibo/ngx/.vscode/launch.json')
log.ts:272 TRACE Error while resolving configuration file 'vscode-remote:/home/sh_eldeeb_2010/.local/share/code-server/User/tasks.json': Unable to read file 'vscode-remote:/home/sh_eldeeb_2010/.local/share/code-server/User/tasks.json' (Error: Unable to resolve non-existing file 'vscode-remote:/home/sh_eldeeb_2010/.local/share/code-server/User/tasks.json')
log.ts:278 DEBUG Configuration keys changed in WORKSPACE target prettier.arrowParens editor.defaultFormatter editor.formatOnSave files.autoSave editor.fastScrollSensitivity editor.mouseWheelZoom editor.showFoldingControls editor.stablePeek editor.fontSize diffEditor.codeLens diffEditor.renderSideBySide window.title explorer.confirmDelete explorer.decorations.badges git.allowForcePush tslint.jsEnable editor.codeActionsOnSave
log.ts:278 DEBUG Configuration keys changed in USER target git.path scssLint.runOnTextChange angular.experimental-ivy [typescript] workbench.startupEditor git.autofetch git.confirmForcePush tslint.jsEnable explorer.confirmDragAndDrop diffEditor.ignoreTrimWhitespace git.enableSmartCommit git.confirmSync
DevTools failed to load SourceMap: Could not load content for https://8080-cs-38445546507-default.cs-europe-west1-itbg.cloudshell.dev/static/fe2dc2deb08e378069891b622bb62ad1d261d1b1/usr/lib/code-server/dist/pages/pages/vscode.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
log.ts:272 TRACE Skipping initializing user data as settings sync is not enabled
log.ts:272 TRACE UserDataInitializationService#requiresInitialization
log.ts:272 TRACE lifecycle: phase changed (value: 2)
log.ts:272 TRACE Layout#layout, height: 625, width: 670
log.ts:278 DEBUG Checking for update...
webWorkerExtensionHost.ts:125 The web worker extension host is started without an iframe sandbox!
start @ webWorkerExtensionHost.ts:125
Kn @ extensionHostManager.ts:67
_createInstance @ instantiationService.ts:110
createInstance @ instantiationService.ts:76
(anonymous) @ abstractExtensionService.ts:447
_startExtensionHosts @ abstractExtensionService.ts:446
_initialize @ abstractExtensionService.ts:411
(anonymous) @ extensionService.ts:74
Promise.then (async)
Xs @ extensionService.ts:74
_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:255
(anonymous) @ workbench.ts:137
invokeFunction @ instantiationService.ts:61
startup @ workbench.ts:130
open @ web.main.ts:95
async function (async)
open @ web.main.ts:85
log.ts:272 TRACE workbench configuration {"webviewEndpoint":"https://8080-cs-38445546507-default.cs-europe-west1-itbg.cloudshell.dev/webview","folderUri":{"$mid":1,"path":"/home/sh_eldeeb_2010/@eng-dibo/ngx","scheme":"vscode-remote","authority":"127.0.0.1:8080"},"remoteAuthority":"127.0.0.1:8080","logLevel":0,"workspaceProvider":{"workspace":{"folderUri":{"$mid":1,"external":"vscode-remote://127.0.0.1:8080/home/sh_eldeeb_2010/%40eng-dibo/ngx","path":"/home/sh_eldeeb_2010/@eng-dibo/ngx","scheme":"vscode-remote","authority":"127.0.0.1:8080"}},"payload":[["userDataPath","/home/sh_eldeeb_2010/.local/share/code-server"],["enableProposedApi","[]"]],"trusted":true},"urlCallbackProvider":{"_store":{"_toDispose":{},"_isDisposed":false},"_onCallback":{"_disposed":false,"_listeners":{"_first":{"next":{},"prev":{}},"_last":{"next":{},"prev":{}},"_size":1}}},"credentialsProvider":{}}
log.ts:272 TRACE [remote-connection][ExtensionHost][2596e…][initial][127.0.0.1:8080] 1/6. invoking socketFactory.connect().
log.ts:272 TRACE lifecycle: phase changed (value: 3)
log.ts:272 TRACE UserDataInitializationService#requiresInitialization
log.ts:272 TRACE [remote-connection][ExtensionHost][2596e…][initial][127.0.0.1:8080] 2/6. socketFactory.connect() was successful.
log.ts:272 TRACE [remote-connection][ExtensionHost][2596e…][initial][127.0.0.1:8080] 3/6. sending AuthRequest control message.
log.ts:272 TRACE [remote-connection][ExtensionHost][2596e…][initial][127.0.0.1:8080] 4/6. received SignRequest control message.
log.ts:272 TRACE [remote-connection][ExtensionHost][2596e…][initial][127.0.0.1:8080] 5/6. sending ConnectionTypeRequest control message.
log.ts:272 TRACE [remote-connection][ExtensionHost][2596e…][initial][127.0.0.1:8080] 6/6. handshake finished, connection is up and running after 394 ms!
log.ts:272 TRACE lifecycle: phase changed (value: 4)
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-remote
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-remote
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-remote
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-remote
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-remote
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-remote
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-remote
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-remote
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-remote
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-remote
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-remote
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-remote
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-remote
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-log
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-remote
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-remote
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-remote
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-remote
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-log
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-remote
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-remote
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-log
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-log
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-log
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-log
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-log
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-log
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-remote
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-remote
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-remote
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-remote
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-remote
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-log
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-log
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-log
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-log
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-log
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-remote
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-log
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-log
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-log
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-log
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-log
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-log
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-log
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-log
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-remote
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-remote
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-log
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-log
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-log
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-log
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-log
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-log
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-log
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-log
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-log
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-log
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-log
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-log
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-log
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-log
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-log
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-log
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-log
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-log
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-log
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-log
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-log
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-log
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-log
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-log
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-log
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-log
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-log
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-log
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-log
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-log
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-log
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-log
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-log
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-log
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-log
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-log
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-log
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-log
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-log
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-log
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-log
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-log
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-log
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-log
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-log
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-log
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-remote
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-remote
log.ts:272 TRACE onWillActivateByEvent:  onFileSystem:vscode-remote
log.ts:272 TRACE RequestService#request https://extensions.coder.com/api/extensionquery
log.ts:272 TRACE RequestService#request https://extensions.coder.com/api/extensionquery
log.ts:284  INFO [remote-connection][ExtensionHost][2596e…][reconnect] starting reconnecting loop. You can get more information with the trace log level.
log.ts:284  INFO [remote-connection][ExtensionHost][2596e…][reconnect] resolving connection...
log.ts:284  INFO [remote-connection][ExtensionHost][2596e…][reconnect] connecting to 127.0.0.1:8080...
log.ts:272 TRACE [remote-connection][ExtensionHost][2596e…][reconnect][127.0.0.1:8080] 1/6. invoking socketFactory.connect().
log.ts:272 TRACE [remote-connection][ExtensionHost][2596e…][reconnect][127.0.0.1:8080] 2/6. socketFactory.connect() was successful.
log.ts:272 TRACE [remote-connection][ExtensionHost][2596e…][reconnect][127.0.0.1:8080] 3/6. sending AuthRequest control message.
​ TRACE [remote-connection][ExtensionHost][2596e…][reconnect][127.0.0.1:8080] 4/6. received SignRequest control message.
​ TRACE [remote-connection][ExtensionHost][2596e…][reconnect][127.0.0.1:8080] 5/6. sending ConnectionTypeRequest control message.
Read more comments on GitHub >

github_iconTop Results From Across the Web

coder/code-server - unable to activate any extension - GitHub
I can open code-server, but suddenly I can't see any extension loaded. I see 'Activating extensions' for seconds, but no any extension ......
Read more >
Extensions disabled by Chrome - Chrome Web Store Help
See a list of your extensions. On your computer, open Chrome. At the top right, click More More . Choose More tools and...
Read more >
Unable to turn on Safari extensions (iOS 15) - Apple Discussions
Hi, I'm running iOS 15.3.1 on iPhone 12 Pro. I've tried to install a few extensions for Safari but I can't enable any...
Read more >
Fix "Unable to Activate" error from Trend Micro in Google ...
How do I fix this? · Go to https://account.trendmicro.com. · Sign in with your email address and password. · Look for the serial...
Read more >
Unable to install add-ons (extensions or themes) | Firefox Help
An inability to install an extension can be the result of problems with the extension, Firefox preferences, or the version of Firefox you...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found