Development Tip

Atom의 시작 화면을 제거하는 방법

yourdevel 2020. 11. 21. 09:12
반응형

Atom의 시작 화면을 제거하는 방법


여기에 이미지 설명 입력인터넷을 검색했는데 솔루션이 너무 복잡합니다. "Welcome Guide"화면을 쉽게 제거 할 수있는 방법이 있습니까?


두 가지 해결책이 있습니다. 나는 당신이 "제거하기 위해"라고 말할 때 두 번째가 최고라고 생각한다.

  1. 플러그인 Show On Startup구성 Welcome( Settings» Packages» welcome) 의 옵션을 선택 취소하면 시작할 때 (또는 새 창을 열 때) 화면이 Atom표시되지 않지만 여전히 플러그인을로드합니다.WelcomeAtom

Atom 시작 플러그인 '시작시 표시'설정

  1. Welcome플러그인 ( Settings» Packages» welcome) 을 비활성화하면 Atom로드하지 않고 (메모리 절약) Welcome화면을 표시하지 않습니다 (어떤 상황에서도).

Atom 환영 플러그인 정보 패널]


On OS X, you go to menu AtomPreferencesPackages and then you have to either find Welcome in the Core Packages or use the filter. You can't get there by going directly to packages in the top nav. Crazy.


The easiest way that worked for me is when the welcome page appears, uncheck the Show welcome guide when open. For clarification Here is the image


I am running Linux Mint and I deselected to "show on startup" and turned off telemetry, but for some reason was never saved and always showed. Even going through preferences did nothing for me to fix the issue. This was the only thing that fixed it for me was creating a config file for it in my home directory under the .atom directory.

cat ~/.atom/config.cson "*": core: telemetryConsent: "no" welcome: showOnStartup: false

There are other values for this file, but these should turn off the Welcome screen and Telemetry if it keeps showing up for you.


It sounds pretty trivial, but after disabling the welcome guide from the welcome page,

여기에 이미지 설명 입력

and restarting Atom you may still see the welcome guide if you didn't close the page and have the "Restore Previous Windows On Start" (under SettingsCore) set to "yes" or "always":

여기에 이미지 설명 입력

Simply make sure to close the welcome guide before you restart Atom (or if you do not want to have windows restored you can also change that option to "no").

참고URL : https://stackoverflow.com/questions/41342121/how-to-get-rid-of-atoms-welcome-screen

반응형