Skip to content

Commit 345072f

Browse files
committed
bug(ui-tests): fixes ui tests in CI/CD
1 parent 89e0701 commit 345072f

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.vscode/settings.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,5 +58,7 @@
5858
// Fortran-Language-Server specific options
5959
"fortran.fortls.incrementalSync": true,
6060
// Other Fortran options
61-
"fortran.preferredCase": "lowercase"
61+
"fortran.preferredCase": "lowercase",
62+
// Supress Git pop-up interfering with UI testing
63+
"git.openRepositoryInParentFolders": "always"
6264
}
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
{
2-
"fortran.notifications.releaseNotes": false
2+
"fortran.notifications.releaseNotes": false,
3+
// Supress Git pop-up interfering with UI testing
4+
"git.openRepositoryInParentFolders": "always"
35
}

0 commit comments

Comments
 (0)