We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57338e7 commit 866d068Copy full SHA for 866d068
src/common/webview-context.ts
@@ -15,7 +15,8 @@
15
********************************************************************************/
16
17
import { WebviewIdMessageParticipant } from 'vscode-messenger-common';
18
-import { Endianness, VariableMetadata } from './memory-range';
+import { Endianness } from './manifest';
19
+import { VariableMetadata } from './memory-range';
20
import { ReadMemoryArguments } from './messaging';
21
22
export interface WebviewContext {
0 commit comments