Fix test/utils/runnerutils.ts

This commit is contained in:
Takashi Tamura 2022-04-06 08:33:06 +09:00
parent 7d1dfea345
commit c955f91db3

View File

@ -1,6 +1,6 @@
import * as path from 'path'
export function getExtensionDevelopmentPath(): string {
const extPath = path.resolve(__dirname, '../../')
const extPath = path.resolve(__dirname, '../../../')
return extPath
}