Archived
1
0
Commit Graph

2753 Commits

Author SHA1 Message Date
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
5f42112269 Merge pull request #2814 from cdr/add-link-docs
docs(README, ci): add docs shield with link to version docs
2021-03-03 16:13:32 -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
696e0fbb14 docs(ci): add step for updating docs shield 2021-03-02 15:43:49 -07:00
6499270411 docs(README): add shield linking to version docs 2021-03-02 15:27:29 -07: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
d48a74c317 Merge pull request #2804 from cdr/jsjoeio-fix-ci-linux
fix(ci): add step to remove docker images on linux-arm64
2021-03-02 11:51:40 -07:00
90807e19e7 fix(ci): replace extension in test standalone 2021-03-02 10:58:38 -07:00
5e08d7f853 fix(ci): remove docker images in linux-arm64
This adds a step to remove the docker images and hopefully free up space in the
linux-arm64 part of ci.
2021-03-02 10:58:38 -07:00
471c6ffd39 fix(ci): remove release and test artifacts as a step
This adds a step to remove both the release packages and the test artifacts as
a step at the end of test in ci.yaml.
2021-03-02 10:58:38 -07:00
3e081ea66c Merge pull request #2801 from cdr/disappearing-dismiss 2021-03-02 10:14:19 -06:00
29f302128a Merge pull request #2800 from cdr/no-default-home 2021-03-02 10:13:10 -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
9da9ff2372 Remove .ignore
This is preventing my ripgrep from searching vscode.
2021-03-01 13:16:10 -06:00
f526ab87f8 Remove default home value
Closes #2742.
2021-03-01 13:16:09 -06:00
726f694268 Merge pull request #2719 from cdr/add-tests-register
feat(testing): add unit tests for register
2021-02-26 16:47:51 -07:00
a83c909b16 fix: update deps import in coder.js 2021-02-26 16:46:20 -07:00
8c14799797 refactor: add custom mock for serviceWorker test 2021-02-26 16:05:35 -07:00
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