We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6271693 commit 4d9de17Copy full SHA for 4d9de17
1 file changed
.env-track/config.yaml
@@ -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