Skip to content

Instantly share code, notes, and snippets.

@ClydeDz
Created February 10, 2020 09:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ClydeDz/4c072c6950e5752ef5a6f4e0228f6a09 to your computer and use it in GitHub Desktop.
Save ClydeDz/4c072c6950e5752ef5a6f4e0228f6a09 to your computer and use it in GitHub Desktop.
Sample of the engines section from the package.json file for a VS Code project.
{
"engines": {
"vscode": "^1.28.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment