Commit Graph

123 Commits

Author SHA1 Message Date
Joe Previte 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
Joe Previte 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
Adrian Soucup 271c260a36
Fix terminal process leak when closing the window. (#2723) 2021-02-22 13:32:50 -06:00
Joe Previte 8302d2fe8e
fix(vscode): update links in welcome page 2021-02-18 11:21:27 -07:00
Joe Previte 43d0d8e919
fix: update link in extensions helper 2021-02-18 10:54:45 -07:00
Asher 898565e16a
Resolve browser telemetry conflict 2021-02-09 11:11:38 -06:00
Asher 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
Asher a65231808a
Fall back to remote extension server on web 2021-02-09 10:39:35 -06:00
Asher a6d4b24733
Resolve extensions viewlet conflicts 2021-02-09 10:39:08 -06:00
Asher 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
Asher cc59279f11
Remove GoHomeContributor
It's probably registered in some other way now.
2021-02-09 10:37:03 -06:00
Asher 89c38d3554
Update storage promise
A new doStore was added.
2021-02-09 10:36:39 -06:00
Asher 14c96d78ef
Remove added logLevel
We've always had this.
2021-02-09 10:33:11 -06:00
Asher 859de79d97 Update to VS Code 1.52.1 2021-02-09 16:08:37 +00:00
Dean Sheather 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
Dean Sheather 42dcfc94ab
Send 'loaded' event to all parent origins 2021-01-27 05:06:04 +10:00
Joe Previte 500ba92466
fix: style links with correct colors 2021-01-14 22:40:33 +00:00
Joe Previte 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
Asher c7baf5d04a
Merge pull request #2482 from cdr/asar
Symlink node_modules.asar to node_modules in lib/vscode
2020-12-18 10:54:36 -08:00
Anmol Sethi 003225d2cd
vscode: Remove electron dependency but keep types
Electron doesn't support FreeBSD.
2020-12-18 11:52:08 -05:00
Asher 121a520447
Symlink node_modules.asar to node_modules in lib/vscode
Closes #2197.
2020-12-17 15:48:19 -06:00
Joe Previte 51a2a2ad2d
feat: apply patch after setting up subtree 2020-12-15 15:53:52 -07:00
Joe Previte 41bee49d07 Merge commit 'be3e8236086165e5e45a5a10783823874b3f3ebd' as 'lib/vscode' 2020-12-15 15:52:33 -07:00