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 f5d2f47 commit c5d3611Copy full SHA for c5d3611
.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!"'
.vscode/settings.json
@@ -0,0 +1,11 @@
+{
+ "files.exclude": {
+ "**/.git": true,
+ "**/.svn": true,
+ "**/.hg": true,
+ "**/CVS": true,
+ "**/.DS_Store": true,
+ "**/Thumbs.db": true,
+ ".mule": true
+ }
+}
0 commit comments