1 Commits

Author SHA1 Message Date
Vic Nightfall
1a0596ca71 Version bump 2025-09-28 14:20:59 +02:00
2 changed files with 3073 additions and 93 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -3,7 +3,7 @@
"name": "java-tx-language-extension",
"displayName": "Java-TX Language Extension",
"description": "The Language Extension for Java-TX with Typehints and Syntax Checks",
"version": "0.0.14",
"version": "0.0.16",
"engines": {
"vscode": "^1.94.0"
},
@@ -42,6 +42,7 @@
"typescript": "^5.6.2"
},
"dependencies": {
"@vscode/vsce": "^3.6.2",
"vscode-languageclient": "^9.0.1"
}
}