Skip to content

Commit

Permalink
clean up unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
isabelizimm committed Oct 28, 2024
1 parent dad050a commit 0cf2ea6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 32 deletions.
5 changes: 2 additions & 3 deletions apps/vscode/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ import { activateQuartoAssistPanel } from "./providers/assist/panel";
import { activateCommon } from "./extension";
import { activatePreview } from "./providers/preview/preview";
import { activateRender } from "./providers/render";
import { initQuartoContext } from "quarto-core";
import { activateStatusBar } from "./providers/statusbar";
import { walkthroughCommands } from "./providers/walkthrough";
import { activateLuaTypes } from "./providers/lua-types";
Expand All @@ -37,7 +36,7 @@ import { configuredQuartoPath } from "./core/quarto";
import { activateDenoConfig } from "./providers/deno-config";

export async function activate(context: vscode.ExtensionContext) {

// create extension host
const host = extensionHost();

Expand Down Expand Up @@ -129,5 +128,5 @@ export async function activate(context: vscode.ExtensionContext) {

export async function deactivate() {
return deactivateLsp();
}
}

28 changes: 0 additions & 28 deletions apps/vscode/src/providers/editor/configurations.ts

This file was deleted.

1 change: 0 additions & 1 deletion apps/vscode/src/providers/editor/editor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ import {
editInVisualModeCommand,
reopenEditorInSourceMode
} from "./toggle";
import { defaultEditorOpener } from "../editor/configurations"
import { ExtensionHost } from "../../host";
import { TabInputCustom } from "vscode";

Expand Down

0 comments on commit 0cf2ea6

Please sign in to comment.