Merge pull request 'update' (#25) from tcl_language_support into main
/ build_and_publish (release) Successful in 33s

Reviewed-on: #25
This commit was merged in pull request #25.
This commit is contained in:
2025-08-09 21:35:09 +00:00
5 changed files with 162 additions and 116 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"
}
}
}