Commit graph

33 commits

Author SHA1 Message Date
c4b6bafc49 chore: Update .gitignore and refactor diagnostics and parser modules 2025-01-07 14:45:07 -06:00
9b8a912d9f feat: Integrate parser into diagnostics system for meaningful error reporting 2025-01-07 13:10:56 -06:00
9c268e80f7 fix: Remove invalid publish_diagnostics method from LanguageServer implementation 2025-01-07 12:54:12 -06:00
0a8600ed08 fix: Remove diagnostic_provider to resolve method not found error in LSP 2025-01-07 12:52:59 -06:00
a315d6b9cf style: Format code for better readability in server.rs 2025-01-07 12:52:57 -06:00
ddb349427c feat: implement textDocument/publishDiagnostics with version validation 2025-01-07 12:40:28 -06:00
b7b4e1083d fix: Add workspace capabilities to prevent method not found errors 2025-01-07 12:34:12 -06:00
83fe076f05 fix: Remove ? operator from publish_diagnostics call returning unit 2025-01-07 12:27:09 -06:00
dcbba9b933 fix: propagate errors in publish_diagnostics using ? operator 2025-01-07 12:25:20 -06:00
c5d306e4db feat: Add detailed logging for document handling and diagnostics publishing 2025-01-07 12:24:23 -06:00
dcc8615aeb refactor: Simplify document opening log message formatting 2025-01-07 12:24:22 -06:00
0d59e8eaa7 feat: Add capability logging to LSP server initialization 2025-01-07 12:15:29 -06:00
fa5fe5c9ae feat: Add detailed logging for LSP initialization and document handling 2025-01-07 12:08:53 -06:00
4ac5cf8a07 fix: ensure proper LSP text document sync capabilities declaration 2025-01-07 12:06:49 -06:00
da388d7efc refactor: make document change handling async with proper awaits 2025-01-07 12:04:34 -06:00
7f10d611c3 style: Format code in publish_diagnostics method for readability 2025-01-07 12:04:32 -06:00
4b471a3c03 fix: properly await async operations in document handling 2025-01-07 12:02:39 -06:00
cd0b63f07b fix: await publish_diagnostics in handle_did_open method 2025-01-07 12:01:50 -06:00
4415d6abfe refactor: Reorder imports and format function signatures in documents.rs 2025-01-07 12:01:48 -06:00
8395a02832 fix: Clone URI to avoid borrow-after-move in handle_did_open 2025-01-07 11:56:35 -06:00
969d267e4c refactor: Fix imports, remove unused code, and resolve warnings 2025-01-07 11:52:59 -06:00
adf7d1876e refactor: Remove unused imports in documents.rs 2025-01-07 11:50:18 -06:00
085627fe32 fix: Resolve compilation errors and improve diagnostics handling 2025-01-07 11:50:03 -06:00
8f448508d0 feat: Add diagnostics publishing for document changes 2025-01-07 11:47:25 -06:00
1d1f4f6c0f feat: add basic diagnostic support for TODO comments 2025-01-07 11:46:55 -06:00
59e2665c6f
add html-django language id (#67)
Some checks failed
release / linux (map[runner:ubuntu-22.04 target:aarch64]) (push) Failing after 3s
release / linux (map[runner:ubuntu-22.04 target:armv7]) (push) Failing after 2s
release / linux (map[runner:ubuntu-22.04 target:ppc64le]) (push) Failing after 2s
release / linux (map[runner:ubuntu-22.04 target:s390x]) (push) Failing after 3s
release / linux (map[runner:ubuntu-22.04 target:x86]) (push) Failing after 3s
release / linux (map[runner:ubuntu-22.04 target:x86_64]) (push) Failing after 2s
release / musllinux (map[runner:ubuntu-22.04 target:aarch64]) (push) Failing after 2s
release / musllinux (map[runner:ubuntu-22.04 target:armv7]) (push) Failing after 3s
release / musllinux (map[runner:ubuntu-22.04 target:x86]) (push) Failing after 2s
release / musllinux (map[runner:ubuntu-22.04 target:x86_64]) (push) Failing after 2s
release / macos (map[runner:macos-13 target:x86_64]) (push) Has been cancelled
release / macos (map[runner:macos-14 target:aarch64]) (push) Has been cancelled
release / sdist (push) Has been cancelled
test / test (macos-latest) (push) Has been cancelled
test / test (ubuntu-latest) (push) Has been cancelled
test / test (windows-latest) (push) Has been cancelled
release / windows (map[runner:windows-latest target:x64]) (push) Has been cancelled
release / windows (map[runner:windows-latest target:x86]) (push) Has been cancelled
release / release (push) Has been cancelled
2025-01-03 14:16:24 -06:00
f848798699
remove extra server layer in front of tower-lsp's server (#49) 2024-12-24 13:40:47 -06:00
c16635b1c0
add initial autocomplete for installed templatetags (#46) 2024-12-23 19:36:54 -06:00
a73e912e0f
swap from IPC architecture to PyO3 library (#45) 2024-12-23 10:12:10 -06:00
0c9dc72daf rename ast crate 2024-12-16 10:33:14 -06:00
d1cc9f7ca0 specify dependencies to minor version
Some checks are pending
test / test (macos-latest) (push) Waiting to run
test / test (ubuntu-latest) (push) Waiting to run
test / test (windows-latest) (push) Waiting to run
2024-12-13 07:18:08 -06:00
235bb4419d
switch from runner to ipc and long-running sidecar process (#21) 2024-12-11 16:16:40 -06:00
4c10afb602
create djls-cli and migrate serving LSP to it (#20) 2024-12-11 10:23:35 -06:00