Skip to content

Commit a613529

Browse files
committed
build(remote-container): Add Conventional Commits extension
Use this extension to support Conventional Commits https://www.conventionalcommits.org/ https://github.com/vivaxy/vscode-conventional-commits
1 parent c9961c5 commit a613529

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212

1313
// Add the IDs of extensions you want installed when the container is created.
1414
"extensions": [
15+
"vivaxy.vscode-conventional-commits",
1516
"vscjava.vscode-java-pack",
1617
"vscjava.vscode-java-debug",
1718
"vscjava.vscode-java-dependency",

.gitpod.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
image:
22
file: .gitpod.Dockerfile
33

4+
vscode:
5+
extensions:
6+
- [email protected]:ztHr0xX5hkfQilbTTFitFw==
7+
48
tasks:
59
- init: 'echo "TODO: Replace with init/build command"'
610
command: 'echo "TODO: Replace with command to start project"'

0 commit comments

Comments
 (0)