diff --git a/src/vs/workbench/parts/debug/node/debugAdapter.ts b/src/vs/workbench/parts/debug/node/debugAdapter.ts index daa5567a607..7084abfe1e8 100644 --- a/src/vs/workbench/parts/debug/node/debugAdapter.ts +++ b/src/vs/workbench/parts/debug/node/debugAdapter.ts @@ -118,7 +118,6 @@ export class Adapter { this.warnRelativePaths(properties.outDir); this.warnRelativePaths(properties.program); this.warnRelativePaths(properties.cwd); - this.warnRelativePaths(properties.runtimeExecutable); const osProperties = objects.deepClone(properties); properties.windows = { type: 'object',