1970 Commits

Author SHA1 Message Date
9cbf6926f2 fix(ci): always upload test artifacts
Before this commit, if the tests fail then the artifacts don't get uploaded.
This makes it harder to debug failing e2e tests.

To prevent this, this commit adds an "if" condition which says always run this
step.

Source: https://stackoverflow.com/a/58859404/3015595
2021-03-05 10:28:37 -07:00
61b5c09770 Allow our server code to be tracked in git 2021-03-04 13:54:04 -06:00
34b1e756f9 Remove old commented out postinstall steps 2021-03-04 13:54:03 -06:00
ad24edd2be Revert remaining remote agent connection changes 2021-03-04 13:54:02 -06:00
32cbaf2ce3 Remove unused build import 2021-03-04 10:37: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
058e781b3f Await newly promisified func 2021-03-01 16:39:57 -06:00
a83c909b16 fix: update deps import in coder.js 2021-02-26 16:46:20 -07:00
9dea2e79a0 chore: fix lint issues 2021-02-26 15:48:04 -07:00
36136fe70d chore: formatting 2021-02-26 15:46:31 -07:00
019fe3c270 docs(contributing): update updating vscode 2021-02-26 15:46:09 -07:00
9ea18636d7 Merge branch 'master' into upgrade-vscode-1.53 2021-02-26 14:23:24 -07:00
5f3afbf7a9 fix: refactor performance in vscode.html 2021-02-26 14:16:46 -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
63733c31e9 Merge pull request #2779 from cdr/vapurrmaid/chore-doc-structure-links
docs(contributing): Update links
2021-02-26 09:33:51 -07:00
eaee7ed69d Merge pull request #2762 from cdr/ci-docs-homebrew
docs(ci): update release steps with homebrew bump
2021-02-26 09:31:41 -07:00
99af11ecc3 docs: add homebrew bump to release steps 2021-02-25 16:51:43 -07:00
0f18d1fddc fix: update import in channel.ts getSystemShell 2021-02-25 16:44:08 -07:00
b71c5061e1 chore: update electron types 2021-02-25 16:43:53 -07:00
b7e112a78d chore: reorder package.json lib/vscode 2021-02-25 16:43:45 -07:00
ad89ffaa59 docs(contributing): Update links 2021-02-25 13:55:55 -06:00
e002f14423 revert: turn off two rules in eslint for vscode 2021-02-25 12:41:15 -07:00
c6e6f8e2b3 chore: add missing semicolon in channel.ts 2021-02-25 12:41:01 -07:00
38f555e218 chore: fix lint issues in update-vscode 2021-02-25 12:40:49 -07:00
169b51e453 chore: run yarn fmt 2021-02-25 12:32:05 -07:00
1b9ed6eea3 chore: update yarn.lock for vscode 2021-02-25 12:31:20 -07:00
6a6ab72414 fix: resolve conflicts in eslintrc.json
It looks like they turned some eslint warnings on. Or we had them off and I
turned them on. They also added a new target which had the name monaco in it.
2021-02-25 12:25:28 -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
bf4779991e docs: Update contributing requirements (#2775)
Resolves: #2771
2021-02-25 13:09:21 -06:00
077af0511e fix: Responsive Sign In Page (#2770) 2021-02-25 13:08:54 -06:00
f214235e2d fix: resolve conflicts in build/lib/node.ts
It looks like they added a few more variables and cleaned this file up.

I removed the yarn and yarnRc stuff. Hope that doesn't break anything.
2021-02-25 12:08:12 -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
ce1a8c89dd fix: postinstall.js conflicts
Again, hope this was correct.

It looks like they moved around a few lines here.

If there are issues with dependencies not installing, check here.
2021-02-25 11:57:35 -07:00
9e61540840 fix: resolve conflicts in package.json
I hope this was done correctly.

It upgraded a few packages, we left out the electron packages and it added two
resolutions.
2021-02-25 11:52:27 -07:00
a5edbcb6b6 Add reviewer group as a codeowner (#2777) 2021-02-25 12:48:03 -06: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
7bf1fd979e fix: resolve conflicts in yarn.lock 2021-02-25 11:41:34 -07:00
2c5c48525e fix: resolve conflicts in .eslintignore 2021-02-25 11:36:01 -07:00
c94697da98 fix: resolve conflicts in .gitignore 2021-02-25 11:35:23 -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