Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VS hangs using custom command with TargetType="executable" and ExecuteIn="output" #3682

Closed
kraigb opened this issue Feb 1, 2018 · 0 comments
Labels

Comments

@kraigb
Copy link

kraigb commented Feb 1, 2018

PythonApplication5.zip

Repro (see attached project)

VS 15.6 Preview 2

  1. Create a new Python project in VS.
  2. Unload the project, edit the .pyproj file, and add the following custom command code:
$(PythonCommands);MyCommand1;MyCommand2
  1. Save and reload the project.
  2. Right click the project and select the command Python > Show Python files in project. Note that the .py files appear in the Output window.
  3. Right click and select Python > Run ls -l.

Expected Result:
ls -l output appears in the Output window;

Actual Result:
VS hangs and eventually restarts.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants