Skip to content

Commit

Permalink
ref: relay on json transport only (#115)
Browse files Browse the repository at this point in the history
* ref: switch to JSON-based socket

* feat(api): get all runners

* feat(api): get watchlist and targets with one api call

* chore(api): operation instead of ops

* feat(nvim): setup nvim as daemon socket client

* chore: re-setup tracing for sourcekit-helper

* fix(nvim): drop command sending roots as nil

* ref(nvim): just use server.request

* style(rustfmt)

* chore(nvim): use table for commands

* fix(nvim): dropping roots

* ref: relocate bin files

* feat(daemon): graceful shutdown

* fix(nvim): Auto-start daemon

* fix(nvim): missing out some messages

* fix(nvim): update statusline

* ref: general refactor

* doc: update
  • Loading branch information
kkharji authored Jul 9, 2022
1 parent dc78bac commit a506bbe
Show file tree
Hide file tree
Showing 80 changed files with 1,867 additions and 2,680 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cliff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ header = """
# template for the changelog body
# https://tera.netlify.app/docs/#introduction
body = """
{%- set repo = "https://github.com/tami5/xbase" -%}\
{%- set repo = "https://github.com/xbase-lab/xbase" -%}\
{% if version %}\
## 🎉 [{{ version }}]({{ repo }}/tree/{{ version }}) - {{ timestamp | date(format="%Y-%m-%d") }}
Expand Down
69 changes: 0 additions & 69 deletions CONTRIBUTING.md

This file was deleted.

Loading

0 comments on commit a506bbe

Please sign in to comment.