-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
platform.js cannot read property 'bind' of undefined #2328
Labels
Milestone
Comments
alexdima
added
bug
Issue identified by VS Code Team member as probable bug
regression
labels
Feb 1, 2021
alexdima
added a commit
to microsoft/vscode
that referenced
this issue
Feb 1, 2021
…process` can be defined, while `process.nextTick` is not
Released |
Verified! Thanks so much for the quick fix. |
plainerman
pushed a commit
to plainerman/vscode
that referenced
this issue
Feb 2, 2021
…process` can be defined, while `process.nextTick` is not
MarcoZehe
pushed a commit
to MarcoZehe/vscode
that referenced
this issue
Feb 3, 2021
…process` can be defined, while `process.nextTick` is not
1 task
1 task
This was referenced Jun 6, 2021
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Steps to Reproduce:
This regression seems to be caused by this change: microsoft/vscode@76b7331#diff-562a9dd5a425180aed71854ee8a3f2705d38e9f723d763eff63da148456a71e6L199
Whereas previously you were guarding for
process.nextTick
being undefined, now you are not. In certain webpack configurations, theprocess
shims may not defineprocess.nextTick
Does this issue occur when all extensions are disabled?: Yes, though we have only tried monaco-editor
The text was updated successfully, but these errors were encountered: