Replies: 2 comments 8 replies
-
Hmm this is definitely a tricky one. Do you see any logs in the browser console? |
Beta Was this translation helpful? Give feedback.
-
This worked. Thanks a lot. The issue now is that when I try to open a .ipynb file it gives me this error which I'm trying to resolve:
|
Beta Was this translation helpful? Give feedback.
-
I'm hosting code-server from a SageMaker notebook instance. I followed this guide (option B) for the setup. Everything was working fine until a couple of days ago when suddenly extensions wouldn't activate any longer. The weird thing is that all extensions with activationEvent: '*', load fine but nothing else.
I tried installing extensions manually but same result.
Not sure this is a bug or I just need to tweak a setting. Any help would be much appreciated.
[2022-08-19 18:32:18.183] [remoteagent] [info] Extension host agent started.
[2022-08-19 18:32:23.776] [remoteagent] [info] [127.0.0.1][83207026][ManagementConnection] New connection established.
[2022-08-19 18:32:26.224] [remoteagent] [info] [127.0.0.1][19b350ec][ExtensionHostConnection] New connection established.
[2022-08-19 18:32:26.230] [remoteagent] [info] [127.0.0.1][19b350ec][ExtensionHostConnection] <20111> Launched Extension Host Process.
[2022-08-19 18:33:53.490] [remoteagent] [info] [127.0.0.1][83207026][ManagementConnection] The client has disconnected gracefully, so the connection will be disposed.
[2022-08-19 18:33:53.502] [remoteagent] [info] [127.0.0.1][19b350ec][ExtensionHostConnection] <20111> Extension Host Process exited with code: 0, signal: null.
[2022-08-19 18:33:55.728] [remoteagent] [info] [127.0.0.1][7b3c61c0][ManagementConnection] New connection established.
[2022-08-19 18:33:58.181] [remoteagent] [info] [127.0.0.1][461a950b][ExtensionHostConnection] New connection established.
[2022-08-19 18:33:58.187] [remoteagent] [info] [127.0.0.1][461a950b][ExtensionHostConnection] <21055> Launched Extension Host Process.
[2022-08-19 18:37:36.637] [remoteagent] [error] [File Watcher (parcel)] Inotify limit reached (ENOSPC) (path: /home/ec2-user)
[2022-08-19 18:57:19.533] [remoteagent] [info] Installing extension: ms-python.python
[2022-08-19 18:57:20.378] [remoteagent] [info] Getting Manifest... ms-toolsai.jupyter
[2022-08-19 18:57:21.825] [remoteagent] [info] Getting Manifest... ms-toolsai.jupyter-renderers
[2022-08-19 18:57:22.662] [remoteagent] [info] Getting Manifest... ms-toolsai.jupyter-keymap
[2022-08-19 18:57:23.532] [remoteagent] [info] Installing extension: ms-toolsai.jupyter
[2022-08-19 18:57:23.532] [remoteagent] [info] Installing extension: ms-toolsai.jupyter-renderers
[2022-08-19 18:57:23.532] [remoteagent] [info] Installing extension: ms-toolsai.jupyter-keymap
[2022-08-19 18:57:24.826] [remoteagent] [info] Downloaded extension: ms-toolsai.jupyter-keymap /home/ec2-user/SageMaker/vscode-config/code-server/CachedExtensionVSIXs/ms-toolsai.jupyter-keymap-1.0.0
[2022-08-19 18:57:24.838] [remoteagent] [info] Extracted extension to /home/ec2-user/SageMaker/vscode-config/code-server/extensions/.bfda6229-8618-4ea3-96d5-14e8470756fd: ms-toolsai.jupyter-keymap
[2022-08-19 18:57:24.842] [remoteagent] [info] Renamed to /home/ec2-user/SageMaker/vscode-config/code-server/extensions/ms-toolsai.jupyter-keymap-1.0.0
[2022-08-19 18:57:24.843] [remoteagent] [info] Extracting completed. ms-toolsai.jupyter-keymap
[2022-08-19 18:57:26.076] [remoteagent] [info] Downloaded extension: ms-toolsai.jupyter-renderers /home/ec2-user/SageMaker/vscode-config/code-server/CachedExtensionVSIXs/ms-toolsai.jupyter-renderers-1.0.9
[2022-08-19 18:57:26.231] [remoteagent] [info] Extracted extension to /home/ec2-user/SageMaker/vscode-config/code-server/extensions/.819b2567-c6aa-4e16-a6bb-27c8b23775a7: ms-toolsai.jupyter-renderers
[2022-08-19 18:57:26.235] [remoteagent] [info] Renamed to /home/ec2-user/SageMaker/vscode-config/code-server/extensions/ms-toolsai.jupyter-renderers-1.0.9
[2022-08-19 18:57:26.236] [remoteagent] [info] Extracting completed. ms-toolsai.jupyter-renderers
[2022-08-19 18:57:26.950] [remoteagent] [info] Downloaded extension: ms-toolsai.jupyter /home/ec2-user/SageMaker/vscode-config/code-server/CachedExtensionVSIXs/ms-toolsai.jupyter-2022.5.1001610507
[2022-08-19 18:57:27.358] [remoteagent] [info] Extracted extension to /home/ec2-user/SageMaker/vscode-config/code-server/extensions/.8e2bdc18-6419-42fb-9660-6af817e357ae: ms-toolsai.jupyter
[2022-08-19 18:57:27.366] [remoteagent] [info] Renamed to /home/ec2-user/SageMaker/vscode-config/code-server/extensions/ms-toolsai.jupyter-2022.5.1001610507
[2022-08-19 18:57:27.375] [remoteagent] [info] Extracting completed. ms-toolsai.jupyter
[2022-08-19 18:57:29.716] [remoteagent] [info] Extracted extension to /home/ec2-user/SageMaker/vscode-config/code-server/extensions/.9586b142-d28e-4c36-9ead-82dc1151cef8: ms-python.python
[2022-08-19 18:57:29.725] [remoteagent] [info] Renamed to /home/ec2-user/SageMaker/vscode-config/code-server/extensions/ms-python.python-2022.12.1
[2022-08-19 18:57:29.728] [remoteagent] [info] Extracting completed. ms-python.python
[2022-08-19 18:57:29.728] [remoteagent] [info] Extension installed successfully: ms-toolsai.jupyter-keymap
[2022-08-19 18:57:29.729] [remoteagent] [info] Extension installed successfully: ms-toolsai.jupyter-renderers
[2022-08-19 18:57:29.729] [remoteagent] [info] Extension installed successfully: ms-toolsai.jupyter
[2022-08-19 18:57:29.729] [remoteagent] [info] Extension installed successfully: ms-python.python
LSP Notebooks experiment is disabled -- not using Pylance
LSP Notebooks interactive window support is disabled -- not in LSP Notebooks experiment
conda info --json
./anaconda3/envs/tbn/bin/python ./SageMaker/vscode-config/code-server/extensions/ms-python.python-2022.12.1/pythonFiles/get_output_via_markers.py ./SageMaker/vscode-config/code-server/extensions/ms-python.python-2022.12.1/pythonFiles/interpreterInfo.py
Python interpreter path: ./anaconda3/envs/tbn/bin/python
Starting Jedi language server for ec2-user.
Beta Was this translation helpful? Give feedback.
All reactions