vscode-debugprotocol
Advanced tools
Comparing version
@@ -518,2 +518,4 @@ /** Declaration module describing the VS Code debug protocol | ||
name: string; | ||
/** An optional expression for conditional breakpoints. */ | ||
condition?: string; | ||
} | ||
@@ -525,2 +527,4 @@ /** Information about a Breakpoint created in the setBreakpoints or setFunctionBreakpointsrequest. | ||
verified: boolean; | ||
/** The source where the breakpoint is located. */ | ||
source?: Source; | ||
/** The actual line of the breakpoint. */ | ||
@@ -527,0 +531,0 @@ line?: number; |
{ | ||
"name": "vscode-debugprotocol", | ||
"description": "Npm module with declarations for the Visual Studio Code debug protocol", | ||
"version": "1.6.0-pre1", | ||
"version": "1.6.0-pre2", | ||
"author": "Microsoft Corporation", | ||
@@ -6,0 +6,0 @@ "license": "MIT", |
27878
0.65%538
0.75%