feat(ui): add targetJdkVersion field

This commit is contained in:
ReaJason
2026-01-18 23:49:41 +08:00
parent 33753844a7
commit ca304c600d
3 changed files with 26 additions and 36 deletions
+2 -1
View File
@@ -48,5 +48,6 @@
"advancedConfig": "Advanced Config",
"commandTemplate": "Command Template",
"commandTemplate.placeholder": "e.g., sh -c \"{command}\" 2>&1",
"commandTemplate.description": "Use {command} as placeholder"
"commandTemplate.description": "Use {command} as placeholder",
"targetJdkVersion": "JRE Version"
}