Skip to content

Commit

Permalink
Chore: Update extension name
Browse files Browse the repository at this point in the history
The bitbake name is already taken by Eugen Wiens' extension.
  • Loading branch information
deribaucourt committed Nov 22, 2023
1 parent db10598 commit b0a6bf0
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The changelog for the extension can be found [here](./client/CHANGELOG.md).

## Installing from [VS Code Extension Marketplace](https://marketplace.visualstudio.com/VSCode)

To install this extension from the VS Code Extension Marketplace, please follow [this guide](https://marketplace.visualstudio.com/items?itemName=EugenWiens.bitbake).
To install this extension from the VS Code Extension Marketplace, please follow [this guide](https://marketplace.visualstudio.com/items?itemName=yocto-project.yocto-bitbake).
For more information regarding the Extension Marketplace, please see the [official documentation](https://code.visualstudio.com/docs/editor/extension-gallery).

## Manual installation
Expand Down
4 changes: 2 additions & 2 deletions client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "bitbake",
"name": "yocto-bitbake",
"description": "BitBake language support",
"author": "Eugen Wiens",
"contributors": [
Expand Down
2 changes: 1 addition & 1 deletion client/src/ui/ClientNotificationManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export class ClientNotificationManager {
)
.then((item) => {
if (item === 'Open Settings') {
void commands.executeCommand('workbench.action.openWorkspaceSettings', '@ext:yocto-project.bitbake')
void commands.executeCommand('workbench.action.openWorkspaceSettings', '@ext:yocto-project.yocto-bitbake')
} else if (item === 'Never Show Again') {
void this.neverShowAgain('custom/bitbakeSettingsError')
}
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "bitbake",
"name": "yocto-bitbake",
"description": "BitBake language support",
"author": "Eugen Wiens",
"contributors": [
Expand Down

0 comments on commit b0a6bf0

Please sign in to comment.