Skip to content

Commit 0345271

Browse files
authored
Drop insidersChannel from the issue report (#18672)
1 parent 054407d commit 0345271

3 files changed

Lines changed: 1 addition & 5 deletions

File tree

resources/report_issue_user_settings.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,5 @@
111111
"enabled": true,
112112
"optInto": true,
113113
"optOutFrom": true
114-
},
115-
"insidersChannel": true
114+
}
116115
}

src/test/common/application/commands/issueTemplateVenv1.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ experiments
3232
• optInto: []
3333
• optOutFrom: []
3434
35-
insidersChannel: "off"
36-
3735
venvPath: "<placeholder>"
3836
3937
```

src/test/common/application/commands/reportIssueCommand.unit.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ suite('Report Issue Command', () => {
5555
optInto: [],
5656
optOutFrom: [],
5757
},
58-
insidersChannel: 'off',
5958
initialize: true,
6059
venvPath: 'path',
6160
// eslint-disable-next-line @typescript-eslint/no-explicit-any

0 commit comments

Comments
 (0)