You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FROM ghcr.io/github/gh-base-image/gh-base-noble:20260123-171033-gd75f3193f AS base
11
+
FROM ghcr.io/github/gh-base-image/gh-base-noble:20260126-172357-g0b997f8b3@sha256:738abde0d24406108b0eb4dc3ae2b934a4d2fb08750af8b80b36c16b4ca7ad18 AS base
12
12
13
13
# Install curl for Node install and determining the early access branch
14
14
# Install git for cloning docs-early-access & translations repos
The following table shows supported {% data variables.product.prodname_copilot_short %} features across recent vesions of the {% data variables.copilot.copilot_extension %} for the IDE.
94
+
95
+
{%- comment %} Use the predefined versionGroups from JSON data {%- endcomment %}
96
+
{% for groupEntry in ideEntry.versionGroups %}
97
+
{%- assign groupName = groupEntry[0] %}
98
+
{%- assign groupVersions = groupEntry[1] %}
99
+
100
+
## JetBrains {{ groupName }}
101
+
102
+
| Feature{%- for version in groupVersions %} | {{ version }}{%- endfor %} |
103
+
|:----{%- for version in groupVersions %}|:----:{%- endfor %}|
104
+
{%- for featureEntry in ideEntry.features %}
105
+
| {{ featureEntry[0] }}{%- for version in groupVersions %}{%- assign supportLevel = featureEntry[1][version] %} | {%- case supportLevel -%}{%- when "supported" %}✓{%- when "preview" %}P{%- else %}✗{%- endcase -%}{%- endfor %} |
The following table shows supported {% data variables.product.prodname_copilot_short %} features across recent vesions of the {% data variables.copilot.copilot_extension %} for the IDE.
119
+
120
+
{%- comment %} Use the predefined versionGroups from JSON data {%- endcomment %}
121
+
{% for groupEntry in ideEntry.versionGroups %}
122
+
{%- assign groupName = groupEntry[0] %}
123
+
{%- assign groupVersions = groupEntry[1] %}
124
+
125
+
## Eclipse {{ groupName }}
126
+
127
+
| Feature{%- for version in groupVersions %} | {{ version }}{%- endfor %} |
128
+
|:----{%- for version in groupVersions %}|:----:{%- endfor %}|
129
+
{%- for featureEntry in ideEntry.features %}
130
+
| {{ featureEntry[0] }}{%- for version in groupVersions %}{%- assign supportLevel = featureEntry[1][version] %} | {%- case supportLevel -%}{%- when "supported" %}✓{%- when "preview" %}P{%- else %}✗{%- endcase -%}{%- endfor %} |
The following table shows supported {% data variables.product.prodname_copilot_short %} features across recent vesions of the {% data variables.copilot.copilot_extension %} for the IDE.
36
144
37
145
{%- comment %} Use the predefined versionGroups from JSON data {%- endcomment %}
38
-
{%- for groupEntry in ideEntry[1].versionGroups %}
146
+
{% for groupEntry in ideEntry.versionGroups %}
39
147
{%- assign groupName = groupEntry[0] %}
40
148
{%- assign groupVersions = groupEntry[1] %}
41
149
42
-
### {{ ideEntry[0] }} {{ groupName }}
150
+
##Xcode {{ groupName }}
43
151
44
152
| Feature{%- for version in groupVersions %} | {{ version }}{%- endfor %} |
45
153
|:----{%- for version in groupVersions %}|:----:{%- endfor %}|
46
-
{%- for featureEntry in ideEntry[1].features %}
154
+
{%- for featureEntry in ideEntry.features %}
47
155
| {{ featureEntry[0] }}{%- for version in groupVersions %}{%- assign supportLevel = featureEntry[1][version] %} | {%- case supportLevel -%}{%- when "supported" %}✓{%- when "preview" %}P{%- else %}✗{%- endcase -%}{%- endfor %} |
The following table shows supported {% data variables.product.prodname_copilot_short %} features across recent vesions of the {% data variables.copilot.copilot_extension %} for the IDE.
169
+
170
+
{%- comment %} Use the predefined versionGroups from JSON data {%- endcomment %}
171
+
{% for groupEntry in ideEntry.versionGroups %}
172
+
{%- assign groupName = groupEntry[0] %}
173
+
{%- assign groupVersions = groupEntry[1] %}
174
+
175
+
## NeoVim {{ groupName }}
176
+
177
+
| Feature{%- for version in groupVersions %} | {{ version }}{%- endfor %} |
178
+
|:----{%- for version in groupVersions %}|:----:{%- endfor %}|
179
+
{%- for featureEntry in ideEntry.features %}
180
+
| {{ featureEntry[0] }}{%- for version in groupVersions %}{%- assign supportLevel = featureEntry[1][version] %} | {%- case supportLevel -%}{%- when "supported" %}✓{%- when "preview" %}P{%- else %}✗{%- endcase -%}{%- endfor %} |
0 commit comments