runner.server
runner.server copied to clipboard
An unofficial Local GitHub Actions and Azure Pipelines Emulator
currently there have been workarounds added to many places in the code.
Currently this depends on `tar` on the system, which is most likely installed. This would allow creating tar's on the fly without tar cli restrictions
.net6 has still some time for migration this year
The currently used nuget package has a - too long package name - search engine unfriendly name Runner.Client works much better as a search term and finds this repo _Old...
- provide a native c# language server executable - attempt to improve performance of autocomplete lists - improve debuggability of shared code - Webview integration of runner.server - codelens on...
  _Still has known issues currently only enabled under yaml doc type without filtering the document content_
Seems like this needs to be patched from the json schema for yaml. For whatever reason is this defined in taskbase and not in the other task definition. Maybe wrong...
e.g. Hook the TemplateReader with the location of the cursor and build a completion item list based on the Schema Additionally provide snippets for expressions, `${{ if cond }}:`, insert,...
Fixes #396
In my scenario 30s to 5-10s, need to look more about other queries and improve this further Fixes #398