We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
That the README file would make sense
### Explorer context menu Run npm install, also available in the context menu of the explorer when the `package.json file
package.json
npm install
yarn install
The text was updated successfully, but these errors were encountered:
Fix issues #8 and #9
a858819
* Fix the bug context menu not correctly picking up the package.json file * Update readme file * Add tslint.json * Add .editorconfig.json * Fix lint errors
gamunu
No branches or pull requests
Expected Behavior
That the README file would make sense
Actual Behavior
package.json
is missing the closing backtick, causing rendering to be inconsistent between github and VSCode.npm install
, (presumably meaningyarn install
) should probably be backticked too as it is code you normally run in a terminal.The text was updated successfully, but these errors were encountered: