Commit Graph
336 Commits
Author SHA1 Message Date
github-actions 7e4b75f6cd v0.1.105 2023-01-30 20:43:22 +00:00
Jacob Wallraff d554993d8b Update prettier to 2.8.x 2023-01-30 12:37:29 -08:00
Jacob Wallraff 3a8b7d4e4b Move ignore to top level file 2023-01-30 11:58:21 -08:00
Jacob Wallraff 561e0f2c05 Add *.d.ts to ignore file? 2023-01-30 11:52:12 -08:00
github-actions 6c90a3bcf2 v0.1.104 2023-01-30 19:03:24 +00:00
Jacob WallraffandGitHub fe67c60f16 Merge pull request #111 from github/thyeggman/json-import-assertions
Add json import assertions
2023-01-30 11:02:46 -08:00
Jacob Wallraff 389831bc3c Run format 2023-01-30 10:57:40 -08:00
Jacob Wallraff 4d467ff677 Move node minimum version to lowest that supports json import asserts without flag: 2023-01-30 10:29:20 -08:00
github-actions 82680fd39d v0.1.103 2023-01-30 15:59:59 +00:00
Jacob Wallraff 70b891429f Remove extra dev dependency: 2023-01-27 15:35:45 -08:00
Jacob Wallraff 5093027ea8 Update minimum node version 2023-01-27 15:31:14 -08:00
Josh Gross c33fcbc83d Use an object type to represent Position 2023-01-27 15:43:52 -05:00
Jacob Wallraff 981d2d3765 Add json import assertions 2023-01-26 16:02:15 -08:00
github-actions 91478bb5b6 v0.1.102 2023-01-26 15:27:07 +00:00
github-actions 81b268e2b4 v0.1.101 2023-01-25 21:39:03 +00:00
Laura YuandGitHub 115c1bb41c Support completion for partial expressions (#103)
Adding basic expression auto complete
2023-01-25 13:38:28 -08:00
github-actions a6c1383bfb v0.1.100 2023-01-25 19:17:09 +00:00
github-actions ac2dbcba63 v0.1.99 2023-01-25 17:30:29 +00:00
Christopher Schleiden 9ae4b7d9c9 Use TS for examples 2023-01-25 09:15:22 -08:00
Christopher Schleiden 5984871a7c Remove $ from bash markdown blocks 2023-01-25 09:12:48 -08:00
Christopher Schleiden 605512b277 Begin language service readme 2023-01-25 08:57:18 -08:00
github-actions 61f3d953e2 v0.1.98 2023-01-25 00:34:24 +00:00
github-actions 05d65b6c23 v0.1.97 2023-01-24 23:50:20 +00:00
github-actions 35ab335f25 v0.1.96 2023-01-24 23:06:37 +00:00
Jacob WallraffandGitHub 39b5f7bf65 Merge pull request #100 from github/thyeggman/cronstrue-hover
Produce hover sentence for cron expressions
2023-01-24 15:05:53 -08:00
github-actions 8321faff01 v0.1.95 2023-01-24 22:06:33 +00:00
Jacob Wallraff f3a570d10d Revert "Use parent token (revertable)"
This reverts commit d5831b2e89.
2023-01-24 13:16:19 -08:00
Jacob Wallraff 0cf34d914d Merge branch 'main' into thyeggman/token-completion-range 2023-01-24 13:15:52 -08:00
Jacob Wallraff f2138b7eed Merge branch 'main' into thyeggman/cronstrue-hover 2023-01-24 11:17:08 -08:00
Jacob Wallraff e6de0d11b8 Address feedback 2023-01-24 11:14:35 -08:00
github-actions f459224685 v0.1.94 2023-01-24 18:39:03 +00:00
github-actions a9a311cf3e v0.1.93 2023-01-24 18:30:37 +00:00
Josh GrossandGitHub e670fae465 Merge pull request #98 from github/joshmgross/hover-context-inheritance
Ensure inherited context is shown on hover
2023-01-24 13:29:51 -05:00
Jacob Wallraff 58d92658b6 Address feedback 2023-01-23 17:50:54 -08:00
Jacob Wallraff af5c15a422 Small fix 2023-01-23 17:22:47 -08:00
Jacob Wallraff 7560a1ee51 Merge branch 'main' into thyeggman/cronstrue-hover 2023-01-23 17:16:28 -08:00
Jacob Wallraff 615ba46960 Fix hover over 'cron:' token 2023-01-23 16:53:29 -08:00
github-actions 1f3f130a4d v0.1.92 2023-01-24 00:44:38 +00:00
Josh GrossandGitHub 400c018b87 Merge pull request #97 from github/joshmgross/action-input-descriptions
Show action input descriptions on hover
2023-01-23 19:44:01 -05:00
Jacob Wallraff e8c5a21743 Run format 2023-01-23 16:25:30 -08:00
Jacob Wallraff 6be2bd1cd7 Move hover logic from parser to language service 2023-01-23 16:22:18 -08:00
Jacob Wallraff 86401f1f54 Add tests and small bug fixes 2023-01-23 15:12:16 -08:00
Josh Gross d8d4a3f46a Ensure inherited context is shown on hover 2023-01-23 16:20:59 -05:00
github-actions 37157938ea v0.1.91 2023-01-23 21:14:10 +00:00
Josh Gross 48c728771e Show action input descriptions on hover 2023-01-23 16:02:13 -05:00
github-actions 23e2a5c1bc v0.1.90 2023-01-23 16:42:31 +00:00
Josh Gross e8bf17771c Allow {} to represent any value in event payloads 2023-01-23 11:35:09 -05:00
Josh Gross 378d2ab799 Support client_payload for repository_dispatch events 2023-01-20 18:38:56 -05:00
github-actions 675e8f1307 v0.1.89 2023-01-20 17:52:20 +00:00
Christopher Schleiden c6f490c62d Improve auto-completion for if: properties 2023-01-19 17:20:37 -08:00