Commit a1ea07b
fix: Remove ansible-creator version checks from devfile/devcontainer views (#2790)
Fixes #2781.
Removes the ansible-creator checks from the devcontainer/devfile
webviews since they are intended to work without ansible-creator
present.
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
Removed ansible-creator version checks from devcontainer and devfile
webviews because these views are designed to work without
ansible-creator installed locally. The scaffolding functionality exists
within the extension and doesn't require external dependencies, allowing
users to use these features even when ansible-creator is unavailable.
- Removed `checkContentCreatorRequirements` import and message handler
from `createDevcontainerPanel.ts`
- Removed `checkContentCreatorRequirements` import and message handler
from `createDevfilePanel.ts`
- Removed requirements status state and message listener from
`CreateDevcontainerApp.vue`
- Removed requirements status state and message listener from
`CreateDevfileApp.vue`
fixes: #2781
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
Co-authored-by: Shatakshi Mishra <shatakshimishra01@gmail.com>1 parent eb207ce commit a1ea07b
4 files changed
Lines changed: 0 additions & 51 deletions
File tree
- src/features/contentCreator/vue/views
- webviews
Lines changed: 0 additions & 15 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | 8 | | |
10 | 9 | | |
11 | 10 | | |
| |||
15 | 14 | | |
16 | 15 | | |
17 | 16 | | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | 17 | | |
33 | 18 | | |
34 | 19 | | |
| |||
Lines changed: 0 additions & 15 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | 8 | | |
10 | 9 | | |
11 | 10 | | |
| |||
15 | 14 | | |
16 | 15 | | |
17 | 16 | | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | 17 | | |
33 | 18 | | |
34 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | | - | |
31 | 29 | | |
32 | 30 | | |
33 | 31 | | |
| |||
117 | 115 | | |
118 | 116 | | |
119 | 117 | | |
120 | | - | |
121 | | - | |
122 | | - | |
123 | | - | |
124 | | - | |
125 | | - | |
126 | | - | |
127 | 118 | | |
128 | 119 | | |
129 | 120 | | |
| |||
165 | 156 | | |
166 | 157 | | |
167 | 158 | | |
168 | | - | |
169 | 159 | | |
170 | 160 | | |
171 | 161 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
35 | | - | |
36 | 34 | | |
37 | 35 | | |
38 | 36 | | |
| |||
148 | 146 | | |
149 | 147 | | |
150 | 148 | | |
151 | | - | |
152 | | - | |
153 | | - | |
154 | | - | |
155 | | - | |
156 | | - | |
157 | | - | |
158 | | - | |
159 | 149 | | |
160 | 150 | | |
161 | 151 | | |
| |||
228 | 218 | | |
229 | 219 | | |
230 | 220 | | |
231 | | - | |
232 | 221 | | |
233 | 222 | | |
234 | 223 | | |
| |||
0 commit comments