summaryrefslogtreecommitdiff
path: root/tools (follow)
AgeCommit message (Collapse)AuthorFilesLines
2021-08-26Remove VSCode and Langauge Server from this monorepo (#1230)Gravatar Matthew Phillips 54-5001/+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 3-2/+3
2021-08-11fix vscode publish flowGravatar Nate Moore 2-3/+5
2021-08-11bump language-server to 0.6.0Gravatar Nate Moore 1-1/+1
2021-08-11fix: language serverGravatar Nate Moore 5-5/+14
2021-08-11Update VS Code packageGravatar Nate Moore 2-1/+8
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-08-01full translation (#967)Gravatar Fred K. Schott 1-1/+1
2021-07-28Add tmlanguage schema to textmate language files + fix the errors hopefully. ↵Gravatar Caleb Jasik 2-39/+41
(#926) This might
2021-07-21get build-all passing (#795)Gravatar Fred K. Schott 2-4/+5
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-07Remove `prettier-plugin-astro` to fix Prettier CI (#614)Gravatar Caleb Jasik 14-399/+0
* Disable embedded languages formatting so that Astro code blocks don't make prettier hang * chore: remove prettier-plugin-astro * chore: enable embedded languages * chore: update yarn lock Co-authored-by: Nate Moore <nate@skypack.dev>
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-25prettier-plugin: Add a test for JSX embedded in an attribute. This test ↵Gravatar Caleb Jasik 3-1/+22
currently fails. (#508) * Add a test for JSX embedded in an attribute. This test currently fails. * Oops forgot the semicolons on the correct output * Add `--scope prettier-plugin-astro` so that the prettier plugin is tested on default CI * Replace `assert.equal` with `assert.fixture` to remain inline w/ main * Update astro-prettier.test.js * Skip the other failing test. Co-authored-by: Fred K. Schott <fkschott@gmail.com>
2021-06-25Version Packages (#543)Gravatar github-actions[bot] 3-3/+10
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-22Use `assert.fixture` rather than `assert.equal` for the prettier formatting ↵Gravatar Caleb Jasik 1-6/+6
diffs for easier to read errors (#509)
2021-06-21Version Packages (#484)Gravatar github-actions[bot] 2-1/+7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-06-17Add @types/prettier to astro-prettier-plugin (#487)Gravatar Caleb Jasik 1-2/+5
2021-06-16[ci] yarn formatGravatar natemoo-re 2-0/+1
2021-06-16Fix VS Code extension (#467)Gravatar Nate Moore 53-21/+45
* 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-14Version Packages (#418)Gravatar github-actions[bot] 2-2/+9
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
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-06-10Add integration test for templates (#372)Gravatar Drew Powers 1-1/+1
2021-06-07Move parser to the scoped package name (#319)Gravatar Matthew Phillips 2-2/+2
* Move parser to the scoped package name * Prettier plugin should use 0.12 of the parser
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-28[ci] yarn formatGravatar natemoo-re 1-1/+0
2021-05-28Enter prerelease (#278)Gravatar Nate Moore 3-4/+10
* chore: release vscode * chore: move astro-languageserver deps to devDeps * chore: enter pre
2021-05-28Bugbash! (#263)Gravatar Nate Moore 2-14/+0
* fix(vscode): Markdown frontmatter should use TSX, not YAML * test: add test for #153 * chore: bump deps * chore: update to use @astrojs scope * fix: Markdown parse error when only child is `{expression}` * fix: update renderer edge cases * fix: failing test * fix: update renderer
2021-05-28[ci] yarn formatGravatar matthewp 1-4/+4