Save files on execution with a config setting#9
Conversation
|
Thanks for the PR, I'll check this out ASAP! |
|
This PR contains an async issue. The file gets saved but IDA has already executed the script by the time VS Code saves the file. On another execution it then successfully executes the script. I fixed that locally by calling the send function in the |
My bad, I barely use js\ts and I misread some documentation about |
|
I'm glad you like the plugin! |
Merge pull request ioncodes#9 from Plutoberth/saveOnExecute
When running or debugging scripts in vscode, all open dirty editors are automatically saved. I added this functionality as a config option ("IDACode.saveOnExecute") that is enabled by default.