We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have a basic python.hsnips in the hsnips directory.
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
The text was updated successfully, but these errors were encountered: