Skip to content

Commit 8135198

Browse files
committed
Remove client version
1 parent 781b6a5 commit 8135198

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/extension.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,6 @@ function setContext(name, value) {
1919
commands.executeCommand('setContext', name, value);
2020
}
2121

22-
// Increment version number whenever we want to make sure the user updates the
23-
// extension. cquery will emit an error notification if this does not match its
24-
// internal number.
25-
const VERSION = 3;
26-
2722
enum SymbolKind {
2823
// lsSymbolKind
2924
Unknown = 0,
@@ -198,8 +193,6 @@ export function activate(context: ExtensionContext) {
198193
}
199194
}));
200195

201-
// Add version information to the config.
202-
clientConfig['clientVersion'] = VERSION
203196
let args = ['--language-server'].concat(clientConfig['launchArgs']);
204197

205198
let env: any = {};

0 commit comments

Comments
 (0)