-
Notifications
You must be signed in to change notification settings - Fork 5.9k
Remove open-in flag #2013
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
Remove open-in flag #2013
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀
@@ -26,7 +26,7 @@ | |||
"lint": "./ci/dev/lint.sh", | |||
"test": "./ci/dev/test.sh", | |||
"ci": "./ci/dev/ci.sh", | |||
"watch": "NODE_OPTIONS=--max_old_space_size=32384 ts-node ./ci/dev/watch.ts" | |||
"watch": "VSCODE_IPC_HOOK_CLI= NODE_OPTIONS=--max_old_space_size=32384 ts-node ./ci/dev/watch.ts" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ez
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pz
What do you think about making another |
I think that may be a good idea to provide an extra layer of compatibility. We want to add a So with that in mind we could directly import VS Code's CLI parser when invoking |
Lets discuss in this a new issue. Opened #2023 |
yarn watch
so you can still develop code-server inside code-server