ArchGPT / insomnium

Insomnium is a fast local API testing tool that is privacy-focused and 100% local. For testing GraphQL, REST, WebSockets and gRPC. This is a fork of Kong/insomnia
MIT License
3.33k stars 125 forks source link

Rework gRPC proto loading #83

Closed Perryvw closed 8 months ago

Perryvw commented 8 months ago

Totally reworked how proto files for gRPC are loaded from disk and validated. Now allows deleting directories from the proto modal, and also allows re-discovering all proto files in a directory, with proper error validation.

electron_vYa5bRDUaa

Also fixed the broken tests

archywillhe commented 8 months ago

nice as always! thanks again!