forcedotcom / analyticsdx-vscode

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

Fix json language server in vscode 1.47+ #98

Closed smithgp closed 4 years ago

smithgp commented 4 years ago

The template json client was failing to start in vscode insiders (1.47) because the json language server code in the included vscode.json-language-features extension changed. This changes the template extension to use a fixed version of vscode-json-languageserver so we have more control over out interaction with it. It also fixes the test:vscode-insiders-integration to work again and adds it to the github actions ci builds so we'll know about any failures in the next version of vscode faster.