Skip to content

Conversation

@rdbeach
Copy link
Owner

@rdbeach rdbeach commented Dec 30, 2020

No description provided.

nhooyr and others added 30 commits November 6, 2020 10:12
Next commit will address Will's comments about the typings being weird.
Makes typing much easier. Addresse's Will's last comment.
Unfortunately we can't use node-mocks-http to test a express.Router
that has async routes. See eugef/node-mocks-http#225

router will just return undefined if the executing handler is async and
so the test will have no way to wait for it to complete. Thus, we have
to use supertest which starts an actual HTTP server in the background
and uses a HTTP client to send requests.
Plugin API to add more applications to code-server
That's the default so it's extra visual noise.
jsjoeio and others added 29 commits December 17, 2020 15:28
refactor (vscode): migrate from submodule to subtree
Now we support pretty much every variable under the sun along with
$NO_PROXY all correctly and with minimal code on our end.
We don't have an agent for FreeBSD right now.
Now that we've moved to the submodule, there is no need to reset changes
in there :)

cc @jsjoeio
Electron doesn't support FreeBSD.
Co-authored-by: Anmol Sethi <hi@nhooyr.io>
Capital letters in the CLI are evil.

cc @code-asher
Cases in URLs like ?&a=b or ?a=b& appear to be handled just fine.
ci: Add support for FreeBSD to the build process
proxy-agent: Use proxy-from-env and add docs
Symlink node_modules.asar to node_modules in lib/vscode
🎅🏼
@rdbeach rdbeach merged commit b22d7f4 into rdbeach:master Dec 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.