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.
2 parents 5d8e130 + 7ddf55b commit 1e072c4Copy full SHA for 1e072c4
tests/e2e/src/helpers/Conf.ts
@@ -9,7 +9,7 @@ export class Config {
9
static apiUrl = process.env.API_URL || 'http://127.0.0.1:5541/api'
10
static vscodeVersion = process.env.VSCODE_VERSION || '1.87.2'
11
static extensionName =
12
- process.env.EXTENSION_NAME || 'redis-insight-vsc-plugin.vsix'
+ process.env.EXTENSION_NAME || 'redis-insight-vsc-extension.vsix'
13
14
static workingDirectory =
15
process.env.APP_FOLDER_ABSOLUTE_PATH ||
0 commit comments