Releases: microsoft/vscode-powerquery
Releases · microsoft/vscode-powerquery
v0.1.61
What's Changed
- Updated intellisense symbols
- Updated dependencies
No functional changes.
Full Changelog: v0.1.60...v0.1.61
v0.1.60
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
Updated dependencies, which includes:
- The usage of a new parser (CombinatorialParserV2)
- Improved autocomplete for primitive types
v0.1.52
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
- Removed debounced behavior for document symbols to prevent a regression
- Removed source of errors regarding onHover
v0.1.49
- Adds additional debouncing behavior for semantic tokens and document symbols
- Sets debounce delay to 250ms
v0.1.48
- Improves cancellation token behavior
v0.1.46
- Fixes a regression in regards to generating semantic tokens
v0.1.45
- Cancellation errors aren't treated as errors to the user
- Added additional tracing when experiencing an error
v0.1.44
- Fixed a regression regarding semantic tokens
- Fixed a race condition on first load if SDK mode is enabled