-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: adicionado seção instalação VSCode no Windows
- Loading branch information
1 parent
6fbc370
commit 39cf936
Showing
3 changed files
with
26 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
24 changes: 24 additions & 0 deletions
24
book/cap02-ambientes-desenvolvimento/sec02-2-instalacao-vscode-windows.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# Instalação VSCode | ||
|
||
<div style="text-align: justify"> | ||
|
||
Instalar a IDE VSCode no Windows é bem simples! | ||
|
||
## Passo a passo (Windows) | ||
|
||
1. Acesse a (página oficial de download do VSCode)[https://code.visualstudio.com/download] | ||
2. Selecione uma opção de download conforme imagem abaixo: | ||
- **Botão de download principal (1):** instalação da última versão do VSCode somente para seu usuário | ||
- **User Installer (2):** instalação do VSCode somente para o seu usuário, caso você não tenha permissão de admin na máquina | ||
- **System Installer (3):** instalação do VSCode para todos os usuários (requer permissão de admin) | ||
|
||
```{image} ../img/vscode-download-windows.png | ||
:height: 300 | ||
:name: vscode-download | ||
:align: center | ||
``` | ||
|
||
3. Execute o arquivo baixado | ||
4. Prossiga com todas as opções padrões pré-definidas até o fim da instalação e pronto! | ||
|
||
</div> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.