vscode: include interop fix in ~/.vscode-server/server-env-setup
This commit is contained in:
parent
9c41292587
commit
a9e4deab24
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user