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 c7d01a4 commit 617baf2Copy full SHA for 617baf2
src/extension.ts
@@ -84,7 +84,7 @@ function directoriesSync(root: string): FSLocation[] {
84
relative: path.join(path.sep, f),
85
absolute: path.join(root, f)
86
};
87
- })
+ });
88
89
return results;
90
}
@@ -132,7 +132,7 @@ export function showQuickPick(
132
133
return vscode.window.showQuickPick<vscode.QuickPickItem>(choices, {
134
placeHolder: 'First, select an existing path to create relative to ' +
135
- '(larger projects may take a moment to load)'
+ '(larger projects may take a moment to load)'
136
});
137
138
0 commit comments