Compare commits
2
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d60d3ec942 | ||
|
|
e52722e353 |
@@ -19,8 +19,9 @@ A comprehensive VS Code extension providing language support for NX CAM postproc
|
|||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
1. Install from the VS Code Marketplace
|
1. Install from the VS Code Marketplace
|
||||||
2. Open any `.cdl`, `.tcl`, or `.def` file
|
2. Install Python 3.8 or higher
|
||||||
3. The extension will automatically activate and provide language support
|
3. Open any `.cdl`, `.tcl`, or `.def` file
|
||||||
|
4. The extension will automatically activate and provide language support
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
|
|||||||
@@ -5,6 +5,7 @@
|
|||||||
"version": "2025.9.100",
|
"version": "2025.9.100",
|
||||||
"publisher": "Christoph",
|
"publisher": "Christoph",
|
||||||
"icon": "images/nx-1.png",
|
"icon": "images/nx-1.png",
|
||||||
|
"extensionDependencies": ["ms-python.python"],
|
||||||
"serverInfo": {
|
"serverInfo": {
|
||||||
"name": "NX Postprocessor Support",
|
"name": "NX Postprocessor Support",
|
||||||
"module": "nx-post-support"
|
"module": "nx-post-support"
|
||||||
|
|||||||
Reference in New Issue
Block a user