Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update helpView.ts for changes to organization name #1571

Merged
merged 5 commits into from
Oct 5, 2023
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 .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ Description of change here.
* [ ] updated relevant documentation
* [ ] Remove any/all `console.log`s I added
* [ ] eslint is not complaining
* [ ] have added myself to the contributors' list in [CONTRIBUTING.md](https://github.com/halcyon-tech/vscode-ibmi/blob/master/CONTRIBUTING.md)
* [ ] have added myself to the contributors' list in [CONTRIBUTING.md](https://github.com/codefori/vscode-ibmi/blob/master/CONTRIBUTING.md)
* [ ] **for feature PRs**: PR only includes one feature enhancement.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ jobs:
issue_number: context.issue.number,
owner: context.repo.owner,
repo: context.repo.repo,
body: '👋 A new build is available for this PR based on ${{ github.event.pull_request.head.sha }}.\n * [Download here.](https://github.com/halcyon-tech/vscode-ibmi/actions/runs/${{ github.run_id }})\n* [Read more about how to test](https://github.com/halcyon-tech/vscode-ibmi/blob/master/.github/pr_testing_template.md)'
body: '👋 A new build is available for this PR based on ${{ github.event.pull_request.head.sha }}.\n * [Download here.](https://github.com/codefori/vscode-ibmi/actions/runs/${{ github.run_id }})\n* [Read more about how to test](https://github.com/codefori/vscode-ibmi/blob/master/.github/pr_testing_template.md)'
})
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ If you are making a pull request which fixes a bug, adds a feature or changes do

If you want to help but you're unsure what to work on, here are two easy places to start:

* Check out the 'good first issue' tag [in our issues](https://github.com/halcyon-tech/vscode-ibmi/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22).
* See what improvements can be made to [our documentation](https://github.com/halcyon-tech/vscode-ibmi/tree/master/docs).
* Check out the 'good first issue' tag [in our issues](https://github.com/codefori/vscode-ibmi/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22).
* See what improvements can be made to [our documentation](https://github.com/codefori/vscode-ibmi/tree/master/docs).

# Previous contributors

Thanks so much to everyone [who has contributed](https://github.com/halcyon-tech/vscode-ibmi/graphs/contributors).
Thanks so much to everyone [who has contributed](https://github.com/codefori/vscode-ibmi/graphs/contributors).

* [@connorholyday](https://github.com/connorholyday)
* [@worksofliam](https://github.com/worksofliam)
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2022 Halcyon Tech Ltd
Copyright (c) 2023 Code4i

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
# Code for IBM i

[GitHub star this repo 🌟](https://github.com/halcyon-tech/vscode-ibmi)
[GitHub star this repo 🌟](https://github.com/codefori/vscode-ibmi)

<img src="./icon.png" align="right">

Maintain your RPGLE, CL, COBOL, C/CPP on IBM i right from Visual Studio Code. Edit and compile all ILE languages, view errors inline, content assist for RPGLE and CL, source date support, and much more. Code for IBM i has hundreds of daily users and over 6000 downloads. We strive on being open-source so we can best support our community.

* [Install from Marketplace](https://marketplace.visualstudio.com/items?itemName=HalcyonTechLtd.code-for-ibmi) 💻
* [Watch some tutorials](https://www.youtube.com/playlist?list=PLNl31cqBafCp-ml8WqPeriHWLD1bkg7KL) 📺
* [View our documentation](https://halcyon-tech.github.io/docs/#/) 📘
* [See previous releases](https://github.com/halcyon-tech/vscode-ibmi/releases) 🔎
* [View our documentation](https://codefori.github.io/docs/#/) 📘
* [See previous releases](https://github.com/codefori/vscode-ibmi/releases) 🔎
* Build from source (see below!) 🔨
* [Use our IBM i API in your own extension](https://halcyon-tech.github.io/docs/#/pages/api/extending) 🛠
* [Use our IBM i API in your own extension](https://codefori.github.io/docs/#/pages/api/extending) 🛠

![https://marketplace.visualstudio.com/items?itemName=HalcyonTechLtd.code-for-ibmi](https://img.shields.io/visual-studio-marketplace/v/HalcyonTechLtd.code-for-ibmi?style=flat-square)
![https://marketplace.visualstudio.com/items?itemName=HalcyonTechLtd.code-for-ibmi](https://img.shields.io/visual-studio-marketplace/i/HalcyonTechLtd.code-for-ibmi?style=flat-square)
![](https://img.shields.io/visual-studio-marketplace/r/HalcyonTechLtd.code-for-ibmi?style=flat-square)
![](https://img.shields.io/github/contributors/halcyon-tech/vscode-ibmi?style=flat-square)
![](https://img.shields.io/github/issues-pr/halcyon-tech/vscode-ibmi?style=flat-square)
![https://github.com/halcyon-tech/vscode-ibmi/issues](https://img.shields.io/github/issues/halcyon-tech/vscode-ibmi?style=flat-square)
![](https://img.shields.io/github/contributors/codefori/vscode-ibmi?style=flat-square)
![](https://img.shields.io/github/issues-pr/codefori/vscode-ibmi?style=flat-square)
![https://github.com/codefori/vscode-ibmi/issues](https://img.shields.io/github/issues/codefori/vscode-ibmi?style=flat-square)

---

Expand All @@ -33,8 +33,8 @@ Maintain your RPGLE, CL, COBOL, C/CPP on IBM i right from Visual Studio Code. Ed

### Contributors

<a href="https://github.com/halcyon-tech/vscode-ibmi/graphs/contributors">
<img src="https://contrib.rocks/image?repo=halcyon-tech/vscode-ibmi" />
<a href="https://github.com/codefori/vscode-ibmi/graphs/contributors">
<img src="https://contrib.rocks/image?repo=codefori/vscode-ibmi" />
</a>

(Made with [contrib.rocks](https://contrib.rocks)).
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
"as400"
],
"author": {
"name": "Halcyon Tech Ltd",
"url": "https://github.com/halcyon-tech"
"name": "Code4i",
"url": "https://github.com/codefori"
},
"publisher": "halcyontechltd",
"repository": {
"url": "https://github.com/halcyon-tech/code-for-ibmi"
"url": "https://github.com/codefori/code-for-ibmi"
},
"license": "MIT",
"engines": {
Expand Down
6 changes: 3 additions & 3 deletions src/api/IBMi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ export default class IBMi {
}, `Read more`);

if (chosen === `Read more`) {
vscode.commands.executeCommand(`vscode.open`, `https://halcyon-tech.github.io/docs/#/pages/tips/setup`);
vscode.commands.executeCommand(`vscode.open`, `https://codefori.github.io/docs/#/pages/tips/setup`);
}

throw(`Shell config error, connection aborted.`);
Expand Down Expand Up @@ -485,7 +485,7 @@ export default class IBMi {
});
break;
case `Read more`:
vscode.env.openExternal(vscode.Uri.parse(`https://github.com/halcyon-tech/vscode-ibmi/issues/476#issuecomment-1018908018`));
vscode.env.openExternal(vscode.Uri.parse(`https://github.com/codefori/vscode-ibmi/issues/476#issuecomment-1018908018`));
break;
}
});
Expand Down Expand Up @@ -515,7 +515,7 @@ export default class IBMi {
});
break;
case `Read more`:
vscode.env.openExternal(vscode.Uri.parse(`https://github.com/halcyon-tech/vscode-ibmi/issues/476#issuecomment-1018908018`));
vscode.env.openExternal(vscode.Uri.parse(`https://github.com/codefori/vscode-ibmi/issues/476#issuecomment-1018908018`));
break;
}
});
Expand Down
10 changes: 5 additions & 5 deletions src/views/helpView.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ export class HelpView {

public async getChildren(): Promise<HelpItem[]> {
return [
new HelpOpenUrlItem(`book`, t(`helpView.getStarted`), `https://halcyon-tech.github.io/docs/#/`),
new HelpOpenUrlItem(`output`, t(`helpView.officialForum`), `https://github.com/halcyon-tech/vscode-ibmi/discussions`),
new HelpOpenUrlItem(`eye`, t(`helpView.reviewIssues`), `https://github.com/halcyon-tech/vscode-ibmi/issues/`),
new HelpOpenUrlItem(`book`, t(`helpView.getStarted`), `https://codefori.github.io/docs/#/`),
new HelpOpenUrlItem(`output`, t(`helpView.officialForum`), `https://github.com/codefori/vscode-ibmi/discussions`),
new HelpOpenUrlItem(`eye`, t(`helpView.reviewIssues`), `https://github.com/codefori/vscode-ibmi/issues/`),
new HelpIssueItem(),
];
}
Expand Down Expand Up @@ -89,7 +89,7 @@ async function openNewIssue() {
issueUrl = issueUrl.substring(0, 8130);
}

vscode.commands.executeCommand(`vscode.open`, `https://github.com/halcyon-tech/vscode-ibmi/issues/new?body=${issueUrl}`);
vscode.commands.executeCommand(`vscode.open`, `https://github.com/codefori/vscode-ibmi/issues/new?body=${issueUrl}`);
}

function getExtensions(active: boolean) {
Expand Down Expand Up @@ -229,4 +229,4 @@ function createSection(summary: string, ...details: string[]) {
`</details>`,
''
].join("\n");
}
}
2 changes: 1 addition & 1 deletion types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"deploy": "npm publish --access public"
},
"repository": {
"url": "https://github.com/halcyon-tech/vscode-ibmi"
"url": "https://github.com/codefori/vscode-ibmi"
},
"author": "halcyontech",
"license": "ISC"
Expand Down