vscode-debugprotocol
Advanced tools
Comparing version
@@ -943,3 +943,3 @@ /** Declaration module describing the VS Code debug protocol. | ||
/** An optional hint for how to present the source in the UI. A value of 'deemphasize' can be used to indicate that the source is not available or that it is skipped on stepping. */ | ||
presentationHint?: 'emphasize' | 'deemphasize'; | ||
presentationHint?: 'normal' | 'emphasize' | 'deemphasize'; | ||
/** The (optional) origin of this source: possible values 'internal module', 'inlined content from source map', etc. */ | ||
@@ -946,0 +946,0 @@ origin?: string; |
{ | ||
"name": "vscode-debugprotocol", | ||
"description": "Npm module with declarations for the Visual Studio Code debug protocol", | ||
"version": "1.21.0", | ||
"version": "1.22.0-pre.0", | ||
"author": "Microsoft Corporation", | ||
@@ -6,0 +6,0 @@ "license": "MIT", |
@@ -10,2 +10,5 @@ # VS Code Debug Protocol | ||
* 1.22.x: | ||
* Adds a new enum value `normal` for the `presentationHint` attribute of type `Source`. | ||
* 1.21.x: | ||
@@ -12,0 +15,0 @@ * Adds optional attribute `includeAll` to type `StackFrameFormat`. With this the `StackTraceRequest` can be parameterized to include all stack frames, including those the DA might otherwise hide. |
Sorry, the diff of this file is too big to display
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
151489
0.09%0
-100%129
2.38%2
100%