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

Hypersnips does not work on WSL2 since v0.2 #196

Open
PoustouFlan opened this issue Aug 14, 2024 · 0 comments
Open

Hypersnips does not work on WSL2 since v0.2 #196

PoustouFlan opened this issue Aug 14, 2024 · 0 comments

Comments

@PoustouFlan
Copy link

I have a basic python.hsnips in the hsnips directory.

poustou@flan:~/.config/Code/User/hsnips$ cat python.hsnips
snippet box "Box" A
``rv = '┌' + '─'.repeat(t[0].length + 2) + '┐'``
│ $1 │
``rv = '└' + '─'.repeat(t[0].length + 2) + '┘'``
endsnippet

Using hyper snips v0.1.13, this works without any issue.
Opening any python file and typing "box" expands fine.

However, since v0.2, litteraly nothing happens anymore.
The extension works fine on Windows, but not on WSL.

2024-08-14-15-24-10-trim_A9Wnmdo5.mp4
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

1 participant