Tom Schafer

Results 36 comments of Tom Schafer

> We have an `auto_install_extensions` setting in Zed v0.133.x (releasing to Preview today) that allows you to indicate what extensions should be installed on startup: > I suspect it's not...

> It should work for all extensions, but you need to use the extension ID: > > ```json > "auto_install_extensions": { > "dracula": true > }, > ``` Ah yes,...

> You can see all commands that exist in `space-?` I was meaning to have them documented somewhere on the website - I think it's useful to be able to...

Hi team - following up on the conversation above, we at Snyk (@snyk-tim, @snyk-will and I) have started on the implementation, and while there's a fair bit left to do...

Hi team, we're trying to work out the best way to add metadata for workspace paths and PEP 508 markers to SBOMs exported from uv. We think the best way...

It looks like uv has some method of solving this before reaching the export format-specific code - for instance, given this `pyproject.toml`: ```toml [project] name = "project" version = "0.1.0"...

> these "markers" are constraints, defining UNDER WHICH CIRCUMSTANCES a dependency is about to be used. the information decides whether a component is a dependency and shall be installed. (regardless...

> May I suggest the more explicit: > > `--schema=cyclonedx1.5 --format=json` I don't object to this but, given how little usage there is of XML CycloneDX SBOMs, we weren't sure...

> Nushell supports custom keybindings [as explained here](https://www.nushell.sh/book/line_editor.html#keybindings) on the reedline page. Does this meet your needs, and if not what specifically are you looking to be able to do...