Skip to content

Commit c5d3611

Browse files
committed
UPDATE SETTİNG.JSON
1 parent f5d2f47 commit c5d3611

File tree

2 files changed

+27
-0
lines changed

2 files changed

+27
-0
lines changed

.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!"'

.vscode/settings.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"files.exclude": {
3+
"**/.git": true,
4+
"**/.svn": true,
5+
"**/.hg": true,
6+
"**/CVS": true,
7+
"**/.DS_Store": true,
8+
"**/Thumbs.db": true,
9+
".mule": true
10+
}
11+
}

0 commit comments

Comments
 (0)