-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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
[Feat]: Support for older browsers (ios 12) #4785
Comments
I don't think so unfortunately. We did test it but then had to remove it because it broke Jupyter Notebooks. I don't know if there's a solution that doesn't cause something to break. If you ideas though, we'd be open to it |
What about an argument for the install script that gives the option of building with ES6? |
I like the sound of that! But my concern is then we'd be shipping a version of code-server that only partially works since Jupyter Notebooks would be broken. We'd also have to maintain an additional set of binaries, right? A couple options:
|
Option one is the neatest while option two might be the easiest. I think it would be ok with some stuff not working as long as the user is sufficiently warned. |
Haha definitely! I'll add it to the Backlog Candidates. |
@wiegell thank you,I will upgrade iOS to 15.4.1 |
ES2020 is a showstopper for some older browsers e.g. all IOS 12 devices (original iPad air in my case). Safari chokes on optional chaining (?.)
ES6 compile was tested in coder/vscode#23, but then removed again in #d4f09b4.
Any plans to reinstate ES6?
For other people on ios 12, the latest code-server still on ES6 (before microsoft bumped vscode to ES2020) is [email protected]
The text was updated successfully, but these errors were encountered: