[Version 4] SublimeLinter.sublime-settings is NOT generated/created after upgrading or even clean installing SL4
See original GitHub issueUsing ST 3 dev build 3157, SublimeLinter 4, SublimeLinter-eslint 4.0, ESlint 4.18.1 in win10x64
I had SL 3.10.10. The settings I had were the following SublimeLinter (old).sublime-settings.
After upgrading to SL 4.0 no SublimeLinter.sublime-settings
file is generated:
Even if I remove SL and SL-eslint and re-install them, the file is not automatically generated.
Shouldn’t the settings (at least some of them) be migrated from the previous settings, on upgrade?
Or, after removing+reinstalling SL4, shouldn’t a minimal SublimeLinter.sublime-settings
file be created?
Should I manually copy the settings from SublimeLinter (old).sublime-settings
to a new SublimeLinter.sublime-settings
file? (removing ‘user’ and un-indent one level)
Issue Analytics
- State:
- Created 6 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
[Version 4] Sublime Linter not working after upgrade #1100
After the upgrade I haven't been able to get sublime linter to show up under tools menu or to lint files. Have done...
Read more >Troubleshooting — SublimeLinter 4.0.0 documentation
Be sure to install the linter as documented in the linter plugin's README. The linter binary is installed, but its path is not...
Read more >Troubleshooting — SublimeLinter 3.4.24 documentation
Upgrading to the latest version should fix the problem. A python-based linter binary is installed, but it does not work with python 2...
Read more >Installation — SublimeLinter 3.4.24 documentation
Upgrading from previous versions¶ · Linters are not included, you must install them — and the linter binaries they depend on — separately....
Read more >Usage — SublimeLinter 3.4.24 documentation
When a file is opened in Sublime Text 3, SublimeLinter checks the syntax assigned to the file (Python, JavaScript, etc.), and then uses...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
From the upgrade info message:
There is no need to populate your user settings with anything. Your old settings doesn’t seem to contain any customisations, so you can probably keep it as is?
I misunderstood in the following phrase the ‘new settings’ part as ‘the migrated settings’, instead of ‘the new default settings’:
So, keeping it as it is, works fine. Thanks for replying, @braver, and to all involved for making this great new release!