summaryrefslogtreecommitdiff
path: root/tools/language-server (follow)
AgeCommit message (Collapse)AuthorFilesLines
2021-08-26Remove VSCode and Langauge Server from this monorepo (#1230)Gravatar Matthew Phillips 42-4465/+0
* Remove VSCode and Langauge Server from this monorepo * Adds back in the syntax files
2021-08-26Version Packages (#1228)astro@0.20.0@astrojs/markdown-support@0.3.0Gravatar github-actions[bot] 1-1/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-08-24Version Packages (#1217)astro@0.19.4Gravatar github-actions[bot] 1-1/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-08-23Version Packages (#1206)astro@0.19.3Gravatar github-actions[bot] 1-1/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-08-23Version Packages (#1181)astro@0.19.2Gravatar github-actions[bot] 1-1/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-08-19Version Packages (#1163)astro@0.19.1@astrojs/markdown-support@0.2.4Gravatar github-actions[bot] 1-1/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-08-18Version Packages (#1150)astro@0.19.0@astrojs/parser@0.18.6Gravatar github-actions[bot] 1-1/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-08-17Version Packages (next) (#1129)astro@0.19.0-next.3Gravatar github-actions[bot] 1-1/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
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-12Version Packages (next) (#1092)astro@0.19.0-next.2Gravatar github-actions[bot] 1-1/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-08-11Version Packages (next) (#1089)astro@0.19.0-next.1Gravatar github-actions[bot] 1-1/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-08-11Version Packages (next) (#1087)astro@0.19.0-next.0Gravatar github-actions[bot] 1-1/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-08-11Version Packages (#1064)astro@0.18.10@astrojs/renderer-vue@0.1.7Gravatar github-actions[bot] 1-1/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-08-11[ci] yarn formatGravatar natemoo-re 1-1/+1
2021-08-11bump language-server to 0.6.0Gravatar Nate Moore 1-1/+1
2021-08-11fix: language serverGravatar Nate Moore 2-1/+9
2021-08-10[ci] yarn formatGravatar matthewp 10-342/+282
2021-08-10Add support for Astro.* completion and Hover help (#1068)Gravatar Matthew Phillips 15-61/+495
* 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-07-21get build-all passing (#795)Gravatar Fred K. Schott 1-2/+2
2021-07-21Revert "Version Packages (next) (#692)"Gravatar Fred K. Schott 1-1/+1
This reverts commit 790bd89ead10ababe7010b9b72ea6e6a23e93fed.
2021-07-21Version Packages (next) (#692)Gravatar github-actions[bot] 1-1/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-07-13Version Packages (next) (#663)Gravatar github-actions[bot] 1-1/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-07-08Version Packages (#632)Gravatar github-actions[bot] 1-1/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-07-01Version Packages (#597)Gravatar github-actions[bot] 1-1/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-06-28Restructure examples (#568)Gravatar Nate Moore 1-1/+1
* rename kitchen sink, pull out react example * split out the rest of the examples * align versions * chore: rename examples * chore: normalize gitignore * chore: update package versions * chore: move framework examples to `framework` namespace * docs: add README to examples Co-authored-by: Austin Crim <crim.austin@principal.com>
2021-06-25Version Packages (#543)Gravatar github-actions[bot] 1-1/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-06-22Version Packages (#513)Gravatar github-actions[bot] 1-1/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-06-16[ci] yarn formatGravatar natemoo-re 1-0/+0
2021-06-16Fix VS Code extension (#467)Gravatar Nate Moore 38-0/+3845
* 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