From 9d34a217a9399d7786f9799697dc4426d84a4cfa Mon Sep 17 00:00:00 2001 From: John Doty Date: Tue, 24 Aug 2021 15:18:54 -0700 Subject: [PATCH] vscode --- vscode/settings.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/vscode/settings.json b/vscode/settings.json index 2a491d4..c544fac 100644 --- a/vscode/settings.json +++ b/vscode/settings.json @@ -65,5 +65,7 @@ "editor.suggestSelection": "first", "files.associations": { "*.gadget": "thrift" - } + }, + "fb.doctor.kerberos-keychain": true, + "editor.suggest.snippetsPreventQuickSuggestions": false }