microsoft / generator-docker

Yeoman generator for Docker
Other
346 stars 69 forks source link

Operation not permitted when running bash script from task #131

Open gregg-miskelly opened 7 years ago

gregg-miskelly commented 7 years ago

From @egamma on January 31, 2017 10:1

From @spboyer on January 30, 2017 16:49

VSCode Version: Version 1.8.1 OS Version: macOS Sierra 10.12.2 (16C67)

Steps to Reproduce:

  1. clone repo https://github.com/spboyer/dockerdebugapp
  2. open debug pane and run
  3. Console outputs: "/bin/bash: ./dockerTask.sh: Operation not permitted"

Can run bash script from terminal with no problems without sudo.

Copied from original issue: Microsoft/vscode#19586

Copied from original issue: OmniSharp/omnisharp-vscode#1162

gregg-miskelly commented 7 years ago

From @spboyer on January 31, 2017 13:26

Steps

  1. Clone repo
  2. Deleted bin and obj
  3. dotnet restore -r debian.8-x64
  4. Open project in vscode
  5. Set breakpoint in Program.cs
  6. Open debug pan - click "play"
  7. Console outputs: "/bin/bash: ./dockerTask.sh: Operation not permitted"

Get error on one machine but not another, same version of VS Code and OS and C# extension.

gregg-miskelly commented 7 years ago

This issue seems to be in the wrong repo. This should be in the repo of 'dockerTask.sh' I would assume.