Typescript fixes
This commit is contained in:
parent
ef8245259a
commit
d39cdc9633
4 changed files with 7 additions and 7 deletions
|
|
@ -4,7 +4,7 @@ import { DebugProtocol } from 'vscode-debugprotocol';
|
|||
import { MI2_Mago } from "./backend/mi2/mi2mago";
|
||||
import { SSHArguments, ValuesFormattingMode } from './backend/backend';
|
||||
|
||||
export interface LaunchRequestArguments {
|
||||
export interface LaunchRequestArguments extends DebugProtocol.LaunchRequestArguments {
|
||||
cwd: string;
|
||||
target: string;
|
||||
magomipath: string;
|
||||
|
|
@ -17,7 +17,7 @@ export interface LaunchRequestArguments {
|
|||
showDevDebugOutput: boolean;
|
||||
}
|
||||
|
||||
export interface AttachRequestArguments {
|
||||
export interface AttachRequestArguments extends DebugProtocol.AttachRequestArguments {
|
||||
cwd: string;
|
||||
target: string;
|
||||
magomipath: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue