Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 455 Bytes

File metadata and controls

17 lines (12 loc) · 455 Bytes

SQLite LSP

Language Server Protocol implementation for SQLite

Guidelines

  • Be concise
  • When fixing or investigating code issues, ALWAYS create a failing test FIRST to demonstrate understanding of the problem THEN change code and confirm the test passes
  • Run golangci-lint run --fix after modifying Go code
  • Run go test ./... after changes
  • NEVER commit without explicit user request

Building

go build ./cmd/sqlite-lsp