mirror of
https://github.com/wavetermdev/inshellisense.git
synced 2026-08-05 13:43:30 -07:00
fix: typo triggering VSC instead of IS escape function (#137)
Signed-off-by: Chapman Pendery <cpendery@vt.edu>
This commit is contained in:
@@ -36,7 +36,7 @@ __is_escape_value() {
|
||||
}
|
||||
|
||||
__is_update_cwd() {
|
||||
builtin printf '\e]6973;CWD;%s\a' "$(__vsc_escape_value "${PWD}")"
|
||||
builtin printf '\e]6973;CWD;%s\a' "$(__is_escape_value "${PWD}")"
|
||||
}
|
||||
|
||||
__is_update_prompt() {
|
||||
|
||||
Reference in New Issue
Block a user