We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59955ff commit 0948faeCopy full SHA for 0948fae
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## [0.2.10] 31 Jul, 2025
2
+
3
+### Fixed
4
5
+* **Extension Activation**: Fixed TypeScript compilation error that prevented extension from activating properly
6
+* **Go to Definition**: Resolved "Cannot find module 'vscode-languageclient/node'" error that blocked parameter navigation features
7
8
## [0.2.9] 30 Jul, 2025
9
10
### Enhanced
package.json
@@ -1,6 +1,6 @@
{
"name": "nmtran",
- "version": "0.2.9",
+ "version": "0.2.10",
"license": "MIT",
"displayName": "NMTRAN",
"publisher": "vrognas",
0 commit comments