-
Notifications
You must be signed in to change notification settings - Fork 34.9k
Closed
Labels
engineeringVS Code - Build / issue tracking / etc.VS Code - Build / issue tracking / etc.insiders-releasedPatch has been released in VS Code InsidersPatch has been released in VS Code InsiderspolishCleanup and polish issueCleanup and polish issue
Milestone
Description
Does this issue occur when all extensions are disabled?: Yes.
In the fact, this problem is not encountered in actual use, but a bug encountered when I tried to modify VS Code.
- VS Code Version: 1.73.0 be022da
- OS Version: Macos 12.2.1 Intel
Steps to Reproduce:
- Clone
VS Code
source code - yarn install
- Add
dependencies
toremote/web/package.json
.For example, addreact-dom
to simulate scenarios where dependencies need to be added tovscode-web.
, thenyarn add react-dom
under the root directory. - Use
cmd + shift + B
shortcut keys to performCore - Build
andExt - Build
tasks. Then you will find that the mission unexpectedly quit.
- The problem is that browser fields can be not only string but also objects.
Metadata
Metadata
Assignees
Labels
engineeringVS Code - Build / issue tracking / etc.VS Code - Build / issue tracking / etc.insiders-releasedPatch has been released in VS Code InsidersPatch has been released in VS Code InsiderspolishCleanup and polish issueCleanup and polish issue