File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9,11 +9,11 @@ export class Config {
9
9
static apiUrl = process . env . API_URL || 'http://127.0.0.1:5541/api'
10
10
static vscodeVersion = process . env . VSCODE_VERSION || '1.87.2'
11
11
static extensionName =
12
- process . env . EXTENSION_NAME || 'redis-insight-vsc -extension.vsix'
12
+ process . env . EXTENSION_NAME || 'redis-for-vscode -extension.vsix'
13
13
14
14
static workingDirectory =
15
15
process . env . APP_FOLDER_ABSOLUTE_PATH ||
16
- joinPath ( os . homedir ( ) , process . env . APP_FOLDER_NAME || '.redis-insight-vsc ' )
16
+ joinPath ( os . homedir ( ) , process . env . APP_FOLDER_NAME || '.redis-for-vscode ' )
17
17
static fileDownloadPath = joinPath ( os . homedir ( ) , 'Downloads' )
18
18
static uniqueId = chance . string ( { length : 10 } )
19
19
Original file line number Diff line number Diff line change @@ -25,13 +25,13 @@ import { VScodeScripts } from './helpers/scripts/vscodeScripts'
25
25
__dirname ,
26
26
'..' ,
27
27
'test-extensions' ,
28
- `redis ltd.. ${ Config . extensionName . replace ( '.vsix' , '' ) } ` ,
28
+ `${ Config . extensionName . replace ( '.vsix' , '' ) } ` ,
29
29
)
30
30
const extensionProcessPath = path . join (
31
31
__dirname ,
32
32
'..' ,
33
33
'test-extensions' ,
34
- 'redis.redis-insight-vsc-plugin- 0.0.1 ' ,
34
+ 'redis.redis-for-vscode- 0.0.2 ' ,
35
35
'dist' ,
36
36
'redis-backend' ,
37
37
'dist' ,
You can’t perform that action at this time.
0 commit comments