aboutsummaryrefslogtreecommitdiff
path: root/internal/lsp/text_synchronization.go
AgeCommit message (Expand)Author
2021-07-13internal/lsp: signal diagnostic completion if modification failedRob Findley
2021-07-13internal/lsp: adopt bcmills' suggestion for an improved debouncer APIRob Findley
2021-07-08internal/lsp: add a setting to batch didChangeWatchedFile notificationsRob Findley
2021-06-16internal/lsp: move the progress tracker to the sessionRebecca Stambler
2021-02-02internal/lsp: update to latest version of LSP protocolpjw
2020-12-08internal/lsp: only diagnose views affected by a changeRebecca Stambler
2020-12-03internal/lsp: move generated file check out of didModifyFilesRebecca Stambler
2020-12-01internal/lsp: update modifications to directories at the LSP levelRebecca Stambler
2020-11-25internal/lsp: explicitly watch all known directoriesRebecca Stambler
2020-11-24internal/lsp: track diagnostics by reporting sourceRob Findley
2020-11-17Revert "internal/lsp: explicitly watch all known directories"Rebecca Stambler
2020-11-17internal/lsp: explicitly watch all known directoriesRebecca Stambler
2020-11-10internal/lsp: avoid diagnosing unopened non-workspace packagesRebecca Stambler
2020-11-03internal/lsp: check for nil snapshot in didModifyFilesRebecca Stambler
2020-10-06internal/lsp: improve handling of files not in viewsHeschi Kreinick
2020-10-05internal/lsp: unconditionally create changedFiles mapRebecca Stambler
2020-10-02internal/lsp: add experimental support for multi-phase diagnosticsRob Findley
2020-10-01internal/lsp: remove logic for re-creating a view when a go.mod changesRebecca Stambler
2020-09-28internal/lsp: prepare for deletion of view.modURIRebecca Stambler
2020-09-28internal/lsp/cache: use gopls.mod for the workspace module if it existsRob Findley
2020-09-25internal/lsp: allow multiple go.mod files in a viewRebecca Stambler
2020-09-24internal/lsp: show orphaned file warnings as diagnosticsRebecca Stambler
2020-09-15internal/lsp: check file kind before showing warningRebecca Stambler
2020-09-10internal/lsp: show a warning message when opening an "orphaned" fileRebecca Stambler
2020-08-27internal/lsp: fix builds and tests for go1.12+Rob Findley
2020-08-21internal/lsp: consolidate progress reportingRob Findley
2020-08-11internal/lsp: remove extra `go env GOMOD` logic for single file modeRebecca Stambler
2020-08-10internal/lsp/progress: refactor progress reportingRob Findley
2020-08-10internal/lsp: use the token supplied by the client for progressRob Findley
2020-08-07internal/lsp: watch directories in replace targets and update on changesRebecca Stambler
2020-08-06internal/lsp: fix the first change checktennashi
2020-08-03internal/lsp/cache: ref-count snapshotsHeschi Kreinick
2020-07-16internal/lsp: don't keep track of closed overlaysRebecca Stambler
2020-07-08internal/lsp/regtest: await IWL before running testsRebecca Stambler
2020-07-01internal/lsp: support opening single filesRebecca Stambler
2020-06-18internal/lsp: use a new temporary go.mod for every `go list` callRebecca Stambler
2020-06-11internal/lsp: read files eagerlyHeschi Kreinick
2020-06-03internal/lsp: lift up workdone instrumentation to didModifyFilesRob Findley
2020-05-29internal/lsp: regtests for removing files outside the editorpjw
2020-05-15internal/lsp: add Regenerate Cgo code lensHeschi Kreinick
2020-04-28internal/lsp: instrument work done reporting to use in regtestsRob Findley
2020-04-13internal/jsonrpc2: replace NewErrorf with fmt.ErrorfIan Cottrell
2020-03-30internal/lsp: fix view rebuilding when `go mod init` runsRebecca Stambler
2020-02-19internal/lsp: clear diagnostics for deleted filesRebecca Stambler
2020-02-14internal/lsp: check for file URIs on LSP requestsHeschi Kreinick
2020-02-14internal/span,lsp: disambiguate URIs, DocumentURIs, and pathsHeschi Kreinick
2020-02-07internal/lsp: don't use overlays from the session in the snapshotRebecca Stambler
2020-02-03internal/lsp: skip packages load for auxilary go.mod changesRohan Challa
2020-01-24internal/lsp: stop returning errors when we can't find a snapshotRebecca Stambler
2020-01-23internal/lsp: recreate the view when neededRebecca Stambler