Compare commits

...
Author SHA1 Message Date
Christoph d60d3ec942 Update package.json
/ build_and_publish (release) Successful in 40s
2025-09-01 13:22:58 +00:00
Christoph e52722e353 Update README.md 2025-09-01 13:21:36 +00:00
2 changed files with 4 additions and 2 deletions
+3 -2
View File
@@ -19,8 +19,9 @@ A comprehensive VS Code extension providing language support for NX CAM postproc
## Installation
1. Install from the VS Code Marketplace
2. Open any `.cdl`, `.tcl`, or `.def` file
3. The extension will automatically activate and provide language support
2. Install Python 3.8 or higher
3. Open any `.cdl`, `.tcl`, or `.def` file
4. The extension will automatically activate and provide language support
## Configuration
+1
View File
@@ -5,6 +5,7 @@
"version": "2025.9.100",
"publisher": "Christoph",
"icon": "images/nx-1.png",
"extensionDependencies": ["ms-python.python"],
"serverInfo": {
"name": "NX Postprocessor Support",
"module": "nx-post-support"