-
Notifications
You must be signed in to change notification settings - Fork 255
Closed
Description
Describe the bug
With the update to 1.19.0 the following settings are automatically added to user settings:
"[dockercompose]": {
"editor.insertSpaces": true,
"editor.tabSize": 2,
"editor.autoIndent": "advanced",
"editor.defaultFormatter": "redhat.vscode-yaml"
},
"[github-actions-workflow]": {
"editor.defaultFormatter": "redhat.vscode-yaml"
},
Expected Behavior
user settings are not changed
Current Behavior
user settings are changed on every start of the extension
Steps to Reproduce
- update or install version 1.19.0
- check user settings (
settings.json)
Environment
- Windows
- Mac
- Linux
- other (please specify)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done