How can I easily reinstall the ATOM editor?
After uninstalling Atom and reinstalling it, the old one remains, so it will resume as it was.I looked it up on various sites, but somehow the guide window came out first, and I thought it worked, so when I used the editor, it didn't convert my predictions.However, it is written only on the blackboard.•autocomplete-css, •autocomplete-html installation will not work.How do I get back to initialization?I'm not familiar with computers, so please tell me how to easily reinstall them.Thank you for your cooperation.
atom-editor
Isn't it this? An example is Windows, but other operating systems may have similar folders.
In some cases, you may want to reset Atom to "factory defaults", in other words clear all of your configuration and remove all packages. This can easily be done by opening terminal and executing:
C:\>rename%USERPROFILE%\.atom.atom-backup
Once that is complete, you can launch Atom as normal. Everything will be just as if you first installed Atom.
Tip:The command give above doesn't delete the old configuration, just put it somewhere that Atom can't find it. If there are pages of the old configuration you want to retrieve, you can find them in the Reset to factory defaults In some cases, you might want to reset Atom to "factory settings", that is, clear all settings and remove all packages.This can be done easily by opening the terminal and doing the following: Once that is done, you can start Atom as usual.Everything will be as if you installed Atom first. Tip: The above command does not remove the old configuration, it just puts it where Atom cannot find it.If there are parts of the old configuration you want to retrieve, you can find them in the directory.%USERPROFILE%\.atom-backup
%USERPROFILE%\.atom-backup
566 rails db:create error: Could not find mysql2-0.5.4 in any of the sources
884 When building Fast API+Uvicorn environment with PyInstaller, console=False results in an error
577 PHP ssh2_scp_send fails to send files as intended
603 Uncaught (inpromise) Error on Electron: An object could not be cloned
© 2024 OneMinuteCode. All rights reserved.