forcedotcom / analyticsdx-vscode

Salesforce Analytics Extensions for Visual Studio Code
BSD 3-Clause "New" or "Revised" License
11 stars 2 forks source link

Quick fix for variables in ui.json #78

Closed smithgp closed 4 years ago

smithgp commented 4 years ago

To do this efficiently, this required refactoring the diagnostics from the linter to have discrete error codes, and to support including additional properties (like the closest match). This is better anyways, plus move the jsonpath of the diagnostic location out of the Problems view, where it can take up a lot of space and we're only using it tests right now.