please add the option "--enable-proposed-api" to work with unsigned extensions. it is not possible to use that flag while invoking the binary, results in "Unknown option --enable-proposed-api".
Will do, thanks for the report!
I wonder if we should add something that will allow setting any VS Code flags, much like how Node has NODE_OPTIONS. VSCODE_OPTIONS maybe. Otherwise we might end up adding all the VS Code flags to code-server's flags (which might not be a bad thing, just something to consider).
Yea I completely agree with that. Will create an issue.
Will do, thanks for the report!
any way to disable devmode in vscode?
@samuelcaldas What is devmode?
Most helpful comment
I wonder if we should add something that will allow setting any VS Code flags, much like how Node has
NODE_OPTIONS.VSCODE_OPTIONSmaybe. Otherwise we might end up adding all the VS Code flags to code-server's flags (which might not be a bad thing, just something to consider).