Peter Tripp

Results 522 comments of Peter Tripp

I believe this has been solved. If you are still experiencing this issue, you should be able to blow away your workspace database with: ``` cd ~/Library/Application\ Support/Zed/db ls rm...

I'm going to go ahead an close this as there have been multiple major performance improvements since this was opened a year ago. The most recent comments were likely a...

The branch is much closer to the original. I've dialed in the aspect ratio, smaller ball sizes, shot distance (velocity/friction) and passing line height. In the first hours of getting...

I've opened an issue for tracking the implementation of an Extension API which makes it possible to implement webviews as this would be the likely method to support an extension...

I'm going to go ahead and close this. We do not officially support windows and so the supported compiler/linker requirements are still in flux and will be further nailed down...

I believe this is out of date and no longer applies. @tranvlnh26 if you are still experiencing this, please comment and I'll reopen.

This was added in - https://github.com/zed-industries/extensions/pull/765

> I think that [LanguageMatcher](https://github.com/zed-industries/zed/blob/7cef5b29566dac6d9319e67956136955db1b7535/crates/language/src/language.rs#L616) should be extended with something like `path_globs` to match not only file suffixes but also subpaths I think you should be able to use `**`...

>> @cabrinha I figured it out. By some reason path_suffixes option in config.toml doesn't accept globs. > What needs to happen in this PR to get this extension merged in...