Protect pinned workspaces from close actions

This commit is contained in:
austinpower1258 2026-03-20 19:38:24 -07:00
parent d219a41dd0
commit b10cddcb9b
5 changed files with 144 additions and 29 deletions

View file

@ -62649,6 +62649,23 @@
}
}
},
"sidebar.pinnedWorkspaceProtected.tooltip": {
"extractionState": "manual",
"localizations": {
"en": {
"stringUnit": {
"state": "translated",
"value": "Pinned workspace protected from closing. Unpin to close."
}
},
"ja": {
"stringUnit": {
"state": "translated",
"value": "ピン留めされたワークスペースは閉じられません。閉じるにはピンを外してください。"
}
}
}
},
"sidebar.folderIcon.dragHint": {
"extractionState": "manual",
"localizations": {
@ -74882,6 +74899,23 @@
}
}
},
"workspace.closeProtected.message": {
"extractionState": "manual",
"localizations": {
"en": {
"stringUnit": {
"state": "translated",
"value": "Pinned workspaces can't be closed while pinned. Unpin the workspace first."
}
},
"ja": {
"stringUnit": {
"state": "translated",
"value": "ピン留めされたワークスペースは閉じられません。先にピンを外してください。"
}
}
}
},
"workspace.placement.afterCurrent": {
"extractionState": "manual",
"localizations": {