Commit 466139f
authored
Remove debugger banner (microsoft#19849)
### Problem
#### Issue Link
microsoft#19714
#### Summary
Remove debugger banner
#### Description
It was reported in the issue 19714 that we display a prompt to get
feedback on a separate survey for the debugger, but given we get a lot
of feedback for the debugger in our "general" survey, it should be fine
to remove it.
### Solution
#### Implementation
The current implementation of the debugger survey is defined in a banner
class. This class pops up a banner to ask if the user wants to fill out
the survey or not. If selected yes, a browser with the survey link is
opened.
After discussing with the team, we decided to remove the banner
completely, and if it is needed in the future the team will restore it.
#### Testing
##### Unit test
[debugging-output.txt](https://github.com/microsoft/vscode-python/files/9586036/debugging-output.txt)1 parent 38d8d9c commit 466139f
6 files changed
Lines changed: 1 addition & 568 deletions
File tree
- src
- client
- debugger/extension
- test/debugger/extension
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | 15 | | |
17 | 16 | | |
18 | 17 | | |
| |||
30 | 29 | | |
31 | 30 | | |
32 | 31 | | |
33 | | - | |
34 | 32 | | |
35 | 33 | | |
36 | 34 | | |
| |||
57 | 55 | | |
58 | 56 | | |
59 | 57 | | |
60 | | - | |
61 | 58 | | |
62 | 59 | | |
63 | 60 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | 24 | | |
30 | 25 | | |
31 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
| 34 | + | |
39 | 35 | | |
40 | 36 | | |
41 | 37 | | |
| |||
229 | 225 | | |
230 | 226 | | |
231 | 227 | | |
232 | | - | |
233 | | - | |
234 | 228 | | |
235 | 229 | | |
236 | 230 | | |
| |||
0 commit comments