vscode: rename raLspServer variable to langServer
This commit is contained in:
parent
8f291c0089
commit
fd6a98ef6e
@ -86,12 +86,12 @@ export class Config {
|
|||||||
ctx: vscode.ExtensionContext,
|
ctx: vscode.ExtensionContext,
|
||||||
config: vscode.WorkspaceConfiguration
|
config: vscode.WorkspaceConfiguration
|
||||||
): null | BinarySource {
|
): null | BinarySource {
|
||||||
const raLspServerPath = RA_LSP_DEBUG ?? config.get<null | string>("raLspServerPath");
|
const langServerPath = RA_LSP_DEBUG ?? config.get<null | string>("raLspServerPath");
|
||||||
|
|
||||||
if (raLspServerPath) {
|
if (langServerPath) {
|
||||||
return {
|
return {
|
||||||
type: BinarySource.Type.ExplicitPath,
|
type: BinarySource.Type.ExplicitPath,
|
||||||
path: Config.expandPathResolving(raLspServerPath)
|
path: Config.expandPathResolving(langServerPath)
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user