Skip to content

Commit 28e65e6

Browse files
committed
Disable more broken stuff
1 parent 28fef26 commit 28e65e6

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.vscode-test.mjs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ export default defineConfig({
99
launchArgs: [
1010
// The default chat extensions hang under OneBranch network constraints
1111
"--disable-extensions",
12+
// Sync is also unavailable
13+
"--sync",
14+
"off",
15+
// And we need more info
16+
"--log",
17+
"debug",
1218
// Undocumented but valid option to use a temporary profile for testing
1319
"--profile-temp",
1420
// The default user data directory had too many characters for the IPC connection on macOS in CI.

test/TestEnvironment.code-workspace

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@
99
"git.openRepositoryInParentFolders": "never",
1010
"csharp.suppressDotnetRestoreNotification": true,
1111
"extensions.ignoreRecommendations": true,
12+
"chat.detectParticipant.enabled": false,
1213
},
1314
}

0 commit comments

Comments
 (0)