Projeto

Geral

Perfil

Instalação do Atom

Abrir uma janela de terminal e mudar para o usuário root:

# sudo su

Baixar o pacote do Atom para Debian:

Entrar no site https://www.atom.io
Clicar no link do pacote para Debian

Instalar o Atom

# dpkg -i atom-amd64.deb

Configure o Atom:

Inicie o Atom

Menu Edit / Preferences

   Core   / File Encoding / iso-8859-1
   Core   / Send Telemetry to the Atom Team / Do not send

   Editor / Font Family / DejaVu San Mono
   Editor / font Size / 15
   Editor / Show Indent Guide / True
   Editor / Show invisibles / True
   Editor / Tab Type / hard

   Packages / Whitespace / Settings / Remove Trailing Whitespaces / False
   Packages / Welcome / Settings / Show on Startup / False
   Packages / Tree-view / Settings / Hide VCS Ignored Files / False

Menu Edit / Config

Confira se o conteúdo está parecido com isso:

   "*":
     core:
       fileEncoding: "iso88591" 
       telemetryConsent: "no" 
     editor:
       fontFamily: "DejaVu Sans Mono" 
       fontSize: 15
       showIndentGuide: true
       showInvisibles: true
       tabType: "hard" 
     "exception-reporting":
       userId: "<aqui vai o hash do seu usuário>" 
     "tree-view":
       hideVcsIgnoredFiles: false
     welcome:
       showOnStartup: false
     whitespace:
       removeTrailingWhitespace: false

Instalar pacotes adicionais

Menu Edit / Preferences / Install

Procure pelo pacote: "platformio-ide-terminal"

Clique no botão Install

No rodapé da janela do Atom, será inserido um "+". Clique para abrir um terminal shell dentro do Atom.