Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Latest to main #209

Open
wants to merge 13 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
NODE_ENV='production'
RI_BASE_APP_URL='http://localhost'
RI_APP_PORT=5541
RI_APP_VERSION='0.0.1'
RI_APP_VERSION='1.0.0'
RI_APP_PREFIX='api'
RI_APP_FOLDER_NAME='.redis-for-vscode'
RI_CDN_PATH='https://s3.amazonaws.com/redisinsight.download/public/releases/2.54.1/web-mini'
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# <img src="https://github.com/RedisInsight/Redis-for-VS-Code/blob/main/src/resources/256x256.png" alt="logo" width="25"/> Redis for VS Code
# <img src="https://github.com/RedisInsight/Redis-for-VS-Code/blob/main/src/resources/256x256.png?raw=true" alt="logo" width="25"/> Redis for VS Code

Redis for VS Code is the official Visual Studio Code extension that provides an intuitive and efficient GUI for Redis databases, developed by Redis.

![Redis for VS Code](https://github.com/RedisInsight/Redis-for-VS-Code/blob/main/.github/Redis_for_VS_Code_main_screen.png)
![Redis for VS Code](https://github.com/RedisInsight/Redis-for-VS-Code/blob/main/.github/Redis_for_VS_Code_main_screen.png?raw=true)

## Key features:
* Universal Redis Support: Connect to any Redis instance, including Redis Community Edition, Redis Cloud, Redis Software, and Redis on Azure Cache.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "redis-for-vscode",
"version": "0.0.1",
"version": "1.0.0",
"displayName": "Redis for VS Code",
"description": "Visually interact with data and build queries in Redis",
"license": "SEE LICENSE IN LICENSE",
Expand Down
2 changes: 1 addition & 1 deletion tests/e2e/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "redis-insight-vsc-plugin",
"version": "0.0.1",
"version": "1.0.0",
"description": "End-to-end tests",
"scripts": {
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
Expand Down
2 changes: 1 addition & 1 deletion tests/e2e/src/vscode.runner.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import { VScodeScripts } from './helpers/scripts/vscodeScripts'
__dirname,
'..',
'test-extensions',
'redis.redis-for-vscode-0.0.1',
'redis.redis-for-vscode-1.0.0',
'dist',
'redis-backend',
'dist-minified',
Expand Down