Skip to content

Commit

Permalink
attachments are always enabled since Cadence v1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
turbolent committed Feb 3, 2025
1 parent 81885e6 commit 55391e3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion languageserver/server/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,6 @@ func newCheckerConfig(s *Server, lib *standardLibrary) *sema.Config {
ExtendedElaborationEnabled: true,
LocationHandler: s.handleLocation,
ImportHandler: s.handleImport,
AttachmentsEnabled: true,
}
}

Expand Down

0 comments on commit 55391e3

Please sign in to comment.