-
Notifications
You must be signed in to change notification settings - Fork 121
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: update sublime folder finder to support SublimeText from 4.x #149
base: main
Are you sure you want to change the base?
Conversation
LGTM |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks fine
@joaomoreno can we merge it? |
@lszomoru @TylerLeonhardt can we merge it? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do it
What changed
Former:
The plugin detect
Sublime Text 3/Packages/Preferences.sublime-settings
for Sublime Text settings.Updated:
I changed this plugins for detecting both
Sublime Text 3/Packages/Preferences.sublime-settings
andSublime Text/Packages/Preferences.sublime-settings
for any existing SublimeText setting file.Why
As for Sublime Text 4, it is named to
Sublime Text
. As a result, the settings file is located inSublime Text
folder rather thanSublime Text 3
.