Skip to content

Commit

Permalink
Merge b30840a into 4714b07
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S committed Apr 1, 2022
2 parents 4714b07 + b30840a commit 67a8f6b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions cspell.schema.json
Expand Up @@ -875,7 +875,7 @@
"type": "array"
},
"loadDefaultConfiguration": {
"default": "true;",
"default": true,
"description": "By default, the bundled dictionary configurations are loaded. Explicitly setting this to `false` will prevent ALL default configuration from being loaded.",
"type": "boolean"
},
Expand Down Expand Up @@ -1323,7 +1323,7 @@
"type": "array"
},
"loadDefaultConfiguration": {
"default": "true;",
"default": true,
"description": "By default, the bundled dictionary configurations are loaded. Explicitly setting this to `false` will prevent ALL default configuration from being loaded.",
"type": "boolean"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/cspell-types/cspell.schema.json
Expand Up @@ -875,7 +875,7 @@
"type": "array"
},
"loadDefaultConfiguration": {
"default": "true;",
"default": true,
"description": "By default, the bundled dictionary configurations are loaded. Explicitly setting this to `false` will prevent ALL default configuration from being loaded.",
"type": "boolean"
},
Expand Down Expand Up @@ -1323,7 +1323,7 @@
"type": "array"
},
"loadDefaultConfiguration": {
"default": "true;",
"default": true,
"description": "By default, the bundled dictionary configurations are loaded. Explicitly setting this to `false` will prevent ALL default configuration from being loaded.",
"type": "boolean"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/cspell-types/src/CSpellSettingsDef.ts
Expand Up @@ -165,7 +165,7 @@ export interface Settings extends ReportingConfiguration, BaseSetting, PnPSettin
/**
* By default, the bundled dictionary configurations are loaded. Explicitly setting this to `false`
* will prevent ALL default configuration from being loaded.
* @default true;
* @default true
*/
loadDefaultConfiguration?: boolean;
}
Expand Down

0 comments on commit 67a8f6b

Please sign in to comment.