Skip to content

Commit fd8a5db

Browse files
[Ignore] use pwsh available on path to support building from snap pwsh (#1642)
1 parent 48df606 commit fd8a5db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vscode/tasks.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"linux": {
1313
"options": {
1414
"shell": {
15-
"executable": "/usr/bin/pwsh",
15+
"executable": "pwsh",
1616
"args": [ "-NoProfile", "-Command" ]
1717
}
1818
}

0 commit comments

Comments
 (0)