microsoft / vscode-powerquery

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

[BUG] Document Symbols aren't working #177

Closed mattmasson closed 10 months ago

mattmasson commented 2 years ago

Expected behavior Outline treeview should show document symbols for pq files.

Actual behavior "No symbols found in document 'test.pq'

To Reproduce Open a section document and expand the OUTLINE tree view.

This also seems to be the cause of one of the UI test failures.

JordanBoltonMN commented 2 years ago

Sort of resolved with #178 . I need to investigate why debouncing that API caused this regression.