This extension adds FDS Language Server support for vs code.
Download the latest version and place the the single folder in the zip achieve into the following folder:
- Windows:
%USERPROFILE%\.vscode\extensions
- Linux:
~/.vscode/extensions
- Mac:
~/.vscode/extensions
If you have compiled the server your self, you have to move the compiled file to server/release/
(or if you want to develop to server/debug/
)
Rename the file according to your operating system:
- Windows:
fds-language-server-windows
- Linux:
fds-language-server-linux
- Mac:
fds-language-server-mac
Known issue:
Sometimes VS code creates a file named .obsolete
inside the extension directory where this extension might be disabled. Make sure this is not the case or delete this file.
Current features are listed on the server page.
For development make sure you added the server inside the server/debug
folder. The server is only shipped with release. Build the server manually.