We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28fef26 commit 28e65e6Copy full SHA for 28e65e6
2 files changed
.vscode-test.mjs
@@ -9,6 +9,12 @@ export default defineConfig({
9
launchArgs: [
10
// The default chat extensions hang under OneBranch network constraints
11
"--disable-extensions",
12
+ // Sync is also unavailable
13
+ "--sync",
14
+ "off",
15
+ // And we need more info
16
+ "--log",
17
+ "debug",
18
// Undocumented but valid option to use a temporary profile for testing
19
"--profile-temp",
20
// The default user data directory had too many characters for the IPC connection on macOS in CI.
test/TestEnvironment.code-workspace
@@ -9,5 +9,6 @@
"git.openRepositoryInParentFolders": "never",
"csharp.suppressDotnetRestoreNotification": true,
"extensions.ignoreRecommendations": true,
+ "chat.detectParticipant.enabled": false,
},
}
0 commit comments