mirror of
https://github.com/golang/go
synced 2024-11-05 14:46:11 -07:00
fadf93ffb2
Previously, our file watching only considered the root directory of the view, which may not include the entire module or its replaced dependencies. Now we expand our watching to include the whole module. As part of testing this, I noticed that VS Code's file watcher actually only sends updates for files in the workspace, even if we request notifications for all files in the module. I filed an issue to ask about this: https://github.com/microsoft/vscode-languageserver-node/issues/641. Change-Id: I9499d31aff273f69e9c117511e7985ff58b7fdc4 Reviewed-on: https://go-review.googlesource.com/c/tools/+/239198 Run-TryBot: Rebecca Stambler <rstambler@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Heschi Kreinick <heschi@google.com> |
||
---|---|---|
.. | ||
code_lens.go | ||
comment_test.go | ||
comment.go | ||
completion_builtin.go | ||
completion_format.go | ||
completion_keywords.go | ||
completion_labels.go | ||
completion_literal.go | ||
completion_snippet.go | ||
completion_statements.go | ||
completion.go | ||
deep_completion.go | ||
diagnostics.go | ||
folding_range.go | ||
format_test.go | ||
format.go | ||
highlight.go | ||
hover.go | ||
identifier.go | ||
implementation.go | ||
options.go | ||
references.go | ||
rename_check.go | ||
rename.go | ||
signature_help.go | ||
source_test.go | ||
symbols.go | ||
types_format.go | ||
util.go | ||
view.go | ||
workspace_symbol.go |