Skip to content

Commit d5ec9c9

Browse files
committed
linting
1 parent 0cf2ea6 commit d5ec9c9

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

apps/vscode/src/providers/editor/editor.ts

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ import {
2424
Disposable,
2525
CustomTextEditorProvider,
2626
TextDocument,
27-
TextEditor,
2827
WebviewPanel,
2928
CancellationToken,
3029
Uri,
@@ -35,7 +34,8 @@ import {
3534
ViewColumn,
3635
Selection,
3736
TextEditorRevealType,
38-
GlobPattern, TabInputText, TabGroups, Tab, TabGroup
37+
GlobPattern,
38+
TabInputText
3939
} from "vscode";
4040

4141
import { LanguageClient } from "vscode-languageclient/node";
@@ -67,16 +67,6 @@ import {
6767
import { ExtensionHost } from "../../host";
6868
import { TabInputCustom } from "vscode";
6969

70-
const labels = [
71-
"(Working Tree)",
72-
"(Deleted)",
73-
"(Theirs)",
74-
"(Ours)",
75-
"(Untracked)",
76-
"(Intent to add)",
77-
"(Type changed)"
78-
];
79-
8070
export interface QuartoVisualEditor extends QuartoEditor {
8171
hasFocus(): Promise<boolean>;
8272
getActiveBlockContext(): Promise<CodeViewActiveBlockContext | null>;

0 commit comments

Comments
 (0)