summaryrefslogtreecommitdiff
path: root/cli/tests/lsp_tests.rs
AgeCommit message (Expand)Author
2023-01-02chore: update copyright year to 2023 (#17247)David Sherret
2022-12-30fix(lsp): less agressive completion triggers (#17225)Bartek Iwańczuk
2022-12-29fix(lsp): completions for private variables (#17220)Bartek Iwańczuk
2022-12-29fix(lsp): "Add all missing imports" uses correct specifiers (#17216)Bartek Iwańczuk
2022-12-20fix(lsp/format): language formatter used should be based on language id (#17148)David Sherret
2022-12-07feat: upgrade to TypeScript 4.9.3 (#16973)David Sherret
2022-11-30fix(lsp): analyze fs dependencies of dependencies to find npm package require...David Sherret
2022-11-26tests: move integration tests to separate modules (#16816)Bartek Iwańczuk
2020-12-21refactor: rewrite lsp to be async (#8727)Luca Casonato
2020-12-07feat: add mvp language server (#8515)Kitson Kelly