PowerShell / PowerShell/vscode-powershell
PSScriptAnalyzer not working correctly on Visual Studio Code
Dieses Issue hat noch niemand übernommen.
- Vorherrschende Sprache
- TypeScript
- Sterne
- 1.9k
- Forks
- 548
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
System Details
- Operating system name and version: Windows 10 1803 build 17134.191
- VS Code version: 1.25.1
- PowerShell extension version: 1.17.1
- Output from
$PSVersionTable:
Name Value
---- -----
PSVersion 5.1.17134.165
PSEdition Desktop
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...}
BuildVersion 10.0.17134.165
CLRVersion 4.0.30319.42000
WSManStackVersion 3.0
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
More information:
code -v
1.25.1
1dfc5e557209371715f655691b1235b6b26a06be
x64
$pseditor.EditorServicesVersion
code --list-extensions --show-versions
$PSVersionTable
1.25.1
1dfc5e557209371715f655691b1235b6b26a06be
x64
Major Minor Build Revision
----- ----- ----- --------
1 8 2 0
emmanuelbeziat.vscode-great-icons@2.1.39
ms-vscode.PowerShell@1.8.2
Key : PSVersion
Value : 5.1.17134.165
Name : PSVersion
Key : PSEdition
Value : Desktop
Name : PSEdition
Key : PSCompatibleVersions
Value : {1.0, 2.0, 3.0, 4.0...}
Name : PSCompatibleVersions
Key : BuildVersion
Value : 10.0.17134.165
Name : BuildVersion
Key : CLRVersion
Value : 4.0.30319.42000
Name : CLRVersion
Key : WSManStackVersion
Value : 3.0
Name : WSManStackVersion
Key : PSRemotingProtocolVersion
Value : 2.3
Name : PSRemotingProtocolVersion
Key : SerializationVersion
Value : 1.1.0.1
Name : SerializationVersion
Issue Description
I have opened an issue on the PSScriptAnalyzer github page, and they told me to post it here:
Link to the Issue
Steps to reproduce
- Open Visual Studio Code
- Create a new PowerShell file
- Press CTRL+SHIFT+P and select PowerShell: Select PSScriptAnalyzer rules
- The list is shown... If you type in the new file: "gc C:\Dell", it highlightes the "gc" command correctly.
- Then open an existent file on Visual Studio Code
- Press CTRL+SHIFT+P and select PowerShell: Select PSScriptAnalyzer rules
- Nothing happens and typing "gc" or any other command that triggers PSScriptAnalyzer, is not working anymore... I have to close Visual Studio Code.
- Trying to configure settings.json using this:
"powershell.scriptAnalysis.settingsPath": "c:\users\lee\PSScriptAnalyzerSettings.psd1"
the first part doesn't turn blue (accepeted command) and it returns something like path not found.
Expected behavior
- Automatically start analyzing the code on any file new or opened.
- Being able to configure settings.json
Actual behavior
- Not being able to use PSScriptAnalyzer
- Not being able to configure it using settings.json

- Environment data:
Diretório: C:\Program Files\WindowsPowerShell\Modules
ModuleType Version Name ExportedCommands
---------- ------- ---- ----------------
Script 1.17.1 PSScriptAnalyzer {Get-ScriptAnalyzerRule, Invoke-ScriptAnalyzer, Invoke-Formatter}
Diretório: C:\Users\vpereira\.vscode\extensions\ms-vscode.powershell-1.8.2\modules
ModuleType Version Name ExportedCommands
---------- ------- ---- ----------------
Script 1.17.1 PSScriptAnalyzer {Get-ScriptAnalyzerRule, Invoke-ScriptAnalyzer, Invoke-Formatter}
Attached Logs
Follow the instructions in the README
about capturing and sending logs.
Beitragsleitfaden
Erste Schritte
- Lies das ganze Issue und danach den Beitragsleitfaden des Projekts.
- Schreib ins Issue, dass du es übernimmst — das erspart doppelte Arbeit.
- Forke das Repository und arbeite in einem Branch.
- Öffne einen Pull Request, der die Issue-Nummer nennt.
Rechercherichtung
Beginne damit, den Fehler in Visual Studio Code mit den aufgeführten Versionen von PowerShell, der Erweiterung und PSScriptAnalyzer zu reproduzieren. Prüfe anschließend das verlinkte PSScriptAnalyzer-Issue und die Analyseintegration der Erweiterung. Als erledigt gilt die Aufgabe, wenn die Analyse sowohl für neue als auch für geöffnete Dateien funktioniert und die Konfiguration settingsPath ohne einen Pfadfehler akzeptiert wird.
Vom Indexierungsmodell aus dem Issue-Text verfasst.
Bewertung
- Tech-Stack
- powershell, typescript, vscode
- Bereich
- devtools, tooling
- Issue-Typ
- Bug
- Schwierigkeit
- 4/5
- Geschätzter Aufwand
- 3-5 Tage
- Aktivitätsstatus
- Veraltet
- Klarheit
- Größtenteils klar
- Anfängerfreundlichkeit
- 35/100