Skip to content
This repository was archived by the owner on Mar 3, 2023. It is now read-only.
This repository was archived by the owner on Mar 3, 2023. It is now read-only.

sometimes atom resets the config.cson #4770

@despairblue

Description

@despairblue

Copied from here:
That happened a couple of times while working on the currently selected theme in atom. Every couple of theme reloads (after saving one of the less files) I was left with a newly initialized config file.

I noticed this because I deactivated the welcome package and every time the config file is reset the welcome screen opens in all instances and the theme switches to atom dark.

Once one of the instances initialized a new config file, while another instance overwrote it with the old config file again. Because the welcome page opened but when I looked at the config it was the old one with the deactivated welcome package.

@maxbrunsfeld I don't know if it also happens in safe mode, I didn't work in safe mode and I just tried to reproduce it by changing and saving some less files of the current theme, but without success. Maybe has also to do with one atom window being in debug mode and the other not?

This is the config file it reset mine into:

'global':
  'welcome':
    'showOnStartup': false
  'editor': {}
'.js.regexp.source':
  'editor': {}
'.js.source':
  'editor':
    'softWrapAtPreferredLineLength': false
    'softWrap': false
'.gfm.source':
  'editor':
    'softWrap': true
    'softWrapAtPreferredLineLength': false
    'tabLength': 4
  'whitespace':
    'removeTrailingWhitespace': false
'.ini.source':
  'editor': {}

Repro Steps

I don't know how to reproduce this reliably.

Versions

  • Atom: 0.166.0-b4b492a
  • Atom-Shell: 0.19.4
  • OS: linux 3.17.4-1-ARCH
  • Misc
    • apm 0.116.0
    • npm 1.4.4
    • node 0.10.33
    • python 2.7.9
    • git 2.2.1

This report was created in and posted from the Atom editor using the package bug-report v0.5.3.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions