-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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
Update VS Code 1.95 #7059
Update VS Code 1.95 #7059
Conversation
6146abe
to
52b1aaa
Compare
Trying to see if this resolves the gcc error.
52b1aaa
to
f248926
Compare
With the switch to esm, this require is now failing. fs is already imported, so we can just use it anyway. Fixes #7056.
It got merged while I was reviewing 💀 My only comment was gonna be "so many hashes" haha. |
* Update Code to 1.95.1 * Update Node to 20.18.0 * Update build.yaml to use Ubuntu 22.04 This is to resolve a gcc error. Might have to address the release step later as well. * Fix --stdin-to-clipboard With the switch to esm, the fs require is failing. fs is already imported, so we can just use it anyway. * Fix mangled exports * Update CSP hashes
Also funny that minification respects the export alias. |
My bad did not realize you were reviewing!! I will need to get used to not just wild-west merging here lol
Haha yeah, honestly a relief because otherwise we would have to do some crazy things like import it as |
Ping @code-asher:
|
Ping @code-asher: Functionality [modified by patches] tested and found to work:
Workspaces and Jupyter Notebooks also work fine:
|
|
Unofficial and untested Linux/RISC-V 64-bit ( |
Closes #7052
Fixes #7056.