Skip to content

Commit 0faa8c3

Browse files
Allow HTTPS connection to Caché
1 parent a8c71da commit 0faa8c3

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-cos",
33
"displayName": "Caché ObjectScript",
44
"description": "Caché ObjectScript language support for Visual Studio Code",
5-
"version": "0.1.2",
5+
"version": "0.2.0",
66
"icon": "images/logo.png",
77
"categories": [
88
"Languages",
@@ -96,7 +96,8 @@
9696
"password": "SYS",
9797
"path": "/api/atelier/",
9898
"version": "v1",
99-
"ns": "SAMPLES"
99+
"ns": "SAMPLES",
100+
"https": false
100101
}
101102
}
102103
}
@@ -106,6 +107,6 @@
106107
"vscode": "^1.0.3"
107108
},
108109
"dependencies": {
109-
"cos-api4node": "^2.0.0"
110+
"cos-api4node": "^2.1.0"
110111
}
111112
}

0 commit comments

Comments
 (0)