Skip to content
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

package.json contain wrong values inside extensionPack for vscode #739

Open
kanlukasz opened this issue Mar 18, 2022 · 0 comments
Open

package.json contain wrong values inside extensionPack for vscode #739

kanlukasz opened this issue Mar 18, 2022 · 0 comments

Comments

@kanlukasz
Copy link

Type of issue

bug


My environment

  • OS version/details: Windows 10 64-bit with WSL2
  • Node version in WSL: v16.14.0
  • npm version in WSL: 8.5.4
  • Version of yo in WSL : 4.3.0

Current behavior

There are some problems in the package.json syntax after generating the VSCode extension pack in WSL2

  1. "String does not match the pattern of \"^([a-z0-9A-Z][a-z0-9-A-Z]*)\\.([a-z0-9A-Z][a-z0-9-A-Z]*)$\".",

  2. Screen:
    image

  3. Wrong values (this shouldn't exist at all, i guess?):

    "Extensions",
        "installed",
        "on",
        "WSL:",
        "Ubuntu-20.04:",

Steps to reproduce the behavior

  1. Run yo code
  2. Run New Extension Pack
  3. Add the currently installed extensions to the extension pack? --> Select Yes
  4. Fill rest of the fields
  5. Check package.json file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant