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

Test: variable substition in launch.json and tasks.json #12384

Closed
2 tasks done
isidorn opened this issue Sep 21, 2016 · 1 comment
Closed
2 tasks done

Test: variable substition in launch.json and tasks.json #12384

isidorn opened this issue Sep 21, 2016 · 1 comment

Comments

@isidorn
Copy link
Contributor

isidorn commented Sep 21, 2016

complexity: 3

We have consolidated our variable substition between debug and tasks into a configurationResolverService - #8754. Quickly verify:

  • Simple variables get replaced inside launch.json and tasks.json as descirbed here
  • You can reference environment variables inside your launch.json and tasks.json by using ${env.NAME} syntax
  • You can reference vscode settings inside your launch.json and tasks.json by using ${config.NAME} syntax
  • You can reference interactive variables inside your launch.json by using ${command.PickProcess}
@isidorn isidorn added this to the September 2016 milestone Sep 21, 2016
@jrieken jrieken removed their assignment Sep 27, 2016
@gregvanl
Copy link

Tested on Windows 7.

@gregvanl gregvanl removed their assignment Sep 27, 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.
Projects
None yet
Development

No branches or pull requests

4 participants