File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ async function main() {
1111 try {
1212 // The folder containing the Extension Manifest package.json
1313 // Passed to `--extensionDevelopmentPath`
14- const extensionDevelopmentPath = path . resolve ( __dirname , '../' ) ;
14+ const extensionDevelopmentPath = path . resolve ( __dirname , '../../ ' ) ;
1515
1616 // The path to the extension test runner script
1717 // Passed to --extensionTestsPath
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ async function main() {
1111 try {
1212 // The folder containing the Extension Manifest package.json
1313 // Passed to `--extensionDevelopmentPath`
14- const extensionDevelopmentPath = path . resolve ( __dirname , '../' ) ;
14+ const extensionDevelopmentPath = path . resolve ( __dirname , '../../ ' ) ;
1515
1616 // The path to the extension test runner script
1717 // Passed to --extensionTestsPath
You can’t perform that action at this time.
0 commit comments