Archived
1
0
Commit Graph

2030 Commits

Author SHA1 Message Date
6b56e6572d feat(testing): add serviceWorker tests 2021-02-26 16:00:18 -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
ee0973c05a feat: add logs to serviceWorker 2021-02-26 11:58:29 -07:00
46226ea26b chore(testing): add service-worker-mock 2021-02-26 11:58:29 -07:00
80a180079e feat: add test for catching errors in Emitter 2021-02-26 11:58:29 -07:00
b232dcbd4a feat(register): add test when navigator undefined 2021-02-26 11:58:28 -07:00
e6a324b484 refactor: update mocking logger in register test 2021-02-26 11:58:28 -07:00
cb4185b360 refactor: use loggerModule in util 2021-02-26 11:58:28 -07:00
1c737f1f93 refactor: hoist jest.mock in constants 2021-02-26 11:55:17 -07:00
1470ff203a refactor: dont use actual logger in helper 2021-02-26 11:55:17 -07:00
711abd8d84 refactor: move loggerModule into helpers 2021-02-26 11:55:00 -07:00
027e8e5adf refactor: use LogModule from Asher in tests 2021-02-26 11:51:52 -07:00
a44a51462c refactor: use same syntax as logger spy 2021-02-26 11:51:52 -07:00
7ef630f7a4 refactor(register): use logError instead of logger 2021-02-26 11:51:52 -07:00
38891de0d9 feat(test): add test handleRegisterServiceWorker 2021-02-26 11:51:52 -07:00
21f577d471 refactor: add handleRegisterServiceWorker fn 2021-02-26 11:51:52 -07:00
44b9874fbe feat: test failure to register service worker 2021-02-26 11:51:52 -07:00
a9f88affa9 refactor: use logger in serviceworker 2021-02-26 11:51:51 -07:00
06aeca0a83 feat(testing): add register test 2021-02-26 11:51:51 -07:00
72b05cacac refactor: create registerServiceWorker fn 2021-02-26 11:51:51 -07:00
28b440a4ba feat: add cssStub to jest 2021-02-26 11:51:51 -07:00
4f1f2c7171 fix: clean up comment in util.test.ts 2021-02-26 11:50:27 -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