Skip to content

Commit

Permalink
Make sure javascript.updateImportsOnFileMove.enabled also has enum de…
Browse files Browse the repository at this point in the history
…scriptions

Fixes #59509
  • Loading branch information
mjbvz committed Sep 27, 2018
1 parent 2e95080 commit f94cfe6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions extensions/typescript-language-features/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -562,6 +562,11 @@
"always",
"never"
],
"markdownEnumDescriptions": [
"%typescript.updateImportsOnFileMove.enabled.prompt%",
"%typescript.updateImportsOnFileMove.enabled.always%",
"%typescript.updateImportsOnFileMove.enabled.never%"
],
"default": "prompt",
"description": "%typescript.updateImportsOnFileMove.enabled%",
"scope": "resource"
Expand Down

0 comments on commit f94cfe6

Please sign in to comment.