mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 12:54:58 +00:00
vscode: fix local devel
The value of releaseTag is not undefined, but null in actual package.json
This commit is contained in:
parent
3d38d4dc94
commit
68ff71e3ab
2 changed files with 7 additions and 5 deletions
|
@ -21,7 +21,7 @@ export class Config {
|
|||
|
||||
readonly package: {
|
||||
version: string;
|
||||
releaseTag: string | undefined;
|
||||
releaseTag: string | null;
|
||||
enableProposedApi: boolean | undefined;
|
||||
} = vscode.extensions.getExtension(this.extensionId)!.packageJSON;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue