mirror of
https://github.com/MaskRay/ccls.git
synced 2025-01-31 09:50:26 +00:00
Bump extension version.
This commit is contained in:
parent
ca7d404a54
commit
053aa549f0
@ -44,7 +44,7 @@ namespace {
|
||||
std::vector<std::string> kEmptyArgs;
|
||||
|
||||
// Expected client version. We show an error if this doesn't match.
|
||||
const int kExpectedClientVersion = 2;
|
||||
const int kExpectedClientVersion = 3;
|
||||
|
||||
|
||||
|
||||
@ -1941,7 +1941,7 @@ bool QueryDbMainLoop(
|
||||
if (config->clientVersion > kExpectedClientVersion)
|
||||
out.params.message += "the cquery binary.";
|
||||
else
|
||||
out.params.message += "your extension client (VSIX file).";
|
||||
out.params.message += "your extension client (VSIX file). Make sure to uninstall the cquery extension and restart vscode before reinstalling.";
|
||||
out.Write(std::cout);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user