summaryrefslogtreecommitdiff
path: root/tools/astro-languageserver/bin/server.js (follow)
AgeCommit message (Collapse)AuthorFilesLines
2021-06-16Fix VS Code extension (#467)Gravatar Nate Moore 1-6/+0
* chore: astro-languageserver => @astrojs/language-server * chore: astro-vscode => vscode * chore: move devDeps to deps * chore: bump language-server to 0.5.0-next.0 * chore: remove astro-docs * chore: update changelog * fix: expose `astro-ls` bin * fix: vscode extension * chore: update changelog
2021-05-12[wip] Fix CI (#202)Gravatar Drew Powers 1-1/+1
* Yarn format * Fix changeset --since * Fix Windows tests
2021-05-08Fix running the extension (#181)Gravatar Matthew Phillips 1-0/+6
I'm not sure how my setup was different but I was unable to get the extension to run locally without adding a binary. This mirrors what Svelte does so I'm assuming it's the way it's supposed to be loaded.