From c3e82f8c2d8ad40491108398959751e50b5eaa0f Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Mon, 18 Apr 2022 18:58:02 -0300 Subject: [PATCH] Fix code live-share bug --- dotfiles/.zshrc_exports | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dotfiles/.zshrc_exports b/dotfiles/.zshrc_exports index 1744634..e0c33d1 100644 --- a/dotfiles/.zshrc_exports +++ b/dotfiles/.zshrc_exports @@ -18,3 +18,5 @@ export R_LIBS_USER=$HOME/.config/R/library export R_HISTFILE=$HOME/.config/R/.Rhistory export QT_QPA_PLATFORMTHEME=gtk2 + +export DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=1