Skip to content

Commit

Permalink
meta: move messageHandler
Browse files Browse the repository at this point in the history
  • Loading branch information
GideonKoenig committed Jan 20, 2025
1 parent 5b5bca6 commit ca06be5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import * as vscode from 'vscode';
import path from 'path';
import fs from 'fs';

import { MessageHandler } from './messaging/messageHandler.ts';
import { MessageHandler } from './messageHandler.ts';
import { LanguageClient } from 'vscode-languageclient/node.js';

export class SafeDSGraphicalEditorProvider implements vscode.CustomTextEditorProvider {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Uri, Webview } from 'vscode';
import { LanguageClient } from 'vscode-languageclient/node.js';
import { rpc } from '@safe-ds/lang';
import { safeDsLogger } from '../../helpers/logging.ts';
import { safeDsLogger } from '../helpers/logging.ts';

interface Message {
command: string;
Expand Down

0 comments on commit ca06be5

Please sign in to comment.