Archived
1
0
Commit Graph

21 Commits

Author SHA1 Message Date
eaf63deb56 fix(lib/vscode): fix return type shutdown in ptyService
In the squash/merge update, we forgot to update the return type.

Add Promise<void> instead of void for shutdown method.
2021-03-16 10:20:12 -07:00
01c3d1f53d Implement missing terminal method 2021-03-10 13:15:23 -06:00
5a1f62a8fb Support permessage-deflate web socket extension (#2846) 2021-03-10 13:14:24 -06:00
925073db31 Merge pull request #2773 from cdr/upgrade-vscode-1.53
feat(vscode): update to version 1.53.2
2021-03-05 14:03:10 -07:00
1632a19a76 chore: fix lint error in channel.ts 2021-03-03 11:52:36 -07:00
4d3d1b844d Handle permessage-deflate on sockets
With this the extension host is working again.
2021-03-02 17:18:49 -06:00
150138e04b Update env vars for extension host
They now are all prepended with VSCODE_. Also added the parent pid to
ensure it shuts down when the parent dies.
2021-03-02 15:59:47 -06:00
ba4448e72d Implement terminal layouts
It doesn't mean much until we persist terminals though, I think.
2021-03-02 14:16:12 -06:00
058e781b3f Await newly promisified func 2021-03-01 16:39:57 -06:00
f526ab87f8 Remove default home value
Closes #2742.
2021-03-01 13:16:09 -06:00
9dea2e79a0 chore: fix lint issues 2021-02-26 15:48:04 -07:00
1bf3036597 fix(connection): onClose -> onDidDispose protocol 2021-02-26 12:55:04 -07:00
52acb50ed7 fix: update WebSocketNodeSocket in protocol 2021-02-26 12:54:29 -07:00
22e7173fa9 fix: update resolveCommonProperties in server 2021-02-26 12:54:03 -07:00
0f18d1fddc fix: update import in channel.ts getSystemShell 2021-02-25 16:44:08 -07:00
c6e6f8e2b3 chore: add missing semicolon in channel.ts 2021-02-25 12:41:01 -07:00
271c260a36 Fix terminal process leak when closing the window. (#2723) 2021-02-22 13:32:50 -06:00
068e399bf2 Remove Node browser shim
We used this to run vscodevim in the browser but it now has a version
that is able to run as a VS Code web extension. This does require an
update to our marketplace, however.
2021-02-09 10:40:14 -06:00
89c38d3554 Update storage promise
A new doStore was added.
2021-02-09 10:36:39 -06:00
42dcfc94ab Send 'loaded' event to all parent origins 2021-01-27 05:06:04 +10:00
51a2a2ad2d feat: apply patch after setting up subtree 2020-12-15 15:53:52 -07:00