This commit is contained in:
Christoph Brandau
2025-08-08 09:18:22 +02:00
parent 793b35f39f
commit 31ccae9a40
6 changed files with 162 additions and 117 deletions
+6 -1
View File
@@ -85,6 +85,11 @@
"default": false,
"description": "Use the TCL formatter from `NX Postprocessor Support`"
},
"nx-post-support.inlayHint": {
"type": "boolean",
"default": true,
"description": "Use the Inlay Hints in from `NX Postprocessor Support`"
},
"nx-post-support.importStrategy": {
"default": "useBundled",
"description": "Defines where `NX Postprocessor Support` is imported from.",
@@ -124,4 +129,4 @@
"prettier": "^3.4.2",
"typescript": "^5.7.2"
}
}
}