Skip to content

Commit

Permalink
handler/initialize: Remove unused dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
radeksimko committed Apr 14, 2021
1 parent 1b11903 commit daf7d2d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/langserver/handlers/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ func (svc *service) Assigner() (jrpc2.Assigner, error) {
ctx = lsctx.WithRootDirectory(ctx, &rootDir)
ctx = lsctx.WithCommandPrefix(ctx, &commandPrefix)
ctx = lsctx.WithClientName(ctx, &clientName)
ctx = lsctx.WithModuleManager(ctx, svc.modMgr)
ctx = lsctx.WithExperimentalFeatures(ctx, &expFeatures)

version, ok := lsctx.LanguageServerVersion(svc.srvCtx)
Expand Down

0 comments on commit daf7d2d

Please sign in to comment.