Skip to content

Commit

Permalink
fix lints
Browse files Browse the repository at this point in the history
  • Loading branch information
sezna committed Dec 16, 2024
1 parent adbc4b2 commit 5b6a1f8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion npm/qsharp/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import {
} from "./language-service/language-service.js";
import { log } from "./log.js";
import { createProxy } from "./workers/node.js";
import type { IProgramConfig, ProjectLoader } from "../lib/web/qsc_wasm.js";
import type { ProjectLoader } from "../lib/web/qsc_wasm.js";
import { IProjectHost } from "./browser.js";

export { qsharpLibraryUriScheme };
Expand Down
3 changes: 0 additions & 3 deletions vscode/src/testExplorer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,14 @@
// This file uses the VS Code Test Explorer API (https://code.visualstudio.com/docs/editor/testing)

import * as vscode from "vscode";
import { loadProject } from "./projectSystem";
import {
getCompilerWorker,
ICompilerWorker,
IProjectConfig,
log,
ProgramConfig,
QscEventTarget,
} from "qsharp-lang";
import { getActiveProgram } from "./programConfig";
import { getTarget } from "./config";
import { isQsharpDocument, toVsCodeRange } from "./common";

function localGetCompilerWorker(
Expand Down

0 comments on commit 5b6a1f8

Please sign in to comment.