mirror of
https://github.com/hexedtech/codemp-sublime.git
synced 2024-11-22 06:44:48 +01:00
7609cecd40
Former-commit-id: 9271a8624685426267982e0a10a98962acddbdd7
45 lines
No EOL
1.1 KiB
Text
45 lines
No EOL
1.1 KiB
Text
[
|
|
{ "caption": "Preferences: Codemp Client Settings",
|
|
"command": "edit_settings",
|
|
"args": {
|
|
"base_file": "${packages}/CodempClient/CodempClient.sublime-settings",
|
|
"default": "{\n\t$0\n}\n"
|
|
}
|
|
},
|
|
{ "caption": "Preferences: Codemp Client Key Bindings",
|
|
"command": "edit_settings",
|
|
"args": {
|
|
"base_file": "${packages}/CodempClient/Default (${platform}).sublime-keymap",
|
|
"default": "[\n\t$0\n]\n"
|
|
}
|
|
},
|
|
{ "caption": "Codemp: Open Readme",
|
|
"command": "open_file",
|
|
"args": {
|
|
"file": "${packages}/CodempClient/README.md"
|
|
}
|
|
},
|
|
{
|
|
"caption": "Codemp: Connect",
|
|
// # on_window_command, does not trigger when called from the command palette
|
|
// # See: https://github.com/sublimehq/sublime_text/issues/2234
|
|
"command": "proxy_codemp_connect",
|
|
"args": {
|
|
// "server_host": "http://[::1]:50051"
|
|
}
|
|
},
|
|
{
|
|
"caption": "Codemp: Share",
|
|
"command": "proxy_codemp_share",
|
|
"arg": {
|
|
//
|
|
}
|
|
},
|
|
{
|
|
"caption": "Codemp: Join",
|
|
"command": "proxy_codemp_join",
|
|
"arg": {
|
|
//
|
|
}
|
|
},
|
|
] |