Skip to content

Commit

Permalink
fix: vscode-ripgrep import
Browse files Browse the repository at this point in the history
  • Loading branch information
joshmu committed Mar 31, 2024
1 parent 87090ba commit 0c14a46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/periscope.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { ChildProcessWithoutNullStreams, spawn } from 'child_process';
import * as path from 'path';
import * as vscode from 'vscode';
import { rgPath } from '@vscode/ripgrep';
import { rgPath } from 'vscode-ripgrep';
import { highlightDecorationType } from './utils/decorationType';
import { getConfig } from './utils/getConfig';
import { getSelectedText } from './utils/getSelectedText';
Expand Down Expand Up @@ -568,4 +568,4 @@ function ripgrepPath(optionsPath?: string) {
}

return rgPath;
}
}

0 comments on commit 0c14a46

Please sign in to comment.