Skip to content
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

This works for sublime text 4 as well. #20

Open
akhiljalagam opened this issue Jan 25, 2022 · 1 comment
Open

This works for sublime text 4 as well. #20

akhiljalagam opened this issue Jan 25, 2022 · 1 comment

Comments

@akhiljalagam
Copy link

for those using sublime text 4, update the script restart.py. change version number.

@LOQUILLO
Copy link

LOQUILLO commented Oct 28, 2024

This line 11 for Windows users:
if sublime.version()[:1]=='3':

Change to:
if sublime.version()[:1]=='4':

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

No branches or pull requests

2 participants