Skip to content

Master #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 539 commits into from
Dec 30, 2020
Merged

Master #1

merged 539 commits into from
Dec 30, 2020

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.
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.