diff --git a/Dev Environment Setup Guide.md b/Dev Environment Setup Guide.md index 885b332..824a9e5 100644 --- a/Dev Environment Setup Guide.md +++ b/Dev Environment Setup Guide.md @@ -144,6 +144,11 @@ Install the [Remote - SSH](https://marketplace.visualstudio.com/items?itemName=m ![Remote SSH Connection Example](./docs/Dev%20Environment%20Setup%20Guide/Connect%20to%20Remote%20SSH%20Host.gif) +If prompted for a platform, select Linux: + + +![VS Code Select Platform](./docs/Dev%20Environment%20Setup%20Guide/VS%20Code%20Select%20Platform.png) + ## Adding Your SSH Keys to GitHub Because the development machine will be the computer that connects to GitHub, we need to create another SSH key and add it to our GitHub profile: diff --git a/docs/Dev Environment Setup Guide/VS Code Select Platform.png b/docs/Dev Environment Setup Guide/VS Code Select Platform.png new file mode 100644 index 0000000..f69c3ed Binary files /dev/null and b/docs/Dev Environment Setup Guide/VS Code Select Platform.png differ