forked from coder/code-server
-
Notifications
You must be signed in to change notification settings - Fork 1
Update 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
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Reading, watching, saving, etc all seem to work now.
I didn't like how the inner objects accessed parent objects, so I restructured all that.
This makes the file tree work.
To build the extensions for development.
Rewrite and update documentation
There's no way to actually know if those clients have gone away, so it seems it might be better to base it on whether the user has connected again with new clients to determine if the old clients are now invalid.
As reported in GH-962, this breaks VSCode's extension details view. Might need further triage if its also a v2 internal issue.
Signed-off-by: Ayane Satomi <[email protected]>
Signed-off-by: Ayane Satomi <[email protected]>
I somehow deleted it during the conflict resolution Signed-off-by: Ayane Satomi <[email protected]>
[v2] Rewrite code-server to use new web stuff
This will be used to load extensions into the browser using requirefs.
It seems to copy the entire directory to the second container for some reason and runs out of space.
Fixes #976.
We will clean it up on our end if necessary. This allows reconnections after any length of time.
Should allow manual installation of bracket pair colorizer 2: #544.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.