Sarper Soher
Sarper Soher
@josegus keybindings sync is not working with the built-in sync feature either, regardless of the toggle state of the "synchronize keybindings for each platform" option 🤦♂️ ymmv
@josegus for some reason on my main workstation, all the keybindings had the source set as "Default" even though they were customized. That was why they weren't being synced. Re-setting...
various feature requests and bug reports has been around since 2011 about this issue, I would love to hear if there is any work being considered on this.
@maegul without knowing if you are still looking for a way to fix this, here is what I did on my Windows machine: go to your sublime text installation folder,...
@rchl I'm afraid it does not. Ideally I should still be able to see the references, go to definitions, see auto completions, etc. etc. of all the external libraries. If...
> Maybe I'm wrong but I don't think `folder_exclude_patterns` would suppress any of the functionality you've mentioned. It should still be possible for LSP to open ignored files if "goto...
``` # Troubleshooting: OmniSharp ## Version - LSP: 1.20.0 - Sublime Text: 4143 ## Server Test Run - exit code: 0 - output ``` ``` ## Server Configuration - command...
Thank you, I've applied the changes in the commit #2142 but I'm still getting the same diagnostics listed. Did I change the correct source file at `"C:\Users\sarper\AppData\Roaming\Sublime Text\Packages\LSP\plugin\core\windows.py"`?
This is what I get when I open the should-be-ignored file. ``` URI file:///e:/project/breakout/Library/PackageCache/com.unity.textmeshpro%403.0.6/Scripts/Editor/TMPro_FontAssetCreatorWindow.cs PATTERNS ['**/.svn/**', '**/.git/**', '**/.hg/**', '**/CVS/**', '**/.Trash/**', '**/.Trash-*/**', '**/E:\\project\\breakout/.svn/**', '**/E:\\project\\breakout/**/.svn/**', '**/E:\\project\\breakout/Library/**', '**/E:\\project\\breakout/**/Library/**', '**/E:\\project\\breakout/Logs/**', '**/E:\\project\\breakout/**/Logs/**', '**/E:\\project\\breakout/obj/**', '**/E:\\project\\breakout/**/obj/**', '**/E:\\project\\breakout/Temp/**',...
And this is the actual path in the os filesystem `"E:\project\breakout\Library\PackageCache\[email protected]\Scripts\Editor\TMPro_FontAssetCreatorWindow.cs"`