New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

vscode-debugprotocol

Package Overview
Dependencies
Maintainers
4
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

to
1.28.0-pre.1

2

package.json
{
"name": "vscode-debugprotocol",
"description": "Npm module with declarations for the Visual Studio Code debug protocol",
"version": "1.28.0-pre.0",
"version": "1.28.0-pre.1",
"author": "Microsoft Corporation",

@@ -6,0 +6,0 @@ "license": "MIT",

@@ -10,5 +10,12 @@ # VS Code Debug Protocol

* 1.28.x:
* Adds an optional attribute `clientName` to the `Initialize` request. This makes it possible to surface the human readable name of the client in error messages coming from the adapter.
* Adds a `terminateThreads` request and a corresponding `supportsTerminateThreadsRequest` capability.
* Made the `__restart` attribute official on the `launch` or `attach` requests. It corresponds to the `restart` attribute on the `terminated` event.
* Adds a `setExpression` request and a corresponding `supportsSetExpression` capability. This request can be used to assign a value to an assignable expression (aka "l-value").
* Adds a new optional `preserveFocusHint` to the `stopped` event. A value of true hints to the frontend that this event should not change the focus.
* 1.27.x:
* Adds a new `capabilities` event that hints to the frontend that one or more capabilities got updated.
* Initial support for logPoints: new attribute `SourceBreakpoint.logMessage` and capability `supportsLogPoint`.
* Adds a new `capabilities` event that hints to the frontend that one or more capabilities got updated.
* Initial support for logPoints: new attribute `SourceBreakpoint.logMessage` and capability `supportsLogPoint`.

@@ -15,0 +22,0 @@ * 1.26.x:

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display