e79ca99466
feat(lib/vscode): update src/vs/base/node/languagePacks.js
...
It looks like a couple functions were added here
such as a readFile and writeFile.
2021-03-11 10:47:52 -07:00
0cd3e39492
chore(vscode): update to 1.54.2
2021-03-11 10:27:10 -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
ad24edd2be
Revert remaining remote agent connection changes
2021-03-04 13:54:02 -06: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
3e081ea66c
Merge pull request #2801 from cdr/disappearing-dismiss
2021-03-02 10:14:19 -06:00
058e781b3f
Await newly promisified func
2021-03-01 16:39:57 -06:00
c7d59e81dd
Add tabIndex to extension help dismiss button
...
This makes it accessible via keyboard.
2021-03-01 13:39:34 -06:00
6dd8b63f4c
Add div for inner extension helper text
...
The theme callback would set innerHTML on the header which wipes out the
dismiss button. With an inner div we can replace the inner HTML without
worrying about other elements in the header.
Closes #2799 .
2021-03-01 13:31:36 -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
ccf2fe2a2e
fix: conflicts in remote.ts
...
Looks like they modified a few of the cases related to Reconnection.
2021-02-25 12:23:14 -07:00
502323a9c8
fix: conflicts with remoteAgentConnection
...
As Asher pointed out, looks like it makes #2381 obsolete.
Hope this all works.
2021-02-25 12:19:21 -07:00
40d0c88341
fix: extHostExtensionService
...
Looks like they modified the function signature for _loadCommonJSModule.
I believe the first param is now the extensionId or null. Probably for logging
reason guessing.
2021-02-25 12:02:35 -07:00
2bd9b6e1bf
fix: update web.main.ts
...
Looks like they added two lines in the open method.
1. Logging for workbench configuration
2. Window - creating a BrowserWindow
2021-02-25 11:59:25 -07:00
b952616725
fix: resolve conflict browserSocketFactory
2021-02-25 11:47:02 -07:00
3fd6187503
fix: update import in extensionsViewlet
2021-02-25 11:46:25 -07:00
f255cdb2cc
fix: update text for Extension Host
2021-02-25 11:44:37 -07:00
262963c9ec
fix: resolve conflict in extensionHostProcessSetup.ts
...
From what I can tell, they added these `performance.mark` calls. Not sure
exactly what they do, but my guess is they're supposed to help with measuring
extension performance?
2021-02-25 11:42:42 -07:00
eae5d8c807
chore(vscode): update to 1.53.2
...
These conflicts will be resolved in the following commits. We do it this way so
that PR review is possible.
2021-02-25 11:27:27 -07:00
271c260a36
Fix terminal process leak when closing the window. ( #2723 )
2021-02-22 13:32:50 -06:00
8302d2fe8e
fix(vscode): update links in welcome page
2021-02-18 11:21:27 -07:00
43d0d8e919
fix: update link in extensions helper
2021-02-18 10:54:45 -07:00
898565e16a
Resolve browser telemetry conflict
2021-02-09 11:11:38 -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
a65231808a
Fall back to remote extension server on web
2021-02-09 10:39:35 -06:00
a6d4b24733
Resolve extensions viewlet conflicts
2021-02-09 10:39:08 -06:00
f8d546bdc6
Remove hidden home CSS
...
Now that you can customize the home it's probably fine to show it.
There's also an option for users to hide it.
2021-02-09 10:38:14 -06:00
cc59279f11
Remove GoHomeContributor
...
It's probably registered in some other way now.
2021-02-09 10:37:03 -06:00
89c38d3554
Update storage promise
...
A new doStore was added.
2021-02-09 10:36:39 -06:00
14c96d78ef
Remove added logLevel
...
We've always had this.
2021-02-09 10:33:11 -06:00
859de79d97
Update to VS Code 1.52.1
2021-02-09 16:08:37 +00:00
1fcb0c3ddd
Merge pull request #2641 from cdr/send-ready-to-all-origins
...
Send 'loaded' event to all parent origins
2021-01-27 05:52:13 +10:00
42dcfc94ab
Send 'loaded' event to all parent origins
2021-01-27 05:06:04 +10:00
500ba92466
fix: style links with correct colors
2021-01-14 22:40:33 +00:00
d9508946b5
feat: add helper header above extensions search
...
Add a short message above the search box on the Extensions panel. This
helps explain the extension divergence to the user.
If they click dismiss, it stores an item in localStorage to prevent the
message from showing up on subsequent loads.
Co-authored-by: Asher <ash@coder.com >
2021-01-14 22:40:19 +00:00
121a520447
Symlink node_modules.asar to node_modules in lib/vscode
...
Closes #2197 .
2020-12-17 15:48:19 -06:00
51a2a2ad2d
feat: apply patch after setting up subtree
2020-12-15 15:53:52 -07:00
41bee49d07
Merge commit 'be3e8236086165e5e45a5a10783823874b3f3ebd' as 'lib/vscode'
2020-12-15 15:52:33 -07:00