Skip to content

Commit d4ce528

Browse files
committed
Retrieve extension version from package.json
1 parent 3f03dd6 commit d4ce528

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ui/dafnyVersionView.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { LanguageServerConstants } from '../constants';
77
import { getDotnetExecutablePath } from '../dotnet';
88
import { getCompilerRuntimePath } from '../language/dafnyInstallation';
99
import { enableOnlyForDafnyDocuments } from '../tools/visibility';
10-
import { version as ExtensionVersion } from '../../package-lock.json';
10+
import { version as ExtensionVersion } from '../../package.json';
1111

1212
const UnknownVersion = LanguageServerConstants.UnknownVersion;
1313
const CompilerVersionArg = '/version';

0 commit comments

Comments
 (0)