bergercookie / asm-lsp

Language server for NASM/GAS/GO Assembly
https://crates.io/crates/asm-lsp
BSD 2-Clause "Simplified" License
267 stars 18 forks source link

Config Generator #161

Closed WillLillis closed 2 weeks ago

WillLillis commented 4 weeks ago

The server configuration schema is being reworked in #158 to allow for some more functionality, the biggest addition being project sub configs. One thought I had was to create a small subproject within the repository that helps users create configuration files in a structured manner. While many will probably prefer to write theirs manually, I think this could be a nice addition for new users. This should be relatively quick, so I'm planning on throwing this together after #158 is finalized. My initial thought is to use dialoguer. Creating this issue as to gauge interest and gather any feedback/thoughts.