randy3k / Terminus

Bring a real terminal to Sublime Text
https://packagecontrol.io/packages/Terminus
MIT License
1.37k stars 83 forks source link

[Feature request] Customize working dir in project settings. #420

Closed WZ-Tong closed 2 months ago

WZ-Tong commented 2 months ago

I want the terminal start at my project root, but found no way setting it (the default behavior is to start the terminal in the first folder listed in the sidebar)

Example: Folder structure:

proj_root
--build
--src
--etc

Project File:

"folders":[{
    "path": "src",
    "name": "Source code",
}]

When I use shortcut to open default terminal, its cwd is set to $project_path/src rather than $project_path