microsoft / vscode-jshint

VSCode extension to integrate jshint into VSCode
https://marketplace.visualstudio.com/items?itemName=dbaeumer.jshint
MIT License
72 stars 48 forks source link

VScode unable to recognize whether JShint extension is installed or not. #33

Closed v-pavanp closed 6 years ago

v-pavanp commented 8 years ago

Steps to Reproduce:

  1. Launch app and try to install JShint extension.
  2. Verify user should get success message or error message.
  3. If user gets error me message then reload app manually.

Actual:

  1. I observed after reloading app, JShint extension started showing up in both extension install and installed list.

Expected:

  1. if there is no update for the extension then it should not display under install list.
  2. If extension is not installed then it should not display in the installed extensions list.

Getting error message like below: image

Extension install list: image

Extension Installed List:

image

Verification steps after reloading window manually:

jshintextensionshowingboththeplaces

RMacfarlane commented 6 years ago

Issue with VSCode, not extension. Has been fixed in VSCode