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 dd2303b commit 2154c91Copy full SHA for 2154c91
src/system/-webview/path.ts
@@ -5,7 +5,6 @@ import { Schemes } from '../../constants';
5
import { commonBaseIndex, isFolderGlob, normalizePath } from '../path';
6
7
const hasSchemeRegex = /^([a-zA-Z][\w+.-]+):/;
8
-const slash = 47;
9
10
export function getBestPath(uri: Uri): string;
11
export function getBestPath(pathOrUri: string | Uri): string;
0 commit comments