We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f7058b commit 3a1caa2Copy full SHA for 3a1caa2
package.json
@@ -651,16 +651,16 @@
651
},
652
"editorTitle": {
653
"blame": true,
654
- "fileDiff": true,
655
- "history": true,
656
- "remote": true,
657
- "status": true
+ "fileDiff": false,
+ "history": false,
+ "remote": false,
+ "status": false
658
659
"editorTitleContext": {
660
- "blame": true,
661
662
663
- "remote": true
+ "blame": false,
+ "remote": false
664
665
"explorerContext": {
666
"fileDiff": true,
0 commit comments