Skip to content

Commit

Permalink
Remove link to marketplace, update name in utis.ts
Browse files Browse the repository at this point in the history
hansu committed Jun 26, 2023
1 parent 7b8a8c9 commit ea434f8
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -168,10 +168,6 @@ This extension contributes the following commands:

Detailed Release Notes are available [here](CHANGELOG.md).

## Visual Studio Marketplace

This extension is available on the [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=hansu.git-graph) for Visual Studio Code.

## Acknowledgements

Thank you to all of the contributors that help with the development of Git Graph!
2 changes: 1 addition & 1 deletion src/utils.ts
Original file line number Diff line number Diff line change
@@ -343,7 +343,7 @@ export function createPullRequest(config: PullRequestConfig, sourceOwner: string
* @returns A promise resolving to the ErrorInfo of the executed command.
*/
export function openExtensionSettings(): Thenable<ErrorInfo> {
return vscode.commands.executeCommand('workbench.action.openSettings', '@ext:hansu.git-graph').then(
return vscode.commands.executeCommand('workbench.action.openSettings', '@ext:hansu.git-graph-2').then(
() => null,
() => 'Visual Studio Code was unable to open the Git Graph Extension Settings.'
);

0 comments on commit ea434f8

Please sign in to comment.