Thor Erik

Results 18 comments of Thor Erik

Nope, sorry, I don't use VS that much, try asking on SO or similar

Have you looked into mklink ``` C:\>mklink /? Creates a symbolic link. MKLINK [[/D] | [/H] | [/J]] Link Target /D Creates a directory symbolic link. Default is a file...

It's a little more strange than that, it works if you eg. with Cascadia Code set `"buffer_font_features": "ss19"` works, but the theme settings are entirely ignored. Setting: ```json "buffer_font_features": {...

Quick test today it seems to be working with Zed Preview 0.130.2, might have been fixed by #8928

@arjpar If you can share your configuration, I can take a look, as the original issue isn't reproducible for me anymore in either Preview or Stable.

@arjpar the issue here is about stylistic sets, perhaps open a new issue regarding CVs, since nobody from the team seem to monitor this issue.

composer.lock should always be checked in to a repository, it ensures that you use the same library versions across the board when in dev and in production. The correct solution...