79738725

Date: 2025-08-18 12:47:59
Score: 1
Natty:
Report link

you can do with

    {
        "key": "alt+p",
        "command": "workbench.action.pinEditor",
        "when": "!activeEditorIsPinned"
    },
    {
        "key": "alt+p",
        "command": "workbench.action.unpinEditor",
        "when": "activeEditorIsPinned"
    }
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: kubosuke