Skip to content

Releases: microsoft/vscode-powerquery

v0.1.60

29 May 16:20
afe2c22
Compare
Choose a tag to compare

What's Changed

  • Support Pull diagnostics mode
  • Improve cancellation support for diagnostics and hover
  • Initial support for loading external library symbols - powerquery.client.additionalSymbolsDirectories

External library symbol files can be created by hand, but we will be releasing a tool to extract/general symbols in the future. Please see the [existing symbol files](https://github.com/microsoft/vscode-powerquery/blob/master/server/src/library/standard/standard-enUs.json] for examples on how to define your own.

Full Changelog: v0.1.54...v0.1.60

v0.1.54

27 Jun 16:31
2ade2e1
Compare
Choose a tag to compare

Updated dependencies, which includes:

  • The usage of a new parser (CombinatorialParserV2)
  • Improved autocomplete for primitive types

v0.1.52

13 Feb 22:43
67c9775
Compare
Choose a tag to compare

What's Changed

  • improve handling of invariant errors by @mattmasson in #179
  • powerquery.extractDataflowDocument - command to extract document from dataflow.json by @mattmasson in #184

Full Changelog: v0.1.50...v0.1.52

v0.1.50

13 Oct 16:32
10a1daa
Compare
Choose a tag to compare
  • Removed debounced behavior for document symbols to prevent a regression
  • Removed source of errors regarding onHover

v0.1.49

07 Oct 15:14
Compare
Choose a tag to compare
  • Adds additional debouncing behavior for semantic tokens and document symbols
  • Sets debounce delay to 250ms

v0.1.48

30 Sep 15:47
10b2f04
Compare
Choose a tag to compare
  • Improves cancellation token behavior

v0.1.46

23 Sep 20:27
511a912
Compare
Choose a tag to compare
  • Fixes a regression in regards to generating semantic tokens

v0.1.45

21 Sep 16:14
d875f79
Compare
Choose a tag to compare
  • Cancellation errors aren't treated as errors to the user
  • Added additional tracing when experiencing an error

v0.1.44

08 Sep 13:27
81f6911
Compare
Choose a tag to compare
  • Fixed a regression regarding semantic tokens
  • Fixed a race condition on first load if SDK mode is enabled

v0.1.43

07 Sep 15:01
1d18931
Compare
Choose a tag to compare
  • Adds folding ranges
  • Simplified timed cancellation token layer