Skip to content

Commit 7b8e325

Browse files
authored
Merge pull request swiftlang#20 from benlangmuir/new-tc
Update recommended toolchain to 2018-11-25-a
2 parents 9949851 + 6ecd261 commit 7b8e325

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ SourceKit-LSP is an implementation of the [Language Server Protocol](https://mic
77

88
SourceKit-LSP is under heavy development! The best way to try it out is to build it from source. You will also need a Swift development toolchain and an editor that supports LSP.
99

10-
1. Install the `swift-DEVELOPMENT-SNAPSHOT-2018-11-01-a` toolchain snapshot from https://swift.org/download/. Set the environment variable `SOURCEKIT_TOOLCHAIN_PATH` to the absolute path to the toolchain or otherwise configure your editor to use this toolchain. See [Toolchains](#toolchains) for more information.
10+
1. Install the `swift-DEVELOPMENT-SNAPSHOT-2018-11-25-a` toolchain snapshot from https://swift.org/download/#snapshots. Set the environment variable `SOURCEKIT_TOOLCHAIN_PATH` to the absolute path to the toolchain or otherwise configure your editor to use this toolchain. See [Toolchains](#toolchains) for more information.
1111

1212
2. Build the language server executable `sourcekit-lsp` using `swift build`. See [Building](#building-sourcekit-lsp) for more information.
1313

@@ -51,7 +51,7 @@ SourceKit-LSP depends on tools such as `sourcekitd` and `clangd`, which it loads
5151

5252
### Recommended Toolchain
5353

54-
Use the `swift-DEVELOPMENT-SNAPSHOT-2018-11-01-a` toolchain snapshot from https://swift.org/download/#snapshots. It can be found under "Older Snapshots" as "November 1, 2018". SourceKit-LSP is still early in its development and we are actively adding functionality to the toolchain to support it.
54+
Use the `swift-DEVELOPMENT-SNAPSHOT-2018-11-25-a` toolchain snapshot from https://swift.org/download/#snapshots. SourceKit-LSP is still early in its development and we are actively adding functionality to the toolchain to support it.
5555

5656
### Selecting the Toolchain
5757

@@ -94,9 +94,6 @@ SourceKit-LSP is still in early development, so you may run into rough edges wit
9494

9595
### Caveats
9696

97-
* Indexing does not work on Linux (jump-to-definition, find references)
98-
* Should be fixed in the next Swift snapshot by [swift-clang#219](https://github.com/apple/swift-clang/pull/219)
99-
10097
* SwiftPM build settings are not updated automatically after files are added/removed.
10198
* **Workaround**: close and reopen the project after adding/removing files
10299

0 commit comments

Comments
 (0)