From d25e7a8dfd64e492e4fe23876f2ccc646ed18c57 Mon Sep 17 00:00:00 2001 From: Daniel Gavin Date: Wed, 5 May 2021 17:04:09 +0200 Subject: forget to set the last_checked, if the ols version matches the current one. --- editors/vscode/src/extension.ts | 1 + src/index/collector.odin | 1 - tests/completions_test.odin | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/editors/vscode/src/extension.ts b/editors/vscode/src/extension.ts index fed66db..62c47aa 100644 --- a/editors/vscode/src/extension.ts +++ b/editors/vscode/src/extension.ts @@ -320,6 +320,7 @@ async function getServer(config: Config, state: PersistentState): Promise