Skip to content

Commit 6adb81a

Browse files
author
Tim Etchells
committed
change links and version for codewind
1 parent e258051 commit 6adb81a

2 files changed

Lines changed: 9 additions & 10 deletions

File tree

dev/package.json

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,26 @@
22
"name": "codewind",
33
"displayName": "%displayName%",
44
"description": "%description%",
5-
"version": "19.5.0",
5+
"version": "0.1.0",
66
"publisher": "IBM",
77
"engines": {
88
"vscode": "^1.27.0"
99
},
1010
"license": "EPL-2.0",
1111
"bugs": {
12-
"url": "https://github.com/microclimate-dev2ops/microclimate-vscode-tools/issues"
12+
"url": "https://github.com/microclimate-dev2ops/codewind-vscode/issues"
1313
},
14-
"homepage": "https://microclimate-dev2ops.github.io/mdt-vsc-overview",
14+
"homepage": "https://microclimate.dev/codewindtechpreview",
15+
"repository": {
16+
"type": "git",
17+
"url": "https://github.com/microclimate-dev2ops/codewind-vscode"
18+
},
19+
"icon": "res/img/microclimate.png",
1520
"categories": [
1621
"Other"
1722
],
1823
"keywords": [
1924
"IBM",
20-
"microclimate",
2125
"docker",
2226
"cicd",
2327
"cloud"
@@ -29,11 +33,6 @@
2933
"onCommand:ext.cw.activateConn"
3034
],
3135
"main": "./out/extension",
32-
"repository": {
33-
"type": "git",
34-
"url": "https://github.com/microclimate-dev2ops/microclimate-vscode-tools"
35-
},
36-
"icon": "res/img/microclimate.png",
3736
"contributes": {
3837
"views": {
3938
"explorer": [

dev/package.nls.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"displayName": "Codewind",
3-
"description": "Develop your Codewind projects from within the comfort of your IDE.",
3+
"description": "Create and develop cloud-native, containerized web applications.",
44

55
"// Items starting with cmdID or viewID are not exposed to user": "",
66

0 commit comments

Comments
 (0)