We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e0c585 commit a0987d6Copy full SHA for a0987d6
src/ProjectIndexer.ts
@@ -9,6 +9,7 @@ import * as lsif from './lsif'
9
import { LsifSymbol } from './LsifSymbol'
10
import { Options, lsiftyped } from './main'
11
import { Packages } from './Packages'
12
+import packageJson from '../package.json'
13
14
export class ProjectIndexer {
15
private options: Options
@@ -32,7 +33,7 @@ export class ProjectIndexer {
32
33
text_document_encoding: lsiftyped.TextEncoding.UTF8,
34
tool_info: new lsiftyped.ToolInfo({
35
name: 'lsif-typescript',
- version: '0.1.0',
36
+ version: packageJson.version,
37
arguments: [],
38
}),
39
0 commit comments