We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c1b201 commit 180510dCopy full SHA for 180510d
.env
@@ -7,7 +7,7 @@ RI_BASE_APP_URL='http://localhost'
7
RI_APP_PORT=5541
8
RI_APP_PREFIX='api'
9
RI_APP_FOLDER_NAME='.redis-for-vscode'
10
-RI_CDN_PATH='https://s3.amazonaws.com/redisinsight.download/public/releases/2.54.1-vsc/web-mini'
+RI_CDN_PATH='https://s3.amazonaws.com/redisinsight.download/public/releases/2.54.1/web-mini'
11
RI_WITHOUT_BACKEND=false
12
# RI_WITHOUT_BACKEND=true
13
RI_STDOUT_LOGGER=false
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "redis-for-vscode",
3
"productName": "Redis for VS Code",
4
- "version": "0.0.2",
+ "version": "0.0.3",
5
"private": true,
6
"description": "Redis for VS Code",
"main": "dist/extension.js",
0 commit comments