forcedotcom / analyticsdx-vscode

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

Update to typescript 4.1.3, tslint 6.1.3 #112

Closed smithgp closed 3 years ago

smithgp commented 3 years ago

We have a soft version dependency on vscode-languageclient and that indirectly brought in a newer version of vscode-jsonrpc which uses type imports, which weren't compiling with ts 3.7.5. Upgrading typescript was on our backlog already anyways.