From 356ed87fa381fb52b126537c6900b9a397789a0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Tue, 5 Feb 2019 16:28:38 +0000 Subject: [PATCH] accept live audio in vscode --- .config/Code/User/settings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.config/Code/User/settings.json b/.config/Code/User/settings.json index b2d3e780..b0267064 100644 --- a/.config/Code/User/settings.json +++ b/.config/Code/User/settings.json @@ -11,5 +11,6 @@ "rust.all_features": true, "rust.goto_def_racer_fallback": true, "explorer.confirmDelete": false, - "yaml.format.enable": true + "yaml.format.enable": true, + "liveshare.audio.joinCallBehavior": "accept" }