summaryrefslogtreecommitdiff
path: root/tools/astro-languageserver (follow)
AgeCommit message (Collapse)AuthorFilesLines
2021-06-16Fix VS Code extension (#467)Gravatar Nate Moore 38-3825/+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-06-11Version Packages (#381)Gravatar github-actions[bot] 1-1/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-05-28Version Packages (next) (#227)Gravatar github-actions[bot] 1-1/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-05-28Enter prerelease (#278)Gravatar Nate Moore 1-3/+1
* chore: release vscode * chore: move astro-languageserver deps to devDeps * chore: enter pre
2021-05-26[ci] yarn formatGravatar natemoo-re 2-4/+2
2021-05-24ReleaseGravatar Matthew Phillips 1-1/+1
2021-05-20[ci] yarn formatGravatar matthewp 3-8/+6
2021-05-20Support for Go to Definition in Astro components (#220)Gravatar Matthew Phillips 5-10/+116
* Start on css completion * Support for CSS completions * Adds support for Go to Definition in TypeScript in Astro * Run formatting * Add support for Astro component go to definition * Formatting * Jump directly to file where definition is found
2021-05-20Get definitions (#219)Gravatar Matthew Phillips 11-219/+430
* Start on css completion * Support for CSS completions * Adds support for Go to Definition in TypeScript in Astro * Run formatting
2021-05-17[ci] yarn formatGravatar matthewp 11-640/+515
2021-05-17Adds CSS completions to VSCode extension (#214)Gravatar Matthew Phillips 13-2/+1117
* Start on css completion * Support for CSS completions
2021-05-17chore: release v0.10.0Gravatar Nate Moore 1-1/+1
2021-05-17Version Packages (#213)Gravatar github-actions[bot] 1-1/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-05-13[ci] yarn formatGravatar natemoo-re 3-11/+17
2021-05-13Version Packages (#195)Gravatar github-actions[bot] 2-2/+8
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-05-13Support for import suggestions in the languageserver (#204)Gravatar Matthew Phillips 4-12/+21
* Support for import suggestions in the languageserver https://www.loom.com/share/21921be3ebd1403aa4aaa4f39587efdb * Add the changeset
2021-05-12[wip] Fix CI (#202)Gravatar Drew Powers 6-117/+96
* Yarn format * Fix changeset --since * Fix Windows tests
2021-05-11VS Code extension (#197)Gravatar Matthew Phillips 6-19/+181
* Fix running the extension 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. * Resolve TypeScript suggestions to the correct file This fixes a couple of bugs related to suggestions. 1 was this does the whole `.ts` extension fakeout thing so that the TypeScript plugin thinks that Astro files are TypeScript. Secondly this fixes the caching of the Document, so that suggestions account for the current document text.
2021-05-08Fix running the extension (#181)Gravatar Matthew Phillips 2-1/+8
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.
2021-05-06Chore: fix lint rules, add more error handling for unexpected cases (#177)Gravatar Drew Powers 1-1/+0
2021-05-06Add CSS bundling (#172)Gravatar Drew Powers 1-1/+1
* Add CSS bundling * Add Changeset * Update build script * Count better * Fix stats * Cleanup * Add test * Show profile ms under 750ms
2021-05-05Split out `astro-languageserver` and `astro-vscode` (#173)Gravatar Nate Moore 26-0/+2356