-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: recommend settings for log viewer (#487)
- Loading branch information
Showing
2 changed files
with
37 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,8 @@ | |
"Juozas Gaigalas <[email protected]>", | ||
"Alexander <[email protected]>", | ||
"Taras Novak <[email protected]>", | ||
"Leonardo Murillo <[email protected]>" | ||
"Leonardo Murillo <[email protected]>", | ||
"Seth Falco <[email protected]>" | ||
], | ||
"publisher": "weaveworks", | ||
"icon": "resources/icons/gitops-logo.png", | ||
|
@@ -321,6 +322,11 @@ | |
"type": "string", | ||
"default": "60", | ||
"description": "Seconds until SIGTERM for every shell exec (except `kubectl proxy`). Set to 0 for no timeout." | ||
}, | ||
"gitops.ignoreConfigRecommendations": { | ||
"type": "boolean", | ||
"default": false, | ||
"description": "Stop recommending changes to editor or extension settings." | ||
} | ||
} | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters