summaryrefslogtreecommitdiff
path: root/tools/language-server/src/plugins/html/HTMLPlugin.ts (follow)
AgeCommit message (Collapse)AuthorFilesLines
2021-08-26Remove VSCode and Langauge Server from this monorepo (#1230)Gravatar Matthew Phillips 1-142/+0
* Remove VSCode and Langauge Server from this monorepo * Adds back in the syntax files
2021-08-12[ci] yarn formatGravatar matthewp 1-1/+1
2021-08-12Provide completion suggestions in component props (#1082)Gravatar Matthew Phillips 1-0/+15
* Provide completion suggestions in component props * Limit prop completion to props that the component exports
2021-08-10Add support for Astro.* completion and Hover help (#1068)Gravatar Matthew Phillips 1-0/+1
* Add support for Astro.* completion and Hover help * Allow providing a generic type to fetchContent
2021-06-16Fix VS Code extension (#467)Gravatar Nate Moore 1-0/+126
* 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