https://github.com/genericptr/pasls-vscode
Pascal Language Server Extension for VSCode
https://github.com/genericptr/pasls-vscode
Last synced: about 1 year ago
JSON representation
Pascal Language Server Extension for VSCode
- Host: GitHub
- URL: https://github.com/genericptr/pasls-vscode
- Owner: genericptr
- Created: 2020-08-11T08:33:21.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-06-22T13:37:19.000Z (almost 3 years ago)
- Last Synced: 2025-05-13T02:17:30.918Z (about 1 year ago)
- Language: TypeScript
- Size: 433 KB
- Stars: 11
- Watchers: 4
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pascal Language Server Extension for Visual Studio Code
The language server `pasls` can be acquired at: http://github.com/genericptr/pascal-language-server.
## Installing
- Build the language server `pasls`.
- Package the extension as described in https://code.visualstudio.com/api/working-with-extensions/publishing-extension or use the `.vsix` package provided.
```
npm install -g vsce # make sure vsce is installed
cd /pasls-vscode # cd to the extension direction
vsce package # run the package command
```
- Install the packaged extension `pascal-language-server-x.x.x.vsix` using `Extensions Panel > Install from VSIX`.
- Configure settings for your system in `Preferences > Settings`.
*Note:* The language server and this extension are both under development and not yet considered stable.