Skip to content

Commit

Permalink
fix: Use internal browser for help instead of broken external one
Browse files Browse the repository at this point in the history
Change Capella settings to force help to be shown using the internal browser. There was
discussion about exposing help as outside the container as well, but this is probably not worth the
effort.

Closes #301 #159 DSD-DBS/capella-collab-manager#753 DSD-DBS/capella-collab-manager#576
  • Loading branch information
zusorio committed Oct 30, 2024
1 parent c6ec306 commit 4c44d83
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 browsr
_replace_config(
ECLIPSE_SETTINGS_BASE_PATH / "org.eclipse.help.base.prefs",
"always_external_browser",
"false",
)

_set_git_merge_mode()

0 comments on commit 4c44d83

Please sign in to comment.