Skip to content

when I package a theia plugin use "vsce package", have error "Manifest missing field: engines.vscode", how can I package the plugin to vsix #8561

Discussion options

You must be logged in to vote

@ReachForAStar thank you for the discussion, the error message clearly states that an engines.vscode field is missing from your package.json, for example:

"engines": {
  "vscode": "^1.40.0"
},

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@ReachForAStar
Comment options

@vince-fugnitto
Comment options

Answer selected by ReachForAStar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants