| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Most of this was a straightforward replacement of our code with theirs but I also removed `getDefaultShellAndArgs` since it seems the reference implementation no longer does that either. Fixes coder#2276.
Codecov Report
@@ Coverage Diff @@
## main #3308 +/- ##
=======================================
Coverage 58.95% 58.95%
=======================================
Files 35 35
Lines 1703 1703
Branches 374 374
=======================================
Hits 1004 1004
Misses 561 561
Partials 138 138 Continue to review full report at Codecov.
|
Sorry, something went wrong.
There was a problem hiding this comment.
Really nice work, and win for maintainability! 🎉
Let's merge after e2e tests pass!
Sorry, something went wrong.
There was a problem hiding this comment.
Woo! Awesome work. Excited to see this in action 🎉
Sorry, something went wrong.
|
Pulled locally, is failing with: [IPC Library: Pty Host] Error: ENOENT: no such file or directory, open '/var/home/oxy/Downloads/code-server-3.9.3-linux-amd64/lib/vscode/out/vs/platform/terminal/node/ptyHostMain.js' (Downloaded release package from CI) |
Sorry, something went wrong.
|
Tested locally, and terminal + persistence now works! Woohoo! |
Sorry, something went wrong.
There was a problem hiding this comment.
🎉
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Most of this was a straightforward replacement of our code with theirs
but I also removed getDefaultShellAndArgs since it seems the reference
implementation no longer does that either.
Fixes #2276.