vscode-debugprotocol
Advanced tools
Comparing version 1.6.0-pre5 to 1.6.0-pre6
@@ -444,2 +444,4 @@ /** Declaration module describing the VS Code debug protocol | ||
supportsFunctionBreakpoints?: boolean; | ||
/** The debug adapter supports conditionalBreakpoints. */ | ||
supportsConditionalBreakpoints?: boolean; | ||
/** The debug adapter supports a (side effect free) evaluate request for data hovers. */ | ||
@@ -446,0 +448,0 @@ supportsEvaluateForHovers?: boolean; |
{ | ||
"name": "vscode-debugprotocol", | ||
"description": "Npm module with declarations for the Visual Studio Code debug protocol", | ||
"version": "1.6.0-pre5", | ||
"version": "1.6.0-pre6", | ||
"author": "Microsoft Corporation", | ||
@@ -6,0 +6,0 @@ "license": "MIT", |
@@ -11,2 +11,5 @@ # VS Code Debug Protocol | ||
* 1.6.x: | ||
* Adds an optional string attribute `locale` to `InitializeRequestArguments`. | ||
* 1.5.x: | ||
@@ -13,0 +16,0 @@ * A boolean `supportsFunctionBreakpoints` in `Capabilities` indicates whether the debug adapter implements the function breakpoints. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
28933
557
41