Commit e3c00d9
Restoring the status icon in VS 2026 (#385)
The new version of Visual Studio changed the way the main window loads,
which resulted in the status icon not being visible in the status bar.
This PR fixes the situation so that the icon is visible in both versions
2022 and 2026.
## Test plan
Launch Visual Studio 2026 and check if the status icon appears in the
status bar.
<!-- REQUIRED; info at
https://docs-legacy.sourcegraph.com/dev/background-information/testing_principles
-->
---------
Co-authored-by: Tomasz Gołębiowski <tgolebiowski@virtuslab.com>1 parent e5f6d67 commit e3c00d9
File tree
2 files changed
+12
-3
lines changed- src
- Cody.VisualStudio.Tests
- Cody.VisualStudio/Services
2 files changed
+12
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
100 | | - | |
| 100 | + | |
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | | - | |
| 87 | + | |
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| |||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
111 | 120 | | |
112 | 121 | | |
113 | | - | |
| 122 | + | |
114 | 123 | | |
115 | 124 | | |
116 | 125 | | |
| |||
0 commit comments