Skip to content

Commit e02afd1

Browse files
committed
1 parent fcf3346 commit e02afd1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/vs/vscode.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4700,7 +4700,7 @@ declare module 'vscode' {
47004700
* The *effective* value (returned by [`get`](#WorkspaceConfiguration.get)) is computed by overriding or merging the values in the following order.
47014701
*
47024702
* ```
4703-
* `defaultValue`
4703+
* `defaultValue` (if defined in `package.json` otherwise derived from the value's type)
47044704
* `globalValue` (if defined)
47054705
* `workspaceValue` (if defined)
47064706
* `workspaceFolderValue` (if defined)

0 commit comments

Comments
 (0)