files.json 311 B

1234567891011121314
  1. {
  2. "title": "File Editor Tooltips",
  3. "description": "File editor tooltip settings.",
  4. "jupyter.lab.shortcuts": [
  5. {
  6. "command": "tooltip:launch-file",
  7. "keys": ["Shift Tab"],
  8. "selector": ".jp-FileEditor"
  9. }
  10. ],
  11. "properties": {},
  12. "additionalProperties": false,
  13. "type": "object"
  14. }