We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 090c517 commit 333db86Copy full SHA for 333db86
.github/workflows/test.yaml
@@ -13,7 +13,7 @@ jobs:
13
strategy:
14
matrix:
15
features:
16
- - terminal-history
+ - terminalhistory
17
baseImage:
18
- debian:latest
19
- ubuntu:latest
src/terminalhistory/devcontainer-feature.json
@@ -1,6 +1,6 @@
1
{
2
"name": "BASH terminal auto history configuration",
3
- "id": "bashconfig",
+ "id": "config",
4
"version": "1.0.0",
5
"description": "Make default BASH terminal nicer",
6
"containerEnv": {
0 commit comments