Skip to content

Commit

Permalink
Build status
Browse files Browse the repository at this point in the history
  • Loading branch information
georgewfraser committed Jun 20, 2018
1 parent 34a50e4 commit 3435787
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# F# Language Server
This project is an implementation of the [language server protocol](https://microsoft.github.io/language-server-protocol/) using the [F# Compiler Service](https://fsharp.github.io/FSharp.Compiler.Service/).

[![CircleCI](https://circleci.com/gh/georgewfraser/fsharp-language-server.svg?style=svg)](https://circleci.com/gh/georgewfraser/fsharp-language-server)

## Features

### Hover
Expand Down
2 changes: 2 additions & 0 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@
- Only re-analyze .fsx when # directives are changed
- Only show progress bars once 1s has passed
- Try erasing source after cursor to speed up incremental re-compilation
- Use timer to decide when to use stale results? https://github.com/fsharp/FSharp.Compiler.Service/blob/62098efc35fe24f7e6824b89e47ff1eb031d55a5/vsintegration/src/FSharp.Editor/LanguageService/FSharpCheckerExtensions.fs
- Check out get-project-options implementation in https://github.com/fsharp/FSharp.Compiler.Service/blob/62098efc35fe24f7e6824b89e47ff1eb031d55a5/vsintegration/src/FSharp.Editor/LanguageService/ProjectSitesAndFiles.fs

# Features
- Allow emitting obj/FscArgs.txt as a project-cracker backup
Expand Down

0 comments on commit 3435787

Please sign in to comment.