Eric Shirley
Eric Shirley
# ⭐ Suggestion It would be awesome to have either autogenerated or manually created types for the Rule type. The current type of `rule` in the napi package is `any`:...
Added the explanation to the readme: You can customize the ignore comment used by the plugin through the `TS_STRICT_IGNORE_COMMENT` environment variable. This is particularly useful for teams migrating to strict...
## Summary - Add built-in `oxlint` LSP server (runs `oxlint --lsp`) to publish diagnostics for JS/TS and related file types. - Document the new `oxlint` built-in LSP server. Closes #5569.
## Describe the enhancement you want to request OpenCode already integrates with LSP servers to surface diagnostics. It would be great to add built-in support for Oxlint’s LSP mode (`oxlint...
Fixes #5638 ## Problem Opening multiple git worktrees from the same repository in the desktop app causes the second worktree to replace the first one's project data. This happens because...
## Description When opening multiple git worktrees from the same repository in the desktop app, the app replaces the existing project instead of treating each worktree as a separate project....
## Report _Tell us what went wrong and how we can reproduce it. Include URLs or screenshots if helpful._ The Copy as Markdown button downloads the md file, not the...
In the README, it states that since version 2.0.0, you can disconnect from the socket using the `connect` (third) argument of the hook, but there doesn't seem to be a...