private List readAll()

in src/main/java/software/amazon/smithy/lsp/SmithyTextDocumentService.java [104:106]


  private List<String> readAll(File f) throws IOException {
    return Files.readAllLines(f.toPath());
  }