Skip to content

Commit b98f7aa

Browse files
committed
release: v1.0.1
1 parent 872c1b7 commit b98f7aa

File tree

3 files changed

+18
-7
lines changed

3 files changed

+18
-7
lines changed

jetbrains-plugin/build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ plugins {
33
kotlin("jvm") version "1.9.22"
44
}
55

6-
group = "com.oneide"
7-
version = "1.0.0"
6+
group = "com.itangcent.oneide"
7+
version = "1.0.1"
88

99
repositories {
1010
mavenCentral()
@@ -28,7 +28,7 @@ tasks {
2828
pluginDescription.set(file("parts/pluginDescription.html").readText())
2929
changeNotes.set(file("parts/pluginChanges.html").readText())
3030
}
31-
31+
3232
buildPlugin {
3333
archiveBaseName.set("one-ide")
3434
}

vscode-extension/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vscode-extension/package.json

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "One-IDE",
44
"icon": "icon.png",
55
"description": "Seamlessly sync your editors across JetBrains IDEs and VS Code, with automatic AI project rule adaptation.",
6-
"version": "1.0.0",
6+
"version": "1.0.1",
77
"engines": {
88
"vscode": "^1.85.0"
99
},
@@ -48,7 +48,18 @@
4848
},
4949
"oneIde.ai.currentTool": {
5050
"type": "string",
51-
"enum": ["Auto", "Trae", "Cursor", "Windsurf", "Copilot", "Claude", "JetBrains", "Junie", "Qodo", "Qoder"],
51+
"enum": [
52+
"Auto",
53+
"Trae",
54+
"Cursor",
55+
"Windsurf",
56+
"Copilot",
57+
"Claude",
58+
"JetBrains",
59+
"Junie",
60+
"Qodo",
61+
"Qoder"
62+
],
5263
"default": "Auto",
5364
"description": "Explicitly set the current AI tool. Use 'Auto' to detect automatically."
5465
}

0 commit comments

Comments
 (0)