Skip to content

Commit 02d0e54

Browse files
Disable shell integration and profile loading for tests (PowerShell#3989)
1 parent 6738fe9 commit 02d0e54

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/.vscode/settings.json

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"terminal.integrated.shellIntegration.enabled": false,
3+
"powershell.enableProfileLoading": false,
4+
}

0 commit comments

Comments
 (0)