Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoão Moreno <joao.moreno@microsoft.com>2021-11-09 15:24:28 +0300
committerJoão Moreno <joao.moreno@microsoft.com>2021-11-09 15:24:28 +0300
commit5dfa71a9e8605f47c09e5501101a21ae1c38ad26 (patch)
tree965071928c73b837e1dad22f9eda4512d6884908 /.vscode/settings.json
parentace51630a927f5b09248dae3515fb03f23f4b3fa (diff)
fix(git): :bug: git api commands should be registered as contributions
Closes: #111658
Diffstat (limited to '.vscode/settings.json')
-rw-r--r--.vscode/settings.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json
index 5fcdc566ba0..a6cd70e725d 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -85,6 +85,7 @@
"grid",
"splitview",
"table",
- "list"
+ "list",
+ "git"
]
}