Skip to content

Commit 7ddf55b

Browse files
committed
change-ext-name
1 parent cb395fb commit 7ddf55b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/src/helpers/Conf.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export class Config {
99
static apiUrl = process.env.API_URL || 'http://127.0.0.1:5541/api'
1010
static vscodeVersion = process.env.VSCODE_VERSION || '1.87.2'
1111
static extensionName =
12-
process.env.EXTENSION_NAME || 'redis-insight-vsc-plugin.vsix'
12+
process.env.EXTENSION_NAME || 'redis-insight-vsc-extension.vsix'
1313

1414
static workingDirectory =
1515
process.env.APP_FOLDER_ABSOLUTE_PATH ||

0 commit comments

Comments
 (0)