summaryrefslogtreecommitdiff
path: root/tools/language-server/src (follow)
AgeCommit message (Collapse)AuthorFilesLines
2021-08-26Remove VSCode and Langauge Server from this monorepo (#1230)Gravatar Matthew Phillips 36-4322/+0
* Remove VSCode and Langauge Server from this monorepo * Adds back in the syntax files
2021-08-12[ci] yarn formatGravatar matthewp 2-29/+32
2021-08-12Provide completion suggestions in component props (#1082)Gravatar Matthew Phillips 4-18/+173
* Provide completion suggestions in component props * Limit prop completion to props that the component exports
2021-08-10[ci] yarn formatGravatar matthewp 9-341/+281
2021-08-10Add support for Astro.* completion and Hover help (#1068)Gravatar Matthew Phillips 14-61/+468
* Add support for Astro.* completion and Hover help * Allow providing a generic type to fetchContent
2021-08-09[ci] yarn formatGravatar matthewp 2-27/+31
2021-08-09Fix GoToDefinition for component imports (and component usage) (#1045)Gravatar Matthew Phillips 3-9/+85
* Fix GoToDefinition for component imports (and component usage) * Remove extra comment
2021-06-16Fix VS Code extension (#467)Gravatar Nate Moore 33-0/+3737
* 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