Commit 3ba9120d authored by Peter Wen's avatar Peter Wen Committed by Commit Bot

Add VS Code remote dev link for Chromebooks

Since Googlers may not be able to use ssh in crostini, add a link for an
alternate way to set up VS Code remote development on chromebooks.

Tbr: minor doc change
Bug: None
Change-Id: Ie59e888dca4f7d86522584b012af671f8b544b4e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2246859Reviewed-by: default avatarPeter Wen <wnwen@chromium.org>
Commit-Queue: Peter Wen <wnwen@chromium.org>
Auto-Submit: Peter Wen <wnwen@chromium.org>
Cr-Commit-Position: refs/heads/master@{#779340}
parent 51bdbc67
...@@ -330,6 +330,12 @@ to the listed hostname. It has you choose a folder - use the 'src' folder root. ...@@ -330,6 +330,12 @@ to the listed hostname. It has you choose a folder - use the 'src' folder root.
This will open a new VSCode window in 'Remote' mode. ***Now you can install This will open a new VSCode window in 'Remote' mode. ***Now you can install
extensions specifically for your remote connection, like vscode-clangd, etc.*** extensions specifically for your remote connection, like vscode-clangd, etc.***
#### Chromebooks
For Googlers, [here](http://go/vscode/remote_development_via_web) are
Google-specific instructions for setting up remote development on chromebooks
without using Crostini.
#### Windows & SSH #### Windows & SSH
This currently is difficult on Windows because VSCode remote tools assumes This currently is difficult on Windows because VSCode remote tools assumes
'sshd' is installed, which isn't the case on Windows. If someone figures out 'sshd' is installed, which isn't the case on Windows. If someone figures out
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment