Skip to content

Restructure #1338

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 96 commits into from
Mar 3, 2020
Merged

Restructure #1338

merged 96 commits into from
Mar 3, 2020

Conversation

code-asher
Copy link
Member

@code-asher code-asher commented Feb 4, 2020

  • Detangle code-server and vscode.
  • Provide a message when trying to load vscode and it hasn't finished compiling yet (for development). Otherwise it can look like the build just failed.
  • Command-line parser.
  • Fix all the absolute paths so it works behind a base path again. This is now achieved by using relative paths everywhere but note that because of this redirecting from HTTP to HTTPS won't work correctly behind a base path so use a reverse proxy for that. This should remove the confusion behind the base path option since it no longer exists.
  • Auto-updates.
  • Pass through to VS Code CLI when necessary.

Fixes #1302
Fixes #1233
Fixes #1303
Fixes #1298
Fixes #1035
Fixes #208
Fixes #1014
Fixes #1002
Fixes #1333
Fixes #1304
Fixes #1383
Fixes #1380

@code-asher code-asher force-pushed the restructure branch 4 times, most recently from a109ffd to bb30510 Compare February 4, 2020 21:37
Copy link
Contributor

@sr229 sr229 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nitpicks

Reworked from d574012 to fit in the
new structure.
Now it should work whether you have a trailing slash or not.
Also fix padding not being respected when blocks exceed container
height.
@nhooyr
Copy link
Contributor

nhooyr commented Feb 27, 2020

We should still have an example gif @kylecarbs

@kylecarbs
Copy link
Member

@nhooyr yup. Gunna add one

code-asher and others added 8 commits March 2, 2020 11:52
Looks like sometimes VS Code throws strings. For example if ifconfig is
missing.
In Firefox using the gzip mime type will (probably correctly) cause it
not to decompress while in Chromium it still will (incorrectly).
@nhooyr
Copy link
Contributor

nhooyr commented Mar 3, 2020

🚀

@code-asher code-asher merged commit 2c4ca14 into master Mar 3, 2020
@code-asher code-asher deleted the restructure branch March 3, 2020 19:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment