forcedotcom / analyticsdx-vscode

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

Lazily start language client and server #86

Closed smithgp closed 4 years ago

smithgp commented 4 years ago

Only start them when a text document in a template folder is opened, instead of when any json file is opened. Also, start the extension when xml or html files are opened, since a template folder can contain those as well.