tintinweb / vscode-decompiler

Decompile things directly from VSCode
https://marketplace.visualstudio.com/items?itemName=tintinweb.vscode-decompiler
152 stars 26 forks source link

Add .bat extension for WIndows/Ghidra environment if not already there #19

Closed tamckenna closed 1 year ago

tamckenna commented 2 years ago

As of now, you have to specify with ".bat" if using Ghidra on Windows, which then breaks my macOS/linux configurations with Settings Sync.

If it auto appends .bat extension, if not already there, then the "vscode-decompiler.tool.ghidra.path" property can work for both Windows & nix based systems.

tintinweb commented 1 year ago

see https://github.com/tintinweb/vscode-decompiler/pull/20#issuecomment-1190292653

thanks!