devonfw / IDEasy

Tool to automate the setup and updates of a development environment for any project (Successor of devonfw-ide).
Apache License 2.0
11 stars 23 forks source link

Provide variable to disable open new workspace #787

Open jan-vcapgemini opened 1 day ago

jan-vcapgemini commented 1 day ago

As an IDEasy user I want to have the option to disable the open new window feature e.g. the --new-window option of vscode for each of my IDEs. We need to add a new variable to our IdeVariables or to our IdeToolCommandlets so the user can decide if he wants to disable this feature. We also need to check if this --new-window option is required for vscode at all.