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

${command.xxx} deprecated syntax is not shown in tasks.json #21340

Closed
michelkaporin opened this issue Feb 24, 2017 · 2 comments · Fixed by #62787
Closed

${command.xxx} deprecated syntax is not shown in tasks.json #21340

michelkaporin opened this issue Feb 24, 2017 · 2 comments · Fixed by #62787
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug tasks Task system issues verified Verification succeeded
Milestone

Comments

@michelkaporin
Copy link
Contributor

Ref: #16064

  • VSCode Version: 1.10.0-insiders
  • OS Version: Windows 10

Steps to Reproduce:

  1. Go to tasks.json, change "command" attribute of the task to "${env.Path}".
  2. No highlight that this syntax is deprecated.

Works in launch.json.

@michelkaporin michelkaporin added the bug Issue identified by VS Code Team member as probable bug label Feb 24, 2017
@michelkaporin michelkaporin added this to the February 2017 milestone Feb 24, 2017
@isidorn isidorn modified the milestones: March 2017, February 2017 Feb 24, 2017
@isidorn
Copy link
Contributor

isidorn commented Feb 24, 2017

Not so easy to do in the tasks world, will need @dbaeumer for this

@isidorn
Copy link
Contributor

isidorn commented Feb 28, 2017

Assigning to @dbaeumer to add the following for his tasks schema

@isidorn isidorn removed this from the March 2017 milestone Feb 28, 2017
@isidorn isidorn assigned dbaeumer and unassigned isidorn Feb 28, 2017
@dbaeumer dbaeumer added the tasks Task system issues label Mar 1, 2017
@dbaeumer dbaeumer added this to the Backlog milestone Nov 8, 2017
@alexr00 alexr00 modified the milestones: Backlog, November 2018 Nov 8, 2018
@mjbvz mjbvz added the verified Verification succeeded label Dec 6, 2018
@vscodebot vscodebot bot locked and limited conversation to collaborators Dec 28, 2018
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 tasks Task system issues verified Verification succeeded
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants