VSCode Dig is an extension that allows you to easily run dig's program analysis (https://github.com/unsat/dig) on your project's source files.
ctrl + alt + a
, dig
command -> runs dig on the currently open source file
digInstall
command -> pulls the latest dig docker image
You must have a working docker installation that vscode's shell can access. This means your user must be a part of the docker group, or you must be running vscode as administrator/root.
You can find instructions on how to install docker for your platform here: https://docs.docker.com/get-docker/
You can install the plugin from the VSCode Marketplace here: https://marketplace.visualstudio.com/items?itemName=abueide.digvscode
myExtension.enable
: enable/disable this extensionmyExtension.thing
: set toblah
to do something
None
Initial Release
Fixes filepath issues when running using powershell on windows