microsoft/vscode-react-native
Publicmirrored from https://github.com/microsoft/vscode-react-nativeAvailable
patches/@vscode+debugprotocol+1.68.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 4204bc2..4013f23 100644 | |
| 3 | --- a/node_modules/@vscode/debugprotocol/lib/debugProtocol.d.ts | |
| 4 | +++ b/node_modules/@vscode/debugprotocol/lib/debugProtocol.d.ts | |
| 5 | @@ -6,7 +6,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 | | |
| 12 | /** Base class of requests, responses, and events. */ | |
| 13 | interface ProtocolMessage { |