Skip to content

Commit f746395

Browse files
committed
More documentation
1 parent cbddbc8 commit f746395

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ Be carefull that the **FolderName** and the **ProjectName** must be the same nam
1212
The result of the build will appear in the *Problems* tab of Visual Studio Code.
1313
- You can define some settings for your **.xsproj** file (more to come)
1414

15-
- Starting from Version 0.4.0, the package integrate a basic LSP Client that communicates with the xsharp-lsp-server. The installer (.vsix) will contain the XSharpLanguageServer.exe. If you want to build yourself, you will need to **build** that project and copy the **publish**ed result in the server folder.
16-
15+
- Starting from Version 0.4.0, the package integrate a basic LSP Client that communicates with the [xsharp-lsp-server](https://github.com/fforay/xsharp-lsp-server). The installer (.vsix) will contain the XSharpLanguageServer.exe. The server must be **published** as a self-contained EXE and put into the **server** folder before creating the vsix file.
1716

1817
## Requirements
1918

@@ -51,6 +50,8 @@ From VSCode
5150

5251
## Compile & Package the extension
5352

53+
The LSP server must be "published" as a self-contained EXE and put into the **server** folder before creating the vsix file
54+
5455
Compile with :
5556
npm run compile
5657

0 commit comments

Comments
 (0)