microsoft / vscode-powerquery

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

[Refactor] Move library symbol validation code to PQLS #224

Open mattmasson opened 4 months ago

mattmasson commented 4 months ago

We had a few different definitions for LibrarySymbol representation in JSON. #213 makes an effort to consolidate, but the validation code and definitions should ultimately be in the powerquery-language-services layer.