MCPcopy Create free account
hub / github.com/microsoft/typescript-go / handleDidChangeWatchedFiles

Method handleDidChangeWatchedFiles

internal/lsp/server.go:1344–1347  ·  view source on GitHub ↗
(ctx context.Context, params *lsproto.DidChangeWatchedFilesParams)

Source from the content-addressed store, hash-verified

1342}
1343
1344func (s *Server) handleDidChangeWatchedFiles(ctx context.Context, params *lsproto.DidChangeWatchedFilesParams) error {
1345 s.session.DidChangeWatchedFiles(ctx, params.Changes)
1346 return nil
1347}
1348
1349func (s *Server) handleSetTrace(_ context.Context, _ *lsproto.SetTraceParams) error {
1350 // $/setTrace is sent by vscode-languageclient when trace settings change.

Callers

nothing calls this directly

Calls 1

DidChangeWatchedFilesMethod · 0.80

Tested by

no test coverage detected