We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f03dd6 commit d4ce528Copy full SHA for d4ce528
src/ui/dafnyVersionView.ts
@@ -7,7 +7,7 @@ import { LanguageServerConstants } from '../constants';
7
import { getDotnetExecutablePath } from '../dotnet';
8
import { getCompilerRuntimePath } from '../language/dafnyInstallation';
9
import { enableOnlyForDafnyDocuments } from '../tools/visibility';
10
-import { version as ExtensionVersion } from '../../package-lock.json';
+import { version as ExtensionVersion } from '../../package.json';
11
12
const UnknownVersion = LanguageServerConstants.UnknownVersion;
13
const CompilerVersionArg = '/version';
0 commit comments