Skip to content

Commit 066cd87

Browse files
committed
disable legacy pester 4
1 parent db7ef96 commit 066cd87

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.devcontainer/devcontainer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
"pspester.pester-test"
2222
],
2323
"settings": {
24-
"terminal.integrated.defaultProfile.linux": "pwsh"
24+
"terminal.integrated.defaultProfile.linux": "pwsh",
25+
"powershell.pester.useLegacyCodeLens": false
2526
}
2627
}
2728
}

0 commit comments

Comments
 (0)