Code-server: missing option "--enable-proposed-api"

Created on 12 Apr 2020  路  6Comments  路  Source: cdr/code-server

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

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

All 6 comments

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?

Was this page helpful?
0 / 5 - 0 ratings

Related issues

sa7mon picture sa7mon  路  3Comments

pchecinski picture pchecinski  路  3Comments

grant picture grant  路  3Comments

balazssoltesz picture balazssoltesz  路  3Comments

pchecinski picture pchecinski  路  3Comments