Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

vscode-debugprotocol

Package Overview
Dependencies
Maintainers
1
Versions
166
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vscode-debugprotocol - npm Package Compare versions

Comparing version 1.6.0-pre5 to 1.6.0-pre6

2

lib/debugProtocol.d.ts

@@ -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;

2

package.json
{
"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.

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc