modernleft-docs/.obsidian/plugins/github-copilot/data.json

22 lines
467 B
JSON
Raw Normal View History

2025-01-17 02:59:26 +00:00
{
"nodePath": "/usr/bin/node",
"enabled": true,
"hotkeys": {
"accept": "Tab",
"cancel": "Escape",
"request": "Cmd-Shift-/",
"partial": "Cmd-Shift-.",
"next": "Cmd-Shift-ArrowDown",
"disable": "Cmd-Shift-ArrowRight"
},
"suggestionDelay": 500,
"debug": false,
"onlyOnHotkey": false,
"onlyInCodeBlock": false,
"exclude": [],
"deviceSpecificSettings": [
"nodePath"
],
"useDeviceSpecificSettings": false,
"proxy": ""
}