Skip to content

Hands'on source code for creating a Language Server integrated into VSCode

Notifications You must be signed in to change notification settings

madbrain/kale-language-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

Language Server Tutorial Code

This repository contains the source code you need to fork to follow the tutorial available at https://madbrain.github.io/kale-language-handson/

At each step in the tutorial, merge the tag step-x.y to initialize the corresponding step. Start with the command:

git checkout -b tutorial
git merge step-1.1

Then execute:

npm install
npm test

Complete the code until all tests are green, then merge next step.

If stuck, solutions are available at tags corresponding to each step, ie. at step step-x.y consult tag solution-step-x.y.

About

Hands'on source code for creating a Language Server integrated into VSCode

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published