You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(devins-lang): remove extra backticks in toolchain command completion
- Remove unnecessary backticks in the code snippet inserted by ToolchainCommandCompletion
- Improve readability and formatting of the inserted JSON code block
Copy file name to clipboardExpand all lines: exts/devins-lang/src/main/kotlin/cc/unitmesh/devti/language/completion/provider/ToolchainCommandCompletion.kt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ class ToolchainCommandCompletion : CompletionProvider<CompletionParameters>() {
0 commit comments