Skip to content
This repository was archived by the owner on Mar 26, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cli/readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Source Orbit

<img src="./icon.png" align="right" width="256" height="256">
<img src="https://github.com/IBM/sourceorbit/blob/main/vs/icon.png?raw=true" align="right" width="256" height="256">

Source Orbit is a dependency management tool. As IBM i developers start using Git for their RPGLE, CL, DDS and SQL, we want to provide them with excellent tools to help them understand their source code. Source orbit is available for use as both a VS Code extension and CLI tool.

Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Source Orbit

<img src="./assets/icon.png" align="right" width="256" height="256">
<img src="https://github.com/IBM/sourceorbit/blob/main/vs/icon.png?raw=true" align="right" width="256" height="256">

Source Orbit is a dependency management tool. As IBM i developers start using Git for their RPGLE, CL, DDS and SQL, we want to provide them with excellent tools to help them understand their source code. Source orbit is available for use as both a VS Code extension and CLI tool.

Expand Down
Binary file removed docs/assets/icon.png
Binary file not shown.
8 changes: 3 additions & 5 deletions docs/pages/extension/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,14 @@ The extension comes built with two views for viewing the impacted objects in you

The `Source Impacts` view in the `Explorer` view container will render the impacted objects for the current active editor.

<!-- ![Source Impacts view](../../assets/Extension_01.png) -->

<div style="text-align: center; margin: 20px;">
<img src="../../assets/Extension_01.png" alt="Source Impacts view" style="box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); border-radius: 8px;">
<img src="https://github.com/IBM/sourceorbit/blob/main/docs/assets/Extension_01.png?raw=true" alt="Source Impacts view" style="box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); border-radius: 8px;">
</div>

The `Change Impacts` view in the `Source Control` view container will render the impacted objects for any files changed detected by Git.

<div style="text-align: center; margin: 20px;">
<img src="../../assets/Extension_02.png" alt="Change Impacts view" style="box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); border-radius: 8px;">
<img src="https://github.com/IBM/sourceorbit/blob/main/docs/assets/Extension_02.png?raw=true" alt="Change Impacts view" style="box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); border-radius: 8px;">
</div>

## IBM i Project Explorer Integration
Expand All @@ -36,5 +34,5 @@ Source Orbit integrates seemlessly with the [IBM i Project Explorer](https://mar
The source migration tool built into IBM i Project Explorer can also automatically perform these tasks after migrating your source from QSYS. Check out more details [here](./pages/general/migrating?id=_1-ibm-i-project-explorer).

<div style="text-align: center; margin: 20px;">
<img src="../../assets/Extension_03.png" alt="Project Explorer Integration" style="box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); border-radius: 8px;">
<img src="https://github.com/IBM/sourceorbit/blob/main/docs/assets/Extension_03.png?raw=true" alt="Project Explorer Integration" style="box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); border-radius: 8px;">
</div>