Update README.md
/ build_and_publish (release) Successful in 35s

This commit is contained in:
2025-08-09 11:55:59 +00:00
parent 9b373e85b7
commit 499df9b51d
+1 -1
View File
@@ -5,7 +5,6 @@ A comprehensive VS Code extension providing language support for NX CAD postproc
## Features
- **Syntax Highlighting** - Full syntax highlighting for CDL, TCL, and DEF files
- **Language Server Integration** - Powered by `tclint` for advanced language features
- **Code Formatting** - Automatic code formatting for all supported file types
- **Multi-language Support** - Supports NX CDL, TCL, and DEF file formats
- **Intelligent Code Analysis** - Linting and error detection for postprocessor code
@@ -29,6 +28,7 @@ The extension can be configured through VS Code settings:
- `nx-post-support.interpreter` - Specify custom Python interpreter path for the language server
- `nx-post-support.formatter` - Enable/disable the TCL formatter (default: false)
- `nx-post-support.inlayHint` - Enable/disable inlay Hints (default: true)
## Usage