vscode extension periodically erases setting.json

Issue #548 new
Ben Orgil created an issue

I have an issue with the extension (https://marketplace.visualstudio.com/items?itemName=Atlassian.atlascode\).

Periodically my vscode settings json is completely clobbered by this extension it seems. 

All of my settings are gone except for this extension's config:

{"atlascode.jira.jqlList": [{"id": "xxxxxxx","enabled": true,"name": "xxxxxxx","query": "assignee = currentUser() AND resolution = Unresolved ORDER BY lastViewed DESC","siteId": "xxxxxxx","monitor": true}],"yaml.schemas": {"file:///Users/xxxxxxx/.vscode/extensions/atlassian.atlascode-2.8.5/resources/schemas/pipelines-schema.json": "bitbucket-pipelines.yml"}}

I need to copy back my settings every few weeks. Any idea what could be causing this? I’m blaming the extension because its literally the only config in setting.json when this happens.

Comments (0)

  1. Log in to comment