8000 GitHub - joyceerhl/vscode-run-diff
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

joyceerhl/vscode-run-diff

Repository files navigation

vscode-run-diff

Features

Use the alt+shift+z keybinding to run your active Python file and diff expected versus actual program output:

Run code and diff expected vs actual program output

Requirements

Ensure that you have python3 on PATH, pointing to a valid Python 3 installation.

Extension Settings

This extension contributes one setting, vscode-run-diff.expectedOutputFilePath: Fully qualified path to a file containing expected program output.

Configure setting to skip prompt on each run

If this setting is omitted, you will be prompted to select the file containing expected program output from the system file picker dialog on each run:

Prompt when setting is not configured

This extension honors the python.terminal.executeInFileDir setting to set the current working directory to the directory containing the file to execute. This is helpful if the file you want to execute references sibling files.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0