Skip to content
This repository has been archived by the owner on Jan 13, 2021. It is now read-only.

Commit

Permalink
fix(extension): var EMBED_DEBUG_ADAPTER off in releases
Browse files Browse the repository at this point in the history
  • Loading branch information
hoehrmann committed Sep 16, 2019
1 parent 95c0e76 commit 75468b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import { PerlDebugSession } from './perlDebug';
* debug adapter should run inside the extension host.
* Please note: the test suite does not (yet) work in this mode.
*/
const EMBED_DEBUG_ADAPTER = true;
const EMBED_DEBUG_ADAPTER = false;

let perlDebugOutputChannel: vscode.OutputChannel | undefined;
let streamCatcherOutputChannel: vscode.OutputChannel | undefined;
Expand Down

0 comments on commit 75468b3

Please sign in to comment.