Skip to content

Commit ce1bfa7

Browse files
fix: proper renaming
Signed-off-by: Georg Lauterbach <44545919+georglauterbach@users.noreply.github.com>
1 parent fd4f50b commit ce1bfa7

File tree

3 files changed

+13
-5
lines changed

3 files changed

+13
-5
lines changed

src/lang-sh/NOTES.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
## Notes
2+
3+
### Extensions
4+
5+
| Areas | Extension |
6+
| :-------------------- | :------------------------------------------------------------------------------------------------------------------- |
7+
| Bash Language Server | [`mads-hartmann.bash-ide-vscode`](https://marketplace.visualstudio.com/items?itemName=mads-hartmann.bash-ide-vscode) |
8+
| Shell Linter | [`timonwong.shellcheck`](https://marketplace.visualstudio.com/items?itemName=timonwong.shellcheck) |

src/lang-sh/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11

2-
# Programming Language | Bash (lang-bash)
2+
# Programming Language | Bash (lang-sh)
33

44
Work efficiently and effortlessly with Bash
55

66
## Example Usage
77

88
```json
99
"features": {
10-
"ghcr.io/georglauterbach/dev-container-features/lang-bash:0": {}
10+
"ghcr.io/georglauterbach/dev-container-features/lang-sh:0": {}
1111
}
1212
```
1313

@@ -24,4 +24,4 @@ Work efficiently and effortlessly with Bash
2424

2525
---
2626

27-
_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/georglauterbach/dev-container-features/blob/main/src/lang-bash/devcontainer-feature.json). Add additional notes to a `NOTES.md`._
27+
_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/georglauterbach/dev-container-features/blob/main/src/lang-sh/devcontainer-feature.json). Add additional notes to a `NOTES.md`._

src/lang-sh/devcontainer-feature.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
// ref: https://github.com/devcontainers/spec/blob/main/schemas/devContainerFeature.schema.json
22
// cSpell: ignore timonwong
33
{
4-
"id": "lang-bash",
4+
"id": "lang-sh",
55
"version": "0.2.0",
66
"name": "Programming Language | Bash",
7-
"documentationURL": "https://github.com/georglauterbach/dev-container-features/tree/main/src/lang-bash",
7+
"documentationURL": "https://github.com/georglauterbach/dev-container-features/tree/main/src/lang-sh",
88
"description": "Work efficiently and effortlessly with Bash",
99
"options": {
1010
"copy-libbash": {

0 commit comments

Comments
 (0)