Skip to content

Commit

Permalink
Fix import
Browse files Browse the repository at this point in the history
Looks like the rebase of #135 causes a compile error. This change fixes the broken import.
  • Loading branch information
planger committed Jun 4, 2024
1 parent 57338e7 commit 866d068
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/common/webview-context.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
********************************************************************************/

import { WebviewIdMessageParticipant } from 'vscode-messenger-common';
import { Endianness, VariableMetadata } from './memory-range';
import { Endianness } from './manifest';
import { VariableMetadata } from './memory-range';
import { ReadMemoryArguments } from './messaging';

export interface WebviewContext {
Expand Down

0 comments on commit 866d068

Please sign in to comment.