Skip to content

Commit

Permalink
Add TODO(#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdbaldry committed Nov 8, 2021
1 parent 04aa1dc commit d12c443
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ func newServer(client protocol.ClientCloser) (*server, error) {
log.Printf("Using the following jpaths: %v", jpaths)

// TODO(#32): The language server VM has no support for Top Level Arguments (TLAs).
// TODO: The language server VM has no support for native functions.
// TODO(#33): The language server VM has no support for native functions.
vm := jsonnet.MakeVM()
importer := &jsonnet.FileImporter{JPaths: jpaths}
vm.Importer(importer)
Expand Down

0 comments on commit d12c443

Please sign in to comment.