Making methods explicitly private, public, or protected
This commit is contained in:
@@ -13,10 +13,12 @@ export class LSPService {
|
||||
lspConfigData!: {};
|
||||
languageProviders: {} = {};
|
||||
|
||||
|
||||
constructor() {
|
||||
this.loadLSPService();
|
||||
}
|
||||
|
||||
|
||||
private loadLSPService() {
|
||||
this.getLspConfigData().then((lspConfigData: string) => {
|
||||
this.lspConfigData = JSON.parse(lspConfigData);
|
||||
|
Reference in New Issue
Block a user