We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d115f4 commit c068db8Copy full SHA for c068db8
src/native-helper/debugServer.ts src/debugServer.tssrc/native-helper/debugServer.ts renamed to src/debugServer.ts
src/extension.ts
@@ -6,7 +6,7 @@ import * as temp from 'temp';
6
7
import * as vscode from 'vscode';
8
9
-import { LaunchRequestArguments } from './native-helper/debugServer';
+import { LaunchRequestArguments } from './debugServer';
10
import { Brickd } from './brickd';
11
import { Device } from './device';
12
import {
0 commit comments