Skip to content

Commit ea434f8

Browse files
committed
Remove link to marketplace, update name in utis.ts
1 parent 7b8a8c9 commit ea434f8

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -168,10 +168,6 @@ This extension contributes the following commands:
168168

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

171-
## Visual Studio Marketplace
172-
173-
This extension is available on the [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=hansu.git-graph) for Visual Studio Code.
174-
175171
## Acknowledgements
176172

177173
Thank you to all of the contributors that help with the development of Git Graph!

src/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ export function createPullRequest(config: PullRequestConfig, sourceOwner: string
343343
* @returns A promise resolving to the ErrorInfo of the executed command.
344344
*/
345345
export function openExtensionSettings(): Thenable<ErrorInfo> {
346-
return vscode.commands.executeCommand('workbench.action.openSettings', '@ext:hansu.git-graph').then(
346+
return vscode.commands.executeCommand('workbench.action.openSettings', '@ext:hansu.git-graph-2').then(
347347
() => null,
348348
() => 'Visual Studio Code was unable to open the Git Graph Extension Settings.'
349349
);

0 commit comments

Comments
 (0)