Skip to content

Commit 4d9de17

Browse files
author
Erçetin Güler
committed
Create config.yaml
1 parent 6271693 commit 4d9de17

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

.env-track/config.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
2+
appSettings:
3+
notifications:
4+
showNotifications: true
5+
showStartCommandNotification: true
6+
showEndCommandNotification: true
7+
showErrors: true
8+
autoFocusOnStartCommand: false
9+
showOnlyFavorites: false
10+
commandViewMode: 'normal'
11+
12+
commands:
13+
example:
14+
name: 'Example Command'
15+
description: 'This is an example command'
16+
command: 'echo "Hello, EnvTrack!"'

0 commit comments

Comments
 (0)