Describe the bug
After updating to ZE 2.8.1, a superfluous zowe.settings.version setting is being added to all my VS Code settings.json files.
To Reproduce
- Open a folder in VS Code that contains a
.vscode/settings.json file like this repo itself
- Notice that a
zowe.settings.version property gets added
Expected behavior
The zowe.settings.version property should be updated if it already exists in the workspace settings, but not added if it is missing:
https://github.com/zowe/vscode-extension-for-zowe/blob/20ae8222bc387c53ef16dd2fd6ef98f5f4d52591/packages/zowe-explorer/src/utils/SettingsConfig.ts#L110-L112
Describe the bug
After updating to ZE 2.8.1, a superfluous
zowe.settings.versionsetting is being added to all my VS Codesettings.jsonfiles.To Reproduce
.vscode/settings.jsonfile like this repo itselfzowe.settings.versionproperty gets addedExpected behavior
The
zowe.settings.versionproperty should be updated if it already exists in the workspace settings, but not added if it is missing:https://github.com/zowe/vscode-extension-for-zowe/blob/20ae8222bc387c53ef16dd2fd6ef98f5f4d52591/packages/zowe-explorer/src/utils/SettingsConfig.ts#L110-L112