From 3b5baddff31b4ae3e76507aaaeb0f620c8547d0d Mon Sep 17 00:00:00 2001 From: Abul Hasan Date: Fri, 19 Jul 2024 10:40:33 +0530 Subject: [PATCH] Update git-quiz.md (#7038) --- git/git-quiz.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/git/git-quiz.md b/git/git-quiz.md index 829cb6bb61..6d54937934 100644 --- a/git/git-quiz.md +++ b/git/git-quiz.md @@ -1455,3 +1455,11 @@ broccoli - [x] You can mark the checklist items as completed - [ ] You can link directly to an issue and show a popup with issue information - [ ] You can reorder the checklist items +- [ ] + +#### Q164. You are building a visual studio code extension and you remember that microsoft has sample code you could learn from. Which search would yield the fewest results while searching all of GitHub for “vscode” repos from “microsoft”? + +- [x] Owner:microsoft repo:vscode +- [ ] Vscode +- [ ] Company:microsoft repo:vscode +- [ ] Microsoft/vscode