Fix lint issue
parent
c4ba0e1133
commit
8dbf18c423
|
@ -21,7 +21,6 @@ export function activate(context: ExtensionContext) {
|
||||||
return Promise.resolve(childProcess);
|
return Promise.resolve(childProcess);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
// Options to control the language client
|
// Options to control the language client
|
||||||
let clientOptions: LanguageClientOptions = {
|
let clientOptions: LanguageClientOptions = {
|
||||||
// Register the server for php documents
|
// Register the server for php documents
|
||||||
|
|
Loading…
Reference in New Issue