We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcf3346 commit e02afd1Copy full SHA for e02afd1
1 file changed
src/vs/vscode.d.ts
@@ -4700,7 +4700,7 @@ declare module 'vscode' {
4700
* The *effective* value (returned by [`get`](#WorkspaceConfiguration.get)) is computed by overriding or merging the values in the following order.
4701
*
4702
* ```
4703
- * `defaultValue`
+ * `defaultValue` (if defined in `package.json` otherwise derived from the value's type)
4704
* `globalValue` (if defined)
4705
* `workspaceValue` (if defined)
4706
* `workspaceFolderValue` (if defined)
0 commit comments