X Tutup
Skip to content

Use os.path.relpath on a normalized Packages base path#734

Merged
orta merged 1 commit intomicrosoft:masterfrom
adill:fix/signature-popup-path
Jan 15, 2020
Merged

Use os.path.relpath on a normalized Packages base path#734
orta merged 1 commit intomicrosoft:masterfrom
adill:fix/signature-popup-path

Conversation

@adill
Copy link

@adill adill commented Nov 11, 2019

The previous method fails because it assumes packages_path is
normalized, yet it will not be when Sublime Text is started via the subl
command with a non-normalized PATH entry
(i.e. PATH=z:\bin\..\tools\sublime_text)

The previous method fails because it assumes `packages_path` is
normalized, yet it will not be when Sublime Text is started via the `subl`
command with a non-normalized `PATH` entry
(i.e. `PATH=z:\bin\..\tools\sublime_text`)
@orta
Copy link
Contributor

orta commented Jan 15, 2020

The code looks reasonable to me, and I've tested running it on my computer and popups are working fine 👍

@orta orta merged commit ab51614 into microsoft:master Jan 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

X Tutup