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.
1 parent b324f85 commit 034fa7bCopy full SHA for 034fa7b
src/coreclr-debug/proxy.ts
@@ -39,7 +39,7 @@ function serializeProtocolEvent(message: DebugProtocol.ProtocolMessage): string
39
// This proxy will still be called and launch OpenDebugAD7 as a child process.
40
// During subsequent code sessions, the rewritten manifest will be loaded and this proxy will no longer be called.
41
function proxy() {
42
- let util = new CoreClrDebugUtil(path.resolve(__dirname, '../../'));
+ let util = new CoreClrDebugUtil(path.resolve(__dirname, '../../../'));
43
44
if (!CoreClrDebugUtil.existsSync(util.installCompleteFilePath())) {
45
if (CoreClrDebugUtil.existsSync(util.installBeginFilePath())) {
0 commit comments