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

Commit

Permalink
Remove unused debugger:debug-console command
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio committed Dec 20, 2019
1 parent 20ec68e commit fda96e7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,6 @@ export namespace CommandIDs {
export const stepIn = 'debugger:stepIn';

export const stepOut = 'debugger:stepOut';

export const debugConsole = 'debugger:debug-console';
}

/**
Expand Down

0 comments on commit fda96e7

Please sign in to comment.