bmpenuelas / systemverilog-formatter-vscode

Beautify SystemVerilog code in VSCode through Verible
MIT License
17 stars 4 forks source link

Update package.json for allowed "none" OS #1

Closed nickjones closed 4 years ago

nickjones commented 4 years ago

I'm running on an unlisted Linux OS with the binaries in my path. VSCode is flagging setting this variable to none in my settings since it doesn't match the enumeration list.

bmpenuelas commented 4 years ago

Thanks! Is it working for you after adding the enum item?

nickjones commented 4 years ago

I'm a total newbie at vs extension development. I'm hoping this change works since the code does test for it. I wasn't able to get local development working in the environment I needed it.

On Mon, May 4, 2020, 2:35 PM Borja Penuelas notifications@github.com wrote:

Thanks! Is it working for you after adding the enum item?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/bmpenuelas/systemverilog-formatter-vscode/pull/1#issuecomment-623662022, or unsubscribe https://github.com/notifications/unsubscribe-auth/AABCUG6ABA54AYIIQQ6QIZ3RP4KGZANCNFSM4MY4Y5FQ .

nickjones commented 4 years ago

That fixed it. Thanks!

bmpenuelas commented 4 years ago

Great!