-
Notifications
You must be signed in to change notification settings - Fork 128
fix: update sublime folder finder to support SublimeText from 4.x #149
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
base: main
Are you sure you want to change the base?
Conversation
|
LGTM |
benjaminloerincz
left a comment
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
lkalabis
left a comment
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
Jakob-Rufcbs
left a comment
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? |
Jakob-Ruf
left a comment
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-settingsfor Sublime Text settings.Updated:
I changed this plugins for detecting both
Sublime Text 3/Packages/Preferences.sublime-settingsandSublime Text/Packages/Preferences.sublime-settingsfor 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 Textfolder rather thanSublime Text 3.