We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93c182a commit bc5bf83Copy full SHA for bc5bf83
webview-ui/src/utils/command-validation.ts
@@ -1,9 +1,11 @@
1
import { parse } from "shell-quote"
2
+// kilocode_change start
3
import {
4
protectNewlinesInQuotes,
5
NEWLINE_PLACEHOLDER,
6
CARRIAGE_RETURN_PLACEHOLDER,
7
} from "./command-validation-quote-protection"
8
+// kilocode_change end
9
10
type ShellToken = string | { op: string } | { command: string }
11
0 commit comments