Benjamin Staneck
Benjamin Staneck
@trixnz I think ignoring files that start with `Cache-` and are in the `Temp` folder is a good workaround, even though this should probably reported as a problem upstream? What...
Or support for the .luacompleterc format?
Awesome, thank you for considering, I currently do it like this: ```json "editor.tokenColorCustomizations": { "textMateRules": [ { "scope": "heading.1.markdown entity.name.section.markdown, heading.1.markdown punctuation.definition.heading.markdown", "settings": { "foreground": "#9cecfb", } }, { "scope":...
Sounds great, looking forward to it!
@yzhang-gh I just came across this again, would folding also be possible?
@hangxingliu hey there, any plans to get this is in? @rennex you could use the wslpath utility for that, afaik
node-gyp does not work with Python 3, you need Python 2
@geoctrl you'd have to post your errors
So I guess the problem is Twisted? ``` ❯ pip install ilua==0.2.1 Collecting ilua==0.2.1 Using cached ilua-0.2.1-py2.py3-none-any.whl (70 kB) Requirement already satisfied: pygments in ./.pyenv/versions/3.8.5/lib/python3.8/site-packages (from ilua==0.2.1) (2.7.4) Collecting jupyter-console...
I did, might just be the end of the road already? ``` ❯ pip install twisted ERROR: Could not find a version that satisfies the requirement twisted ERROR: No matching...