We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be972e4 commit eb2d7a7Copy full SHA for eb2d7a7
Profile and Prompt/task - Edit PowerShell Profiles.json
@@ -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