This commit is contained in:
Joao Moreno 2019-07-01 11:12:53 +02:00
Родитель 974e2d9ffc
Коммит e2aca99f88
2 изменённых файлов: 11 добавлений и 0 удалений

Просмотреть файл

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6a9a3d898d3889e6d0cd3d1100852d23b3eb44e8df063f3ee653640707bdad1f
size 175542

Просмотреть файл

@ -89,6 +89,14 @@ The file watcher now uses polling on the WSL side. This fixes the issue that ren
## SSH
### Experimental ARMv7l Linux support
Support for ARMv7l 32-bit is available in VS Code Insiders (https://code.visualstudio.com/insiders/). This means you can now connect to a Raspberry Pi 2/3 via SSH and edit files using VS Code.
![Local terminal](images/1_36/rpi.png)
We are holding this back from the stable release to allow for extension authors to catch up with the additional platform, see [Supporting Remote Development](/api/advanced-topics/remote-extensions.md) for details.
### Improve password auth experience
If you are using password auth or a 2FA verification code to log into your remote host, VS Code should automatically prompt you for your password or code and you no longer need to set the `"remote.SSH.showLoginTerminal": true` setting. You will need to enter your password or code two times (down from three times). [Authenticating with an SSH key](/docs/remote/troubleshooting#_configuring-key-based-authentication) is still a better experience.