Skip to content

Commit 00000ff

Browse files
jsburckhardtCopilot
andcommitted
fix: consolidate all feature entries in scenarios.json
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 7a66bb9 commit 00000ff

1 file changed

Lines changed: 82 additions & 1 deletion

File tree

test/_global/scenarios.json

Lines changed: 82 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,16 @@
2323
"ccc": {},
2424
"yazi": {},
2525
"tmux": {},
26-
"hurl": {}
26+
"hurl": {},
27+
"fzf": {},
28+
"lazygit": {},
29+
"ripgrep": {},
30+
"fd": {},
31+
"rtk": {},
32+
"zoxide": {},
33+
"hyperfine": {},
34+
"glow": {},
35+
"fx": {}
2736
}
2837
},
2938
"flux-specific-version": {
@@ -181,5 +190,77 @@
181190
"version": "6.0.0"
182191
}
183192
}
193+
},
194+
"fzf-specific-version": {
195+
"image": "mcr.microsoft.com/devcontainers/base:ubuntu",
196+
"features": {
197+
"fzf": {
198+
"version": "v0.58.0"
199+
}
200+
}
201+
},
202+
"lazygit-specific-version": {
203+
"image": "mcr.microsoft.com/devcontainers/base:ubuntu",
204+
"features": {
205+
"lazygit": {
206+
"version": "v0.44.0"
207+
}
208+
}
209+
},
210+
"ripgrep-specific-version": {
211+
"image": "mcr.microsoft.com/devcontainers/base:ubuntu",
212+
"features": {
213+
"ripgrep": {
214+
"version": "14.1.1"
215+
}
216+
}
217+
},
218+
"fd-specific-version": {
219+
"image": "mcr.microsoft.com/devcontainers/base:ubuntu",
220+
"features": {
221+
"fd": {
222+
"version": "v10.2.0"
223+
}
224+
}
225+
},
226+
"rtk-specific-version": {
227+
"image": "mcr.microsoft.com/devcontainers/base:ubuntu",
228+
"features": {
229+
"rtk": {
230+
"version": "v0.38.0"
231+
}
232+
}
233+
},
234+
"zoxide-specific-version": {
235+
"image": "mcr.microsoft.com/devcontainers/base:ubuntu",
236+
"features": {
237+
"zoxide": {
238+
"version": "v0.9.6"
239+
}
240+
}
241+
},
242+
"hyperfine-specific-version": {
243+
"image": "mcr.microsoft.com/devcontainers/base:ubuntu",
244+
"features": {
245+
"hyperfine": {
246+
"version": "v1.19.0"
247+
}
248+
}
249+
},
250+
"glow-specific-version": {
251+
"image": "mcr.microsoft.com/devcontainers/base:ubuntu",
252+
"features": {
253+
"glow": {
254+
"version": "v2.1.2"
255+
}
256+
}
257+
},
258+
"fx-specific-version": {
259+
"image": "mcr.microsoft.com/devcontainers/base:ubuntu",
260+
"features": {
261+
"fx": {
262+
"version": "35.0.0"
263+
}
264+
}
184265
}
185266
}

0 commit comments

Comments
 (0)