You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched all issues to ensure it has not already been reported.
Summary
Quite a few of our setting and command descriptions in package.json, for instance:
"powershell.scriptAnalysis.enable": {
"type": "boolean",
"default": true,
"description": "Enables real-time script analysis from PowerShell Script Analyzer. Uses the newest installed version of the PSScriptAnalyzer module or the version bundled with this extension, if it is newer."
},
is totally wrong.
I was about to fix just this, but then was looking through and most if not all of these should be reviewed and updated. Furthermore, it would be a great improvement to switch to markdownDescription and have proper links to mentioned settings, etc.
Proposed Design
No response
The text was updated successfully, but these errors were encountered:
Prerequisites
Summary
Quite a few of our setting and command descriptions in
package.json
, for instance:is totally wrong.
I was about to fix just this, but then was looking through and most if not all of these should be reviewed and updated. Furthermore, it would be a great improvement to switch to
markdownDescription
and have proper links to mentioned settings, etc.Proposed Design
No response
The text was updated successfully, but these errors were encountered: