Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 965 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 965 Bytes

Starting PklLanguageServer in VSCode

pkl-vscode

This language server extension works great along side with Apple's pkl-vscode extension which provides tree-sitter highlighting and indenting.

Installation

  1. Install PklLanguageServer

  2. Download extension from latest release

  • Or build it from source (npm and vsce are required):
git clone https://github.com/jayadamsmorgan/PklLanguageServer
cd PklLanguageServer/Editors/VSCode
npm install
npx vsce package
  1. Install this extension:
code --install-extension pkl-lsp-vscode-0.1.0.vsix