From df0f3d7a613f338f53cef5b784d56d29a1354d95 Mon Sep 17 00:00:00 2001 From: Christoph Brandau Date: Fri, 15 Aug 2025 13:12:41 +0200 Subject: [PATCH] add description --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 9030df5..bfd8388 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "nx-post-support", "displayName": "NX Postprocessor Support", - "description": "", + "description": "VS Code extension for NX CAM postprocessor development with syntax highlighting, formatting, linting, and auto-completion for CDL, TCL, and DEF files", "version": "2025.8.300", "publisher": "Christoph", "icon": "images/nx-1.png", @@ -132,4 +132,4 @@ "prettier": "^3.4.2", "typescript": "^5.7.2" } -} +} \ No newline at end of file