Skip to content

Commit c068db8

Browse files
committed
debugServer: move out of native-helper folder
we no longer have a separate native-helper executable, so it doesn't make sense to keep this folder
1 parent 5d115f4 commit c068db8

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/extension.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import * as temp from 'temp';
66

77
import * as vscode from 'vscode';
88

9-
import { LaunchRequestArguments } from './native-helper/debugServer';
9+
import { LaunchRequestArguments } from './debugServer';
1010
import { Brickd } from './brickd';
1111
import { Device } from './device';
1212
import {

0 commit comments

Comments
 (0)