Skip to content

Commit

Permalink
Fix a comment
Browse files Browse the repository at this point in the history
Signed-off-by: William So <polyipseity@gmail.com>
  • Loading branch information
polyipseity committed Jul 22, 2023
1 parent e12aa2f commit 50c071f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/show-hidden-files.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ function patchErrorMessage(context: ShowHiddenFilesPlugin): void {
}

function patchFileExplorer(context: ShowHiddenFilesPlugin): void {
// Affects: renaming file explorer
// Affects: renaming in file explorer
const { app: { workspace }, settings } = context
workspace.onLayoutReady(() => {
function patch(): boolean {
Expand Down

0 comments on commit 50c071f

Please sign in to comment.