Skip to content

Commit

Permalink
Merge pull request #15 from gauge-sh/switch-to-tach-server
Browse files Browse the repository at this point in the history
Switch from bundled Python LSP server to Tach embedded LSP server
  • Loading branch information
emdoyle authored Dec 19, 2024
2 parents a4f4b50 + 28af7eb commit 3568749
Show file tree
Hide file tree
Showing 19 changed files with 460 additions and 1,171 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,3 @@ jobs:
run: |
source .venv/bin/activate
nox --session tests
- name: Check ruff
run: |
source .venv/bin/activate
ruff check
ruff format --check
- name: Check types with pyright
run: |
source .venv/bin/activate
pyright src/ bundled/tool/
59 changes: 0 additions & 59 deletions Makefile

This file was deleted.

Empty file removed bundled/tool/__init__.py
Empty file.
40 changes: 0 additions & 40 deletions bundled/tool/_debug_server.py

This file was deleted.

183 changes: 0 additions & 183 deletions bundled/tool/lsp_jsonrpc.py

This file was deleted.

Loading

0 comments on commit 3568749

Please sign in to comment.