Skip to content

Commit eb2d7a7

Browse files
committed
Add task
1 parent be972e4 commit eb2d7a7

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"label": "Edit My Profiles",
3+
"type": "shell",
4+
"command": "code",
5+
"args": [
6+
"$((Resolve-Path $PROFILE.CurrentUserAllHosts).Path)",
7+
"$(((Resolve-Path $PROFILE.CurrentUserAllHosts).Path).Replace('profile.ps1','Microsoft.VSCode_profile.ps1'))"
8+
]
9+
}

0 commit comments

Comments
 (0)