microsoft/vscode-react-native
Publicmirrored from https://github.com/microsoft/vscode-react-nativeAvailable
patches/vscode-debugprotocol+1.51.0.patch
13lines · modeblame
176f99c8ConnorQi013 months ago | 1 | diff --git a/node_modules/vscode-debugprotocol/lib/debugProtocol.d.ts b/node_modules/vscode-debugprotocol/lib/debugProtocol.d.ts |
| 2 | index a6a9f8d..3081db4 100644 | |
| 3 | --- a/node_modules/vscode-debugprotocol/lib/debugProtocol.d.ts | |
| 4 | +++ b/node_modules/vscode-debugprotocol/lib/debugProtocol.d.ts | |
| 5 | @@ -1,7 +1,7 @@ | |
| 6 | /** Declaration module describing the VS Code debug protocol. | |
| 7 | Auto-generated from json schema. Do not edit manually. | |
| 8 | */ | |
| 9 | -export declare module DebugProtocol { | |
| 10 | +export declare namespace DebugProtocol { | |
| 11 | /** Base class of requests, responses, and events. */ | |
| 12 | interface ProtocolMessage { | |
| 13 | /** Sequence number (also known as message ID). For protocol messages of type 'request' this ID can be used to cancel the request. */ |