-
Notifications
You must be signed in to change notification settings - Fork 5.9k
[Bug]: Files missing from code-oss-dev/extensions/ipynb in MacOS Homebrew installation #4964
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
Closed
3 tasks done
Labels
bug
Something isn't working
high-priority
This issue needs to be resolved ASAP
os-macos
macOS related
Milestone
Comments
Thanks fo reporting this! I was able to reproduce on my macOS. VideoScreen.Recording.2022-03-09.at.1.55.32.PM.movBrowser LogsmainThreadExtensionService.ts:95 Activating extension 'vscode.ipynb' failed: Cannot find module '/usr/local/Cellar/code-server/4.1.0/libexec/vendor/modules/code-oss-dev/extensions/ipynb/dist/ipynbMain.js'
Require stack:
- /usr/local/Cellar/code-server/4.1.0/libexec/vendor/modules/code-oss-dev/out/vs/loader.js
- /usr/local/Cellar/code-server/4.1.0/libexec/vendor/modules/code-oss-dev/out/bootstrap-amd.js
- /usr/local/Cellar/code-server/4.1.0/libexec/vendor/modules/code-oss-dev/out/bootstrap-fork.js.
CRITI FAILED to destory notebook Error: NO provider registered for view type: 'jupyter-notebook'
at O.withNotebookDataProvider (notebookServiceImpl.ts:611:10)
at async u.createReferencedObject (notebookEditorModelResolverServiceImpl.ts:64:16)
at async a.resolve (notebookEditorModelResolverServiceImpl.ts:216:18)
at async l.$tryCreateNotebook (mainThreadNotebookDocuments.ts:131:15) Here is where the corresponding code lives: https://github.com/coder/vscode/tree/main/extensions/ipynb I wonder if we missed something there. I did just upgrade us to 1.64 (when this PR is merged). |
@quantex are you able to verify if this is still an issue with 4.2.0? |
code-asher
added a commit
to code-asher/code-server
that referenced
this issue
Mar 29, 2022
code-asher
added a commit
to code-asher/code-server
that referenced
this issue
Mar 29, 2022
code-asher
added a commit
to code-asher/code-server
that referenced
this issue
Mar 29, 2022
TinLe
pushed a commit
to TinLe/code-server
that referenced
this issue
Apr 23, 2022
* Regenerate last opened patch The lines were a bit off. * Remove packaged .gitignore files Fixes coder#4964. * Remove extra Node binary This gets overidden in the standalone but it was getting uselessly included in the npm package.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
Something isn't working
high-priority
This issue needs to be resolved ASAP
os-macos
macOS related
Is there an existing issue for this?
OS/Web Information
code-server --version
: 4.1.0Steps to Reproduce
brew install code-server
Expected
A sequence of extensions (vscode.ipynb, then ms-toolsai.jupyter, then ms-python.python) should load, resulting in a Jupyter Notebook being rendered.
Actual
This works as expected in an Arch Linux installation (via an AUR).
But on a MacOS Homebrew installation, this halts when trying to load vscode.ipynb. Log complains that
[install folder]/vendor/modules/code-oss-dev/extensions/ipynb/dist/ipynbMain.js
is missing. A side-effect of this is simply that the Jupyter Notebook fails to load (or a new Notebook fails to be created).A band-aid fix is to simply copy over
[folder]/vendor/modules/code-oss-dev/extensions/ipynb/
wholesale from a working code-server installation in an Arch Linux box, which appears to resolve the problem.Logs
Screenshot/Video
No response
Does this issue happen in VS Code?
Are you accessing code-server over HTTPS?
Notes
No response
The text was updated successfully, but these errors were encountered: