File tree Expand file tree Collapse file tree 1 file changed +0
-14
lines changed
core/src/main/kotlin/cc/unitmesh/devti/sketch Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -52,20 +52,6 @@ class SketchInputListener(
52
52
return
53
53
}
54
54
55
- // val relatedFiles: MutableList<VirtualFile> = mutableListOf()
56
- // connection.subscribe(InsCommandListener.TOPIC, object : InsCommandListener {
57
- // override fun onFinish(command: InsCommand, status: InsCommandStatus, file: VirtualFile?) {
58
- // when(command.commandName) {
59
- // BuiltinCommand.FILE -> {
60
- // if (status == InsCommandStatus.SUCCESS) {
61
- // file?.let { relatedFiles.add(it) }
62
- // }
63
- // }
64
- // else -> {}
65
- // }
66
- // }
67
- // })
68
-
69
55
val postProcessors = LanguagePromptProcessor .instance(" DevIn" ).firstOrNull()
70
56
val compiledInput = postProcessors?.compile(project, userInput) ? : userInput
71
57
You can’t perform that action at this time.
0 commit comments