I'm looking for a way to do this as well.
Example settings.json
```
// Find in files
{
"command": "multiCommand.submitSearchAndFocusEditor",
"interval": 250,
"args"...
I also notice with `runCommands` the References view also steals focus in a way that prevents "workbench.action.focusActiveEditorGroup" from working. This problem is also is present when trying to ...
+1. I'm trying Zed for the first time and can't figure out how to get it to apply any type of diff the Assistant generates. I'm able to use the `/file` command but `/workflow` isn't autocompleting ...
@bpasero This is a 48–line change generated by the community and discussed and submitted 10 months ago in February. @jonathanjameswatson and myself have done our best to test, respond to reviews/fe...
This is a feature request. The Python debug adapter for VS Code [supports an `envFile` property](https://code.visualstudio.com/docs/python/environments#_environment-variable-definitions-file) and i...
Same here, it's my first time using openapi-fetch and my editor couldn't find the import. yarn chose to install 0.13.2, which is published to npm but not documented on the GitHub releases page. Dow...
@easydatawarehousing instructions worked for me, after hours of poking around. The issue was I needed to go into DigitalOcean managed Postgres instance and adjust my "Trusted Sources" so the "Dropl...
Does anybody know of a proven guide that works for Rails 8 + Kamal 2 for setting up:
* SSL and/or DNS with Cloudflare
* 1 DigitalOcean load balancers
* 2-3 DigitalOcean droplets
I watched the...