We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a109bc commit cbbc879Copy full SHA for cbbc879
1 file changed
src/client/workspaceSymbols/generator.ts
@@ -28,7 +28,7 @@ export class Generator implements vscode.Disposable {
28
}
29
30
generateWorkspaceTags(): Promise<any> {
31
- const tagFile = pythonSettings.workspaceSymbols.tagFilePath;
+ const tagFile = path.normalize(pythonSettings.workspaceSymbols.tagFilePath);
32
return this.generateTags(tagFile, { directory: vscode.workspace.rootPath });
33
34
0 commit comments