We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87a7fc7 commit 2dca76dCopy full SHA for 2dca76d
src/utils/settings.ts
@@ -35,9 +35,7 @@ export function loadSettings() {
35
diagnosis: true,
36
conceptualAnalysis: true,
37
dataAnalysis: true,
38
- format: "docx",
39
- datamodelOnly: false,
40
- text: true
+ format: "docx"
41
}),
42
outputDir: config.get('outputDir', "./output"),
43
outputLanguage: config.get('outputLanguage', "NL"),
0 commit comments