#482 - Default content type description update

This commit is contained in:
Elio Struyf
2022-12-14 10:17:47 +01:00
parent fc1d750c5e
commit 12559bae4a
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -13,6 +13,7 @@
### 🐞 Fixes
- [#470](https://github.com/estruyf/vscode-front-matter/issues/470): Fix `initialize project` dashboard description
- [#482](https://github.com/estruyf/vscode-front-matter/issues/482): Update the description when you want to overwrite the default content type description
## [8.2.0] - 2022-12-08 - [Release notes](https://beta.frontmatter.codes/updates/v8.2.0)
+1 -1
View File
@@ -121,7 +121,7 @@ export class ContentType {
const override = await window.showQuickPick(["Yes", "No"], {
title: "Override default content type",
placeHolder: "Do you want to override the default content type?",
placeHolder: "Do you want to overwrite the default content type configuration with the fields used in the current field?",
ignoreFocusOut: true
});
const overrideBool = override === "Yes";