mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 11:31:15 +00:00
Fix server path comparison
This commit is contained in:
parent
022d031b7f
commit
1749a78ada
@ -167,7 +167,7 @@ async function bootstrapExtension(config: Config, state: PersistentState): Promi
|
||||
}
|
||||
return;
|
||||
};
|
||||
if (serverPath(config) !== null) return;
|
||||
if (serverPath(config)) return;
|
||||
|
||||
const now = Date.now();
|
||||
if (config.package.releaseTag === NIGHTLY_TAG) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user