-
Notifications
You must be signed in to change notification settings - Fork 39k
package.json browser field cannot be converted in acquireWebNodePaths #165162
Copy link
Copy link
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 Codesource code - yarn install
- Add
dependenciestoremote/web/package.json.For example, addreact-domto simulate scenarios where dependencies need to be added tovscode-web., thenyarn add react-domunder the root directory. - Use
cmd + shift + Bshortcut keys to performCore - BuildandExt - Buildtasks. Then you will find that the mission unexpectedly quit.
- The problem is that browser fields can be not only string but also objects.
Reactions are currently unavailable
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


