neoclide / coc-python

Python extension for coc.nvim, fork of vscode-python
573 stars 51 forks source link

Show correct path of workspace symbols #310

Open ravisumit33 opened 3 years ago

ravisumit33 commented 3 years ago

Currently, workspace symbols are shown relative to .vscode which shows incorrectly when python.workspaceSymbols.tagFilePath is set to different location. With this change, correct paths are shown for workspace symbols.