Skip to content

Commit 73ea1ac

Browse files
committed
fix(exts): Fix Gitlab Workflow extension's name
1 parent 3d8c4c3 commit 73ea1ac

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Collection of Popular VS Code extensions for Node.js development and building De
99
- [REST Client](https://marketplace.visualstudio.com/items?itemName=humao.rest-client) - REST Client allows you to send HTTP request and view the response in Visual Studio Code directly.
1010
- [Elasticsearch for VSCode](https://marketplace.visualstudio.com/items?itemName=ria.elastic) - Elasticsearch client like Kibana console for vscode
1111
- [git-autoconfig](https://marketplace.visualstudio.com/items?itemName=shyykoserhiy.git-autoconfig) - Automatic git config `user.email` and `user.name` setting for vscode
12-
- [GitLab Workflow](https://marketplace.visualstudio.com/items?itemName=fatihacet.gitlab-workflow) - GitLab VSCode integration
12+
- [GitLab Workflow](https://marketplace.visualstudio.com/items?itemName=gitlab.gitlab-workflow) - GitLab VSCode integration
1313
- [Better Comments](https://marketplace.visualstudio.com/items?itemName=aaron-bond.better-comments) - Improve your code commenting by annotating with alert, informational, TODOs, and more!
1414

1515
### Extensions for Node.js development
@@ -30,6 +30,10 @@ Collection of Popular VS Code extensions for Node.js development and building De
3030

3131
### Release Notes
3232

33+
### v0.0.6
34+
35+
Fix Gitlab Workflow extension's name, now it points to [gitlab.gitlab-workflow](https://marketplace.visualstudio.com/items?itemName=gitlab.gitlab-workflow)
36+
3337
### v0.0.4
3438

3539
Add more useful extensions 😋

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "nodejs-devops-extension-pack",
33
"displayName": "Node.js + DevOps Extension Pack",
44
"description": "Popular VS Code extensions for Node.js development and building DevOps pipelines using GitLab and Kubernetes",
5-
"version": "0.0.5",
5+
"version": "0.0.6",
66
"publisher": "vymarkov",
77
"repository": {
88
"type": "git",
@@ -24,7 +24,7 @@
2424
],
2525
"extensionPack": [
2626
"EditorConfig.editorconfig",
27-
"fatihacet.gitlab-workflow",
27+
"gitlab.gitlab-workflow",
2828
"shyykoserhiy.git-autoconfig",
2929
"eamodio.gitlens",
3030
"eg2.vscode-npm-script",

0 commit comments

Comments
 (0)