Skip to content
This repository was archived by the owner on Jun 22, 2024. It is now read-only.

Commit 92a668e

Browse files
committed
Move files for clarity
1 parent 21b4971 commit 92a668e

File tree

5 files changed

+2
-11
lines changed

5 files changed

+2
-11
lines changed
File renamed without changes.
File renamed without changes.

src/vscode/lang-client.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export function startLanguageClient() {}

src/output-channels.ts renamed to src/vscode/output-channels.ts

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,4 @@
1-
import {
2-
workspace,
3-
window,
4-
commands,
5-
languages,
6-
ExtensionContext,
7-
DiagnosticCollection,
8-
OutputChannel,
9-
TextDocument,
10-
Disposable,
11-
} from "vscode";
1+
import { Disposable, ExtensionContext, window } from "vscode";
122

133
interface OutputStream {
144
log(msg: string, show?: boolean): void;
File renamed without changes.

0 commit comments

Comments
 (0)