Skip to content

Commit cefff13

Browse files
committed
Adds the General Issues section to the Troubleshooting Guide for Docker
1 parent 3633805 commit cefff13

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/prework/setup/docker.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,18 @@ Congratulations! You have installed your local working environment.
200200

201201
We hope you set up your local working environment smoothly! However, we know problems may happen, so please follow this guide in case you find any issues during the installation process.
202202

203+
### General Issues
204+
205+
The following issues may occur on any operating system.
206+
207+
* Some Pioneers reported that they are getting this message from the Docker terminal in VS Code.
208+
209+
```text
210+
The connection to the terminal's pty host process is unresponsive, the terminals may stop working.
211+
```
212+
213+
The solution to this issue, is to uninstall VS Code and install the Insiders version. You can download this version [from this page](https://code.visualstudio.com/insiders/).
214+
203215
### Linux Issues
204216
205217
* If while opening the Docker container in VS Code, you get an error message that says `View container 'remote' requires 'enabledApiProposals: ["contribViewsRemote"]' to be added to 'Remote'.` You may uninstall VS Code and install the Insiders version. You can download this version [from this page](https://code.visualstudio.com/insiders/). To learn more about why this issue may happen, please read the [Using Proposed API article](https://code.visualstudio.com/api/advanced-topics/using-proposed-api) from the Visual Studio Code documentation.

0 commit comments

Comments
 (0)