vscode: include interop fix in ~/.vscode-server/server-env-setup

This commit is contained in:
Alan Faubert 2021-12-14 17:02:48 -05:00
parent 9c41292587
commit a9e4deab24

View File

@ -1 +1,6 @@
for pid in $(pstree --numeric-sort --show-parents --show-pids $$ | grep --extended-regexp --only-matching '[0-9]+'); do
if [ -S /run/WSL/${pid}_interop ]; then
WSL_INTEROP=/run/WSL/${pid}_interop
fi
done
. ~/.profile