-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update changelog for hotfix; bump verson;
- Loading branch information
1 parent
9a536bc
commit b55614c
Showing
2 changed files
with
16 additions
and
4 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
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 |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
"email": "[email protected]", | ||
"url": "https://info.dynatrace.com/global_all_wp_dynatrace_services_platform_extensions_fact_sheet_13656_fulfillment.html" | ||
}, | ||
"version": "2.4.0", | ||
"version": "2.4.1", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/dynatrace-extensions/dynatrace-extensions-vscode.git" | ||
|
@@ -321,21 +321,21 @@ | |
"WARN", | ||
"ERROR" | ||
], | ||
"order": 6, | ||
"order": 7, | ||
"scope": "machine", | ||
"default": "INFO" | ||
}, | ||
"dynatraceExtensions.logging.maxFiles": { | ||
"type": "number", | ||
"description": "The maximum number of extension log files (by age) kept on disk (in VSCode global storage).", | ||
"order": 7, | ||
"order": 8, | ||
"scope": "machine", | ||
"default": 10 | ||
}, | ||
"dynatraceExtensions.logging.maxFileSize": { | ||
"type": "number", | ||
"description": "The maximum size of a single extension log file (in MB). When size is exceeded, a new file is started.", | ||
"order": 8, | ||
"order": 9, | ||
"scope": "machine", | ||
"default": 10 | ||
} | ||
|