Files
oak-gpui/crates/languages/src
Roshan Padaki 8e00caf23b go: Add go-generate runnables and tasks (#19987)
I was missing the `go generate` runnable from other editors so I figured
I'd implement one here! Now, comments of the form `//go:generate` can
prompt for the `go generate <package>` task. Meanwhile, I've also added
a global `go generate ./...` task.

~When making the global task, I noticed that the existing `go test
./...` task runs tests in subdirectories of the CWD of the active
editor, whereas I would really expect it to run all tests across my
project. I have changed to use the latter behavior (run relative to
project root) for both `go generate ./...` and `go test ./...`. Please
let me know if the prior behavior was intended, and I can revert.~

Release Notes:

- Added runnable and tasks for `go generate` commands
2024-11-04 10:13:15 +01:00
..
2024-10-18 11:11:29 -04:00
2024-10-15 16:02:12 -04:00
2024-04-23 13:31:21 -04:00
2024-10-09 19:25:46 +02:00
2024-10-29 12:35:34 -06:00
2024-10-10 15:15:12 +03:00
2024-10-28 15:34:03 +01:00
2024-10-21 13:05:30 +03:00
2024-10-28 15:34:03 +01:00
2024-10-28 15:34:03 +01:00
2024-10-28 15:34:03 +01:00
2024-10-28 15:34:03 +01:00