Skip to content

Commit

Permalink
Merge pull request #92 from IBM/fix/extension-name
Browse files Browse the repository at this point in the history
Rename to Source Orbit and fix extension icon not loading
  • Loading branch information
SanjulaGanepola authored Oct 15, 2024
2 parents 63983ae + 53bb835 commit a97dbcb
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions cli/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ibm/sourceorbit",
"version": "1.0.0",
"version": "1.0.1",
"description": "IBM i dependency management tool",
"bin": {
"so": "./dist/index.js"
Expand Down
2 changes: 1 addition & 1 deletion vs/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
6 changes: 3 additions & 3 deletions vs/client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vs/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Client",
"author": "IBM",
"license": "MIT",
"version": "1.0.0",
"version": "1.0.1",
"publisher": "vscode",
"engines": {
"vscode": "^1.75.0"
Expand Down
4 changes: 2 additions & 2 deletions vs/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions vs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vscode-sourceorbit",
"displayName": "IBM i Source Orbit",
"displayName": "Source Orbit",
"description": "Object dependency management tool for IBM i",
"icon": "icon.png",
"author": {
Expand All @@ -9,7 +9,7 @@
},
"publisher": "IBM",
"license": "MIT",
"version": "1.0.0",
"version": "1.0.1",
"repository": {
"url": "https://github.com/IBM/sourceorbit"
},
Expand Down
6 changes: 3 additions & 3 deletions vs/server/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vs/server/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vscode-sourceorbit-server",
"description": "Server",
"version": "1.0.0",
"version": "1.0.1",
"author": "IBM",
"license": "MIT",
"engines": {
Expand Down

0 comments on commit a97dbcb

Please sign in to comment.