File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,12 @@ export default defineConfig({
9
9
launchArgs : [
10
10
// The default chat extensions hang under OneBranch network constraints
11
11
"--disable-extensions" ,
12
+ // Sync is also unavailable
13
+ "--sync" ,
14
+ "off" ,
15
+ // And we need more info
16
+ "--log" ,
17
+ "debug" ,
12
18
// Undocumented but valid option to use a temporary profile for testing
13
19
"--profile-temp" ,
14
20
// The default user data directory had too many characters for the IPC connection on macOS in CI.
Original file line number Diff line number Diff line change 9
9
"git.openRepositoryInParentFolders" : " never" ,
10
10
"csharp.suppressDotnetRestoreNotification" : true ,
11
11
"extensions.ignoreRecommendations" : true ,
12
+ "chat.detectParticipant.enabled" : false ,
12
13
},
13
14
}
You can’t perform that action at this time.
0 commit comments