-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathDefault.sublime-commands
74 lines (74 loc) · 2.52 KB
/
Default.sublime-commands
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
[
{
"caption": "Wolfram Language: Settings",
"command": "edit_settings",
"args": {
"base_file": "${packages}/WolframLanguage/WolframLanguage.sublime-settings",
"default": "{\n$0\n}\n"
}
},
{
"caption": "Wolfram Language: Download Wolfram Engine",
"command": "wolfram_language_open_site",
"args": {
"url": "https://www.wolfram.com/engine/"
}
}
// ,
// BEGIN_DEBUG
// {
// "caption": "Wolfram Language: Enable Bracket Matcher Debug Mode",
// "command": "lsp_execute",
// "args": {"session_name": "wolfram", "command_name": "enable_bracket_matcher_debug_mode", "command_args":[]}
// }
// ,
// {
// "caption": "Wolfram Language: Disable Bracket Matcher Debug Mode",
// "command": "lsp_execute",
// "args": {"session_name": "wolfram", "command_name": "disable_bracket_matcher_debug_mode", "command_args":[]}
// }
// ,
// {
// "caption": "Wolfram Language: Enable Bracket Matcher Design Colors",
// "command": "lsp_execute",
// "args": {"session_name": "wolfram", "command_name": "enable_bracket_matcher_design_colors", "command_args":[]}
// }
// ,
// {
// "caption": "Wolfram Language: Disable Bracket Matcher Design Colors",
// "command": "lsp_execute",
// "args": {"session_name": "wolfram", "command_name": "disable_bracket_matcher_design_colors", "command_args":[]}
// }
// ,
// {
// "caption": "Wolfram Language: Enable Bracket Matcher Display Insertion Text",
// "command": "lsp_execute",
// "args": {"session_name": "wolfram", "command_name": "enable_bracket_matcher_display_insertion_text", "command_args":[]}
// }
// ,
// {
// "caption": "Wolfram Language: Disable Bracket Matcher Display Insertion Text",
// "command": "lsp_execute",
// "args": {"session_name": "wolfram", "command_name": "disable_bracket_matcher_display_insertion_text", "command_args":[]}
// }
// ,
// {
// "caption": "Wolfram Language: Roundtrip Timing Test",
// "command": "round_trip_timing",
// "args": []
// }
// ,
// {
// "caption": "Wolfram Language: Pingpong Test",
// "command": "ping_pong",
// "args": []
// }
// ,
// {
// "caption": "Wolfram Language: Payload Timing Test",
// "command": "payload_timing",
// "args": []
// }
// ,
// END_DEBUG
]