lushaylabs / lushay-code

yosys, nextpnr, apicula and openFPGALoader in vscode using OSS-CAD-Suite
https://marketplace.visualstudio.com/items?itemName=lushay-labs.lushay-code&ssr=false
MIT License
20 stars 3 forks source link

VSCodium/VSCode: File | Auto Save is ignored #3

Open tmssngr opened 11 months ago

tmssngr commented 11 months ago

My VSCodium is configured to automatically save files. However, when invoking FPGA Toolchain > Run Testbench, modified files remain modified (bright dot shows in tab at the x location), so it will run the wrong files.

lushaylabs commented 11 months ago

Hey, sorry to hear, just to better understand the issue, you are saying you have a testbench file and when you edit it, it doesn't save even though you have auto-save turned on. Also just to be clear, are you talking about the module debugger or an actual verilog testbench ?

tmssngr commented 11 months ago

Sorry for being unclear. In VSCodium/VSCode File| Auto Save is selected. I mean a *.v file that I edit in VSCodium/VSCode. It remains in unsaved state when invoking Build and Program, Build Only or Run Testbench (only tried these). Maybe your plugin needs to trigger some event to cause the autosave (which otherwise only happens when switching to another application).