Skip to content
This repository has been archived by the owner on Mar 28, 2024. It is now read-only.

Commit

Permalink
Switching GitHub username
Browse files Browse the repository at this point in the history
  • Loading branch information
trbndev authored Aug 29, 2022
1 parent 844ebc9 commit 2e0d13d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
12 changes: 4 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,13 @@
"name": "warp-companion",
"displayName": "warp-companion",
"description": "Warp-Companion synchronizes your VS-Code Theme with Warp ✨",
"version": "1.0.1",
"version": "1.0.2",
"icon": "png/icon.png",
"engines": {
"vscode": "^1.70.0"
},
"categories": [
"Other"
],
"activationEvents": [
"onStartupFinished"
],
"categories": ["Other"],
"activationEvents": ["onStartupFinished"],
"main": "./dist/extension.js",
"scripts": {
"vscode:prepublish": "yarn run package",
Expand Down Expand Up @@ -41,7 +37,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/trbnhck/warp-companion.git"
"url": "https://github.com/haackt/warp-companion.git"
},
"license": "MIT",
"publisher": "haack"
Expand Down
2 changes: 1 addition & 1 deletion src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export async function welcomeMessage() {
'Learn more about it 🔗'
)
.then(() => {
vscode.env.openExternal(vscode.Uri.parse('https://github.com/trbnhck/warp-companion#issues'));
vscode.env.openExternal(vscode.Uri.parse('https://github.com/haackt/warp-companion#issues'));
});
}, 10000);
}
Expand Down

0 comments on commit 2e0d13d

Please sign in to comment.