Skip to content

Commit

Permalink
Merge pull request #346 from DSD-DBS/use-internal-help-browser
Browse files Browse the repository at this point in the history
fix: Use internal browser for help instead of broken external one
  • Loading branch information
MoritzWeber0 authored Nov 1, 2024
2 parents 0ec50cd + 0c1e2b8 commit 3ed304f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions capella/setup/setup_workspace.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,11 @@ def _set_git_merge_mode() -> None:
f"{WORKSPACE_DIR}/git",
)

# Force Help to built-in browser
_replace_config(
ECLIPSE_SETTINGS_BASE_PATH / "org.eclipse.help.base.prefs",
"always_external_browser",
"false",
)

_set_git_merge_mode()

0 comments on commit 3ed304f

Please sign in to comment.