tools/internal/lsp/cache
Rebecca Stambler 3c1b0c2805 internal/lsp: fix panic when file deleted
Change-Id: I6eb7e5ae7fb9de74d5a3fb42031adb4e933d99d8
Reviewed-on: https://go-review.googlesource.com/c/tools/+/181680
Run-TryBot: Rebecca Stambler <rstambler@golang.org>
Reviewed-by: Ian Cottrell <iancottrell@google.com>
2019-06-11 22:01:47 +00:00
..
cache.go internal/lsp: using memoize for all file contents 2019-06-11 20:12:47 +00:00
check.go internal/lsp: create types for package paths and IDs 2019-06-11 21:58:02 +00:00
external.go internal/lsp: using memoize for all file contents 2019-06-11 20:12:47 +00:00
file.go internal/lsp: remove source.FileContent 2019-06-06 05:02:23 +00:00
gofile.go internal/lsp: create types for package paths and IDs 2019-06-11 21:58:02 +00:00
load.go internal/lsp: create types for package paths and IDs 2019-06-11 21:58:02 +00:00
modfile.go internal/lsp: add modfile, sumfile structs, require Go files for diagnostics 2019-05-24 21:02:28 +00:00
parse.go internal/lsp: fix panic when file deleted 2019-06-11 22:01:47 +00:00
pkg.go internal/lsp: create types for package paths and IDs 2019-06-11 21:58:02 +00:00
session.go internal/lsp: create types for package paths and IDs 2019-06-11 21:58:02 +00:00
sumfile.go internal/lsp: add modfile, sumfile structs, require Go files for diagnostics 2019-05-24 21:02:28 +00:00
view.go internal/lsp: create types for package paths and IDs 2019-06-11 21:58:02 +00:00
watcher.go internal/lsp: add file watching and use it to trigger invalidations 2019-05-24 14:03:12 +00:00