forcedotcom / lightning-language-server

LWC and Aura Language Servers - shipped as part of the Salesforce VSCode Extensions
https://forcedotcom.github.io/salesforcedx-vscode/
BSD 3-Clause "New" or "Revised" License
33 stars 49 forks source link

fix: update core config file and handle read errors #564

Closed randi274 closed 1 year ago

randi274 commented 1 year ago

What does this PR do?

The core config file containing environment variables is now build/dev.properties. Use that file instead of config.blt. Additionally handle any errors in parsing and reading by logging to console and not attempting to write to the file. Also updates documentation for outdated develop branch references.

What issues does this PR fix or reference?

@W-13007946@. Fixes #497. Closes #558.