microsoft / vscode-powerquery

Visual Studio Code extension for Power Query / M.
MIT License
88 stars 16 forks source link

[v0.1.2] Support for Outline, improved Diagnostics, and Locale configuration setting #54

Closed mattmasson closed 4 years ago

mattmasson commented 4 years ago

This change takes advantage of the improvements in the powerquery-language-services 0.1.11 release.

Adds support for the document Outline window vscode-symbols

Diagnostics now include errors for duplicate identifiers vscode-codeError vscode-problems

Added "powerquery.general.locale" configuration setting to control parser/diagnostic error message locale/culture. vscode-config

{
  "powerquery.trace.server": "verbose",
  "powerquery.general.locale": "en-US"
}

Issues