runner.server icon indicating copy to clipboard operation
runner.server copied to clipboard

An unofficial Local GitHub Actions and Azure Pipelines Emulator

Results 67 runner.server issues
Sort by recently updated
recently updated
newest added

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

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...

enhancement

- 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...

enhancement

![grafik](https://github.com/user-attachments/assets/4135794e-f85d-412f-a513-f57e66ad1458) ![grafik](https://github.com/user-attachments/assets/7d634f1a-b4e4-405d-8cd2-605dee94f146) _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...

bug

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,...

enhancement

In my scenario 30s to 5-10s, need to look more about other queries and improve this further Fixes #398