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 6f01d58 commit 3fdb585Copy full SHA for 3fdb585
package.json
@@ -121,10 +121,10 @@
121
"group": "2_projectTree@3"
122
}
123
],
124
- "editor/title/context": [
+ "editor/context": [
125
{
126
"command": "workbench.action.files.toggleActiveEditorReadonlyInSession",
127
- "group": "navigation"
+ "group": "z_commands"
128
129
]
130
},
@@ -159,6 +159,12 @@
159
"group": "navigation"
160
161
162
+ "editor/title/context": [
163
+ {
164
+ "command": "workbench.action.files.toggleActiveEditorReadonlyInSession",
165
+ "group": "navigation"
166
+ }
167
+ ],
168
"view/title": [
169
170
"command": "projectTree.refresh",
0 commit comments