deathaxe
deathaxe
`\\wsl.localhost\\...` is the path windows applications can use to access WSL2 filesystem. It doesn't matter whether they are executed directly from Windows or from within WSL2. A path translation algorithm...
As the language server requires a valid `tailwind.config.js` to be present in order to do anything, I find the removed mechanism to check for its existance a suitable solution to...
I can't reproduce it with ST4155...4178.  ```html ``` As Vue just embedds `source.js` the issue might be caused by an outdated or malformed JavaSctipt syntax.
It breaks due to embedding JavaScript expressions, only. _IIRC, it was requested by another contributor or maintainer._ https://github.com/vuejs/vue-syntax-highlight/blob/ec6e5e72d38e97f6122688a1cef3ddb123f437c1/Vue%20Component.sublime-syntax#L609 The reason for doing so is to properly highlight mappings/json in attribute...
Looking at the syntax file, both single-quoted and double quoted attribute values are implemented the same way. There's no obvoius reason for single quotes to fail that badly, while double...
This is no longer an issue in versions shipped for ST4153+. 
You can download the whl files and directly extract them into ST's Lib/python38 folder. - https://pypi.org/project/bracex/#files - https://pypi.org/project/wcmatch/#files Make sure to remove the currently installed libraries' folders first.
Make sure your Package Control settings contain correct `"channel"`. All those libraries are provided for python 3.8 by a 2nd channel, which must be the first one in the list....
Strange. My test setup was back on duty after a single restart, this morning. It just took various rounds yesterday, when not all upgraded helper packages were available at the...
Fixed by #173. Yes, there's no reason to enforce word wrapping style via syntax specific settings. The global default "auto", already disables it for source code.