From 9626ce2beb8e20afb8f63020d974ff8a213bc773 Mon Sep 17 00:00:00 2001 From: msdx321 Date: Wed, 11 Dec 2024 00:56:52 +0000 Subject: [PATCH 1/4] Add exception for VSCode env helper Signed-off-by: msdx321 --- modules/tmux/init.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/tmux/init.zsh b/modules/tmux/init.zsh index 17006c8..6658124 100644 --- a/modules/tmux/init.zsh +++ b/modules/tmux/init.zsh @@ -23,7 +23,7 @@ if ([[ "$TERM_PROGRAM" = 'iTerm.app' ]] && \ _tmux_iterm_integration='-CC' fi -if [[ -z "$TMUX" && -z "$EMACS" && -z "$VIM" && -z "$INSIDE_EMACS" && "$TERM_PROGRAM" != "vscode" && "$TERMINAL_EMULATOR" != "JetBrains-JediTerm" ]] && ( \ +if [[ -z "$TMUX" && -z "$EMACS" && -z "$VIM" && -z "$INSIDE_EMACS" && -z "$VSCODE_RESOLVING_ENVIRONMENT" && "$TERM_PROGRAM" != "vscode" && "$TERMINAL_EMULATOR" != "JetBrains-JediTerm" ]] && ( \ ( [[ -n "$SSH_TTY" ]] && zstyle -t ':prezto:module:tmux:auto-start' remote ) || ( [[ -z "$SSH_TTY" ]] && zstyle -t ':prezto:module:tmux:auto-start' local ) \ ); then From 2388b8f8737a34f5d4b632b302a82dfea2dee7df Mon Sep 17 00:00:00 2001 From: Indrajit Raychaudhuri Date: Thu, 26 Dec 2024 22:27:46 -0600 Subject: [PATCH 2/4] autosuggestions: Update autosuggestions module to 0.7.1 --- modules/autosuggestions/external | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/autosuggestions/external b/modules/autosuggestions/external index c3d4e57..e52ee8c 160000 --- a/modules/autosuggestions/external +++ b/modules/autosuggestions/external @@ -1 +1 @@ -Subproject commit c3d4e576c9c86eac62884bd47c01f6faed043fc5 +Subproject commit e52ee8ca55bcc56a17c828767a3f98f22a68d4eb From 61d7dc9a72c4afcbe0f4f51b14ed65ca0ff61cbe Mon Sep 17 00:00:00 2001 From: Indrajit Raychaudhuri Date: Thu, 26 Dec 2024 22:30:38 -0600 Subject: [PATCH 3/4] completion: Update completion module to current master --- modules/completion/external | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/completion/external b/modules/completion/external index 978e79e..c160d09 160000 --- a/modules/completion/external +++ b/modules/completion/external @@ -1 +1 @@ -Subproject commit 978e79e12c44b5b1d3e1e2920c537002087b82c2 +Subproject commit c160d09fddd28ceb3af5cf80e9253af80e450d96 From 427268c64fa386d2eda2adbce0b67436cd0d7c02 Mon Sep 17 00:00:00 2001 From: Indrajit Raychaudhuri Date: Thu, 26 Dec 2024 22:32:57 -0600 Subject: [PATCH 4/4] history-substring-search: Update history-substring-search module to current master --- modules/history-substring-search/external | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/history-substring-search/external b/modules/history-substring-search/external index 8dd05bf..87ce96b 160000 --- a/modules/history-substring-search/external +++ b/modules/history-substring-search/external @@ -1 +1 @@ -Subproject commit 8dd05bfcc12b0cd1ee9ea64be725b3d9f713cf64 +Subproject commit 87ce96b1862928d84b1afe7c173316614b30e301