We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe09d69 commit 3536244Copy full SHA for 3536244
src/extension.ts
@@ -68,4 +68,4 @@ export function activate(context: vscode.ExtensionContext) {
68
}
69
70
// eslint-disable-next-line @typescript-eslint/no-empty-function
71
-export function deactivate() { }
+export function deactivate() {}
src/lib/paths.ts
@@ -8,7 +8,7 @@ import { ROOT } from "../lib/constants";
8
import { MoveOrRename, SplitPathResult } from "./paths.d";
9
10
// The starts of filenames which could be repeated in a repo. All lowercase here.
11
-const REPEAT_FILENAMES = ["readme", "index", '__init__.py'];
+const REPEAT_FILENAMES = ["readme", "index", "__init__.py"];
12
13
/**
14
* Get metadata for a given path.
0 commit comments