Skip to content

Commit 5c8a731

Browse files
author
gregvanl
committed
Use correct TS setting name
1 parent c659a03 commit 5c8a731

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

release-notes/v1_63.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -416,14 +416,14 @@ vscode.commands.executeCommand<vscode.CallHierarchyItem | undefined>('vscode.pre
416416

417417
This change only effects the typings of `executeCommand` and does not change the behavior of this function.
418418

419-
### Updating vscode.d.ts for strictOptionalProperties
419+
### Updating vscode.d.ts for exactOptionalPropertyTypes
420420

421-
We've updated the typings in `vscode.d.ts` to better support TypeScript's [`strictOptionalProperties` strictness option](https://github.com/microsoft/TypeScript/pull/43947). This work included:
421+
We've updated the typings in `vscode.d.ts` to better support TypeScript's [`exactOptionalPropertyTypes` strictness option](https://www.typescriptlang.org/tsconfig#exactOptionalPropertyTypes). This work included:
422422

423423
* Clarifying which optional properties can be assigned `undefined`.
424424
* Being more consistent in how we use `?` versus `| undefined`.
425425

426-
If you are using `strictOptionalProperties` with your extension, please let us know if you run into any issues with the `vscode.d.ts` typings.
426+
If you are using `exactOptionalPropertyTypes` with your extension, please let us know if you run into any issues with the `vscode.d.ts` typings.
427427

428428
### HTML custom data from URIs
429429

0 commit comments

Comments
 (0)