Remove link to obsolete wiki page

This commit is contained in:
gregvanl 2021-06-11 07:21:34 -07:00
Родитель 2c4c72b321
Коммит 47ffd5ba97
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -111,7 +111,7 @@ Our new proxy login dialog is now enabled by default. You can read our [previous
When you start VS Code on Linux or macOS for the first time via the dock or a launcher (and not the terminal), VS Code starts a background process to resolve your shell environment (as defined or changed by `.bashrc` or `.zshrc`). All environment variables detected are then used by VS Code so that starting from a terminal or the dock/launcher does not make any difference, which is important when debugging or executing tasks.
Unfortunately, VS Code does not open until this background process has executed. In order to not block startup for too long, VS Code will begin opening after 10 seconds. In this case, VS Code now informs you that it was unable to resolve the shell environment and offers a link to [learn more](https://github.com/microsoft/vscode/wiki/Resolving-Shell-Environment-is-Slow):
Unfortunately, VS Code does not open until this background process has executed. In order to not block startup for too long, VS Code will begin opening after 10 seconds. In this case, VS Code now informs you that it was unable to resolve the shell environment and offers a link to learn more:
![Shell environment error after being unable to resolve in a reasonable time](images/1_52/shell-env-error.png)