summaryrefslogtreecommitdiff
path: root/examples/docs/src
ModeNameSize
d---------components303logplain
-rw-r--r--config.ts262logplainblame
d---------layouts38logplain
d---------pages120logplain
d>23-65/+43 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 6-12/+32 * Support for import suggestions in the languageserver https://www.loom.com/share/21921be3ebd1403aa4aaa4f39587efdb * Add the changeset 2021-05-13Fix Svelte build output (#201)Gravatar Nate Moore 4-8/+14 * fix(#200): svelte build output * chore: add changeset 2021-05-12[wip] Fix CI (#202)Gravatar Drew Powers 28-219/+191 * Yarn format * Fix changeset --since * Fix Windows tests 2021-05-11VS Code extension (#197)Gravatar Matthew Phillips 7-20/+182 * 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-11Fix workflows! (#198)Gravatar Nate Moore 3-2/+4 * chore: fix changeset workflow * fix: changeset action * fix: pre_job => skip_test * chore: add empty changeset 2021-05-11Add Astro.request.canonicalURL and Astro.site to global (#199)Gravatar Drew Powers 25-98/+234 2021-05-11Fix portfolio example (#196)Gravatar Drew Powers 2-3/+5 2021-05-10fix: build stuck on unhandled promise reject (#191)Gravatar Kevin (Kun) "Kassimo" Qian 2-2/+13 * fix: build stuck on unhandled promise reject * Changeset 2021-05-10Allow default import component to be renamed based on import statement ↵Gravatar Kevin (Kun) "Kassimo" Qian 3-8/+30 default specifier (#193) * Allow renaming for default import components * Changeset 2021-05-08Add more docs on styling (#186)Gravatar Drew Powers 1-3/+321 2021-05-08Fix running the extension (#181)Gravatar Matthew Phillips 5-11/+37 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.