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 userHome variable #143546

Closed
4 tasks done
alexr00 opened this issue Feb 21, 2022 · 1 comment
Closed
4 tasks done

Test userHome variable #143546

alexr00 opened this issue Feb 21, 2022 · 1 comment

Comments

@alexr00
Copy link
Member

alexr00 commented Feb 21, 2022

Refs: #141657

Complexity: 1

Create Issue


  1. Open a folder
  2. Add a tasks.json file (command: Tasks: Configure Task) or, if it already has one, use the existing tasks.json for the folder.
  3. Add a task that uses the new userHome variable. Example:
        {
            "label": "Test Home",
            "type": "shell",
            "command": "ls ${userHome}"
        }
  1. Run the task and verify that variable is replaced with the correct directory.
@alexr00 alexr00 added this to the February 2022 milestone Feb 21, 2022
@hediet hediet removed their assignment Feb 23, 2022
@greazer greazer removed their assignment Feb 23, 2022
@rebornix rebornix removed their assignment Feb 23, 2022
@TylerLeonhardt
Copy link
Member

Works as expected :) nice!

@TylerLeonhardt TylerLeonhardt removed their assignment Feb 23, 2022
@github-actions github-actions bot locked and limited conversation to collaborators Apr 9, 2022
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

5 participants