Skip to content

Script Analyzer integration is not working in 0.4.1 #153

Closed
@daviwil

Description

@daviwil

For some reason, Script Analyzer rules are not being applied when files are being opened/edited in 0.4.1. Judging from the logs, the publishDiagnostics event is being sent to VS Code with an empty array even though there should be results:

    {
      "jsonrpc": "2.0",
      "method": "textDocument/publishDiagnostics",
      "params": {
        "uri": "file:///c%3A/dev/vscode-powershell/examples/DebugTest.ps1",
        "diagnostics": []
      }
    }

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions