Skip to content

Commit 4478cf5

Browse files
Merge pull request #5 from cloud-on-prem/prem/change-package-name
fix: set unique name for vscode extension
2 parents 6c31df1 + 8be9105 commit 4478cf5

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Change Log
22

3-
All notable changes to the "goose-vscode" extension will be documented in this file.
3+
All notable changes to the "wingman-goose" extension will be documented in this file.
44

55
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
66

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
2-
"name": "goose-vscode",
3-
"displayName": "Goose",
2+
"name": "wingman-goose",
3+
"displayName": "Wingman Goose",
44
"description": "Goose AI for VSCode",
55
"version": "0.1.3",
66
"repository": {
77
"type": "git",
8-
"url": "https://github.com/block/goose"
8+
"url": "https://github.com/cloud-on-prem/wingman"
99
},
1010
"license": "MIT",
1111
"icon": "resources/goose-icon.png",
12-
"publisher": "Block",
12+
"publisher": "Project Wingman",
1313
"engines": {
1414
"vscode": "^1.95.0"
1515
},

0 commit comments

Comments
 (0)