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
home_zshrc_call_helper ==(if set env PROJECT_FOLDER and file .vscode/.zshrc exists, source it)==> execute_project_folder_zshrc(.vscode/.zshrc)
14
+
```
15
+
16
+
# new zsh launch order
17
+
18
+
> This is the new launch order for zsh files in vscode terminal.
19
+
20
+
```mermaid
21
+
graph TD;
22
+
vscode ==(inject PROJECT_FOLDER and check settings.json)==> homezshrc ==(~/.zshrc)==> LaunchHelper(code in launch_helper.zsh and packed createhackenv.sh) ==(PROJECT_FOLDER is set!)==> zshrc(.vscode/.zshrc)
23
+
zshrc ==(1.source env.zsh)==> zshrc_enved(.vscode/.zshrc) ==(2.Check Mode)==> zshrc_mode(.vscode/.zshrc) ==> zshrc_call_zsh(.vscode/.zshrc) & node(execute other commands like netcat handler)
0 commit comments