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

Replace 'outDir' with 'outFiles' in the error message for missing setting in Launch config #12846

Closed
ramya-rao-a opened this issue Sep 28, 2016 · 1 comment
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug debug Debug viewlet, configurations, breakpoints, adapter issues verified Verification succeeded

Comments

@ramya-rao-a
Copy link
Contributor

Testing #12254

Steps to Reproduce:

  1. In a node app with typescript files, configure the generated js files to be in a folder named anything but "out"
  2. Set up launch config, but do not specify outDir

You see the error message:

Cannot launch program '.....'; setting the 'outDir' attribute might help

Now that we are deprecating outDir in favor of outFiles, the message should also reflect the same

@isidorn
Copy link
Contributor

isidorn commented Sep 28, 2016

Nothing urgent, this is a a message coming from the node debug adatper -> assigning to @weinand

@isidorn isidorn assigned weinand and unassigned isidorn Sep 28, 2016
@egamma egamma added this to the September 2016 milestone Sep 29, 2016
@isidorn isidorn added bug Issue identified by VS Code Team member as probable bug debug Debug viewlet, configurations, breakpoints, adapter issues labels Sep 29, 2016
@roblourens roblourens added the verified Verification succeeded label Sep 29, 2016
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug debug Debug viewlet, configurations, breakpoints, adapter issues verified Verification succeeded
Projects
None yet
Development

No branches or pull requests

5 participants