Skip to content

Commit 940b73b

Browse files
committed
Update vsce path
1 parent f629e1c commit 940b73b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/projectPaths.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import { commandLineOptions } from './commandLineArguments';
99
export const rootPath = path.resolve(__dirname, '..');
1010

1111
const nodeModulesPath = path.join(rootPath, 'node_modules');
12-
export const vscePath = path.join(nodeModulesPath, 'vsce', 'vsce');
12+
export const vscePath = path.join(nodeModulesPath, '@vscode', 'vsce', 'vsce');
1313
export const mochaPath = path.join(nodeModulesPath, 'mocha', 'bin', 'mocha');
1414
export const jestPath = path.join(nodeModulesPath, 'jest', 'bin', 'jest');
1515

0 commit comments

Comments
 (0)