Skip to content

Commit

Permalink
💄 lint
Browse files Browse the repository at this point in the history
  • Loading branch information
alefragnani committed Oct 17, 2020
1 parent 183c777 commit 0dc605b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/extension.ts
Expand Up @@ -18,7 +18,7 @@ import { loadBookmarks, saveBookmarks } from "../vscode-bookmarks-core/src/model
import { expandSelectionToNextBookmark, shrinkSelection, selectBookmarkedLines } from "../vscode-bookmarks-core/src/selections";
import { Container } from "../vscode-bookmarks-core/src/container";
import { registerWhatsNew } from "./whats-new/commands";
import { codicons, ThemeIcons } from "vscode-ext-codicons";
import { codicons } from "vscode-ext-codicons";

// this method is called when vs code is activated
export function activate(context: vscode.ExtensionContext) {
Expand Down

0 comments on commit 0dc605b

Please sign in to comment.