457 lines
38 KiB
Text
457 lines
38 KiB
Text
|
{
|
||
|
"auto_complete":
|
||
|
{
|
||
|
"selected_items":
|
||
|
[
|
||
|
]
|
||
|
},
|
||
|
"buffers":
|
||
|
[
|
||
|
{
|
||
|
"contents": "Package Control Messages\n========================\n\n\nDebugger\n--------\n\n For setup see https://github.com/daveleroy/sublime_debugger\n \n For a full list of changes see https://github.com/daveleroy/sublime_debugger/commits\n \n Version 0.11.5 - May 25, 2024\n - Renamed `ui_scale` to `font_size` to better reflect what it does\n - Added `internal_width_modifier` to allow adjusting the width of the content if the variables panel is being clipped\n \n \n Version 0.11.3 - May 6, 2024\n - Support for reverse debugging for adapters that support it (@Phaiax)\n - Fixes a compatibility issue with LSP 4070-2.0.1\n \n - gdb: Added a few extra commands for improved reverse debugging support (@Phaiax)\n - python: Changed type to `debugpy` to match vscode and updated to use vscode-python-debugger\n \n \n Version 0.11.2 - April 19, 2024\n - Updated to handle LSP using the 3.8 plugin host (some adapters require LSP)\n \n \n Version 0.11.1 - March 24, 2024\n - Fixes issue with installing adapters\n \n \n Version 0.11.0 - March 23, 2024\n - Added `Debugger: Example Projects` for opening example projects for each adapter\n - Added `internal_font_scale` setting for users who have issues with the font overlapping the ui (#223)\n - Added `always_keep_visible` setting which attempts to always keep the debugger panel open when there is no other output panel\n - The callstack panel now shows the tabs at the bottom like the console\n - Improved the messaging around installing adapters\n - Hide Debugger33 package from PackageControl listings (@narenkarthicktp)\n - Fixes an issue where stepping was targeting the wrong thread\n \n - sublime: initial support for debugging sublime plugins\n \n \n Version 0.10.1 - April 3, 2023\n - Fixes an issue with new versions of vscode-js-debug\n \n \n Version 0.10.0 - April 1, 2023\n - Initial support for viewing and stepping through disassembly (not all adapters support this)\n - Fixes a few issues with how multiple simultaneous debug sessions are hanled\n - All adapters are now packaged on github instead of taking some from openvsx since the openvsx api can be really slow\n - LSP-json schema now issues an error message when an adapter type is not installed\n - A number of minor layout and color tweaks to make the ui fit better with the default adaptive theme\n \n - ruby: Switched to rdbg instead of readapt since that seems like the official dap server\n - go: Support for `env` configuration option and default `cwd` to `${folder}`\n \n \n Version 0.9.3 - Feb 4, 2023\n - Minor improvements to the variables/watch display\n - Show duplicate lines in the console with a counter\n - Show none stderr/stdout output events as blue\n - Fixes an issue with the java adapter (@LDAP)\n \n \n Version 0.9.2 - Jan 19, 2023\n - Fixes issue with Debugger unintentionally stealing command + click\n \n \n Version 0.9.1 - Jan 15, 2023\n - Fixes issue with latest release\n \n \n Version 0.9.0 - Jan 14, 2023\n - Add location information to some error messages such as launch errors which point to the configuration being run\n - Improved validation of configurations\n \n - Generate better html for clickable item to reduce unnecessary html elements\n - Optimize the size of image assets with pngquant\n - Optimize html and css generation\n - Delay resizing the ui until the layout stop changing\n \n - Fixes a few issues with stderr from the adapter not being logged correctly when a transport ends unexpectedly\n - Fixes an issue where the debugger output panel was being forced to be too tall (you may need to delete the cached values in your workspace file)\n - Fixes an issue with setting breakpoints in some adapters\n \n \n Version 0.8.4 - Nov 19, 2022\n - Changed how debugger console panels deal with extra vertical space\n - Integrated terminals tab now appear next to the console tab instead of after the callstack tab\n - Improvements to the protocol logging\n - If the session ends unexpectedly then log anything from the transports stde
|
||
|
"settings":
|
||
|
{
|
||
|
"buffer_size": 15239,
|
||
|
"line_ending": "Unix",
|
||
|
"name": "Package Control Messages",
|
||
|
"read_only": true,
|
||
|
"scratch": true
|
||
|
},
|
||
|
"undo_stack":
|
||
|
[
|
||
|
[
|
||
|
1,
|
||
|
1,
|
||
|
"package_control_message",
|
||
|
{
|
||
|
"message": "\n\nDebugger\n--------\n\n For setup see https://github.com/daveleroy/sublime_debugger\n \n For a full list of changes see https://github.com/daveleroy/sublime_debugger/commits\n \n Version 0.11.5 - May 25, 2024\n - Renamed `ui_scale` to `font_size` to better reflect what it does\n - Added `internal_width_modifier` to allow adjusting the width of the content if the variables panel is being clipped\n \n \n Version 0.11.3 - May 6, 2024\n - Support for reverse debugging for adapters that support it (@Phaiax)\n - Fixes a compatibility issue with LSP 4070-2.0.1\n \n - gdb: Added a few extra commands for improved reverse debugging support (@Phaiax)\n - python: Changed type to `debugpy` to match vscode and updated to use vscode-python-debugger\n \n \n Version 0.11.2 - April 19, 2024\n - Updated to handle LSP using the 3.8 plugin host (some adapters require LSP)\n \n \n Version 0.11.1 - March 24, 2024\n - Fixes issue with installing adapters\n \n \n Version 0.11.0 - March 23, 2024\n - Added `Debugger: Example Projects` for opening example projects for each adapter\n - Added `internal_font_scale` setting for users who have issues with the font overlapping the ui (#223)\n - Added `always_keep_visible` setting which attempts to always keep the debugger panel open when there is no other output panel\n - The callstack panel now shows the tabs at the bottom like the console\n - Improved the messaging around installing adapters\n - Hide Debugger33 package from PackageControl listings (@narenkarthicktp)\n - Fixes an issue where stepping was targeting the wrong thread\n \n - sublime: initial support for debugging sublime plugins\n \n \n Version 0.10.1 - April 3, 2023\n - Fixes an issue with new versions of vscode-js-debug\n \n \n Version 0.10.0 - April 1, 2023\n - Initial support for viewing and stepping through disassembly (not all adapters support this)\n - Fixes a few issues with how multiple simultaneous debug sessions are hanled\n - All adapters are now packaged on github instead of taking some from openvsx since the openvsx api can be really slow\n - LSP-json schema now issues an error message when an adapter type is not installed\n - A number of minor layout and color tweaks to make the ui fit better with the default adaptive theme\n \n - ruby: Switched to rdbg instead of readapt since that seems like the official dap server\n - go: Support for `env` configuration option and default `cwd` to `${folder}`\n \n \n Version 0.9.3 - Feb 4, 2023\n - Minor improvements to the variables/watch display\n - Show duplicate lines in the console with a counter\n - Show none stderr/stdout output events as blue\n - Fixes an issue with the java adapter (@LDAP)\n \n \n Version 0.9.2 - Jan 19, 2023\n - Fixes issue with Debugger unintentionally stealing command + click\n \n \n Version 0.9.1 - Jan 15, 2023\n - Fixes issue with latest release\n \n \n Version 0.9.0 - Jan 14, 2023\n - Add location information to some error messages such as launch errors which point to the configuration being run\n - Improved validation of configurations\n \n - Generate better html for clickable item to reduce unnecessary html elements\n - Optimize the size of image assets with pngquant\n - Optimize html and css generation\n - Delay resizing the ui until the layout stop changing\n \n - Fixes a few issues with stderr from the adapter not being logged correctly when a transport ends unexpectedly\n - Fixes an issue where the debugger output panel was being forced to be too tall (you may need to delete the cached values in your workspace file)\n - Fixes an issue with setting breakpoints in some adapters\n \n \n Version 0.8.4 - Nov 19, 2022\n - Changed how debugger console panels deal with extra vertical space\n - Integrated terminals tab now appear next to the console tab instead of after the callstack tab\n - Improvements to the protocol logging\n - If the session ends unexpectedly then log anything from the transports stderr to the console\n - Add `debugger_configuration
|
||
|
},
|
||
|
"AQAAAAAAAAAAAAAAhzsAAAAAAAAAAAAA",
|
||
|
"AQAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPC/"
|
||
|
]
|
||
|
]
|
||
|
},
|
||
|
{
|
||
|
"file": "main.go",
|
||
|
"settings":
|
||
|
{
|
||
|
"buffer_size": 1868,
|
||
|
"encoding": "UTF-8",
|
||
|
"line_ending": "Unix"
|
||
|
},
|
||
|
"undo_stack":
|
||
|
[
|
||
|
[
|
||
|
9,
|
||
|
1,
|
||
|
"insert",
|
||
|
{
|
||
|
"characters": "\ne."
|
||
|
},
|
||
|
"BAAAADAEAAAAAAAAMQQAAAAAAAAAAAAAMQQAAAAAAAAyBAAAAAAAAAAAAAAyBAAAAAAAADMEAAAAAAAAAAAAADMEAAAAAAAANAQAAAAAAAAAAAAA",
|
||
|
"AgAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPC/AAAAAAEAAAAwBAAAAAAAADAEAAAAAAAAAAAAAAAA8L8"
|
||
|
],
|
||
|
[
|
||
|
10,
|
||
|
1,
|
||
|
"insert",
|
||
|
{
|
||
|
"characters": "POS"
|
||
|
},
|
||
|
"AwAAADQEAAAAAAAANQQAAAAAAAAAAAAANQQAAAAAAAA2BAAAAAAAAAAAAAA2BAAAAAAAADcEAAAAAAAAAAAAAA",
|
||
|
"AgAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPC/AAAAAAEAAAA0BAAAAAAAADQEAAAAAAAAAAAAAAAA8L8"
|
||
|
],
|
||
|
[
|
||
|
11,
|
||
|
1,
|
||
|
"cut",
|
||
|
null,
|
||
|
"AQAAADEEAAAAAAAAMQQAAAAAAAAHAAAACWUuUE9TCg",
|
||
|
"AgAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPC/AAAAAAEAAAA3BAAAAAAAADcEAAAAAAAAAAAAAAAA8L8"
|
||
|
],
|
||
|
[
|
||
|
7,
|
||
|
1,
|
||
|
"insert",
|
||
|
{
|
||
|
"characters": "\ne.GE"
|
||
|
},
|
||
|
"BgAAADAEAAAAAAAAMQQAAAAAAAAAAAAAMQQAAAAAAAAyBAAAAAAAAAAAAAAyBAAAAAAAADMEAAAAAAAAAAAAADMEAAAAAAAANAQAAAAAAAAAAAAANAQAAAAAAAA1BAAAAAAAAAAAAAA1BAAAAAAAADYEAAAAAAAAAAAAAA",
|
||
|
"AQAAAAAAAAABAAAAMAQAAAAAAAAwBAAAAAAAAAAAAAAAAPC/"
|
||
|
],
|
||
|
[
|
||
|
8,
|
||
|
3,
|
||
|
"left_delete",
|
||
|
null,
|
||
|
"AwAAADUEAAAAAAAANQQAAAAAAAABAAAARTQEAAAAAAAANAQAAAAAAAABAAAARzMEAAAAAAAAMwQAAAAAAAABAAAALg",
|
||
|
"AQAAAAAAAAABAAAANgQAAAAAAAA2BAAAAAAAAAAAAAAAAPC/"
|
||
|
],
|
||
|
[
|
||
|
9,
|
||
|
1,
|
||
|
"insert",
|
||
|
{
|
||
|
"characters": ".P"
|
||
|
},
|
||
|
"AgAAADMEAAAAAAAANAQAAAAAAAAAAAAANAQAAAAAAAA1BAAAAAAAAAAAAAA",
|
||
|
"AQAAAAAAAAABAAAAMwQAAAAAAAAzBAAAAAAAAAAAAAAAAPC/"
|
||
|
],
|
||
|
[
|
||
|
10,
|
||
|
1,
|
||
|
"left_delete",
|
||
|
null,
|
||
|
"AQAAADQEAAAAAAAANAQAAAAAAAABAAAAUA",
|
||
|
"AQAAAAAAAAABAAAANQQAAAAAAAA1BAAAAAAAAAAAAAAAAPC/"
|
||
|
],
|
||
|
[
|
||
|
12,
|
||
|
1,
|
||
|
"left_delete",
|
||
|
null,
|
||
|
"AQAAADQEAAAAAAAANAQAAAAAAAABAAAACg",
|
||
|
"AQAAAAAAAAABAAAANQQAAAAAAAA1BAAAAAAAAAAAAAAAAEVA"
|
||
|
],
|
||
|
[
|
||
|
13,
|
||
|
1,
|
||
|
"insert",
|
||
|
{
|
||
|
"characters": "\n"
|
||
|
},
|
||
|
"AgAAADQEAAAAAAAANQQAAAAAAAAAAAAANQQAAAAAAAA2BAAAAAAAAAAAAAA",
|
||
|
"AQAAAAAAAAABAAAANAQAAAAAAAA0BAAAAAAAAAAAAAAAAPC/"
|
||
|
],
|
||
|
[
|
||
|
16,
|
||
|
1,
|
||
|
"left_delete",
|
||
|
null,
|
||
|
"AgAAADMEAAAAAAAAMwQAAAAAAAABAAAALjQEAAAAAAAANAQAAAAAAAABAAAACQ",
|
||
|
"AQAAAAAAAAABAAAANAQAAAAAAAA0BAAAAAAAAAAAAAAAAPC/"
|
||
|
],
|
||
|
[
|
||
|
17,
|
||
|
1,
|
||
|
"insert",
|
||
|
{
|
||
|
"characters": "."
|
||
|
},
|
||
|
"AQAAADMEAAAAAAAANAQAAAAAAAAAAAAA",
|
||
|
"AQAAAAAAAAABAAAAMwQAAAAAAAAzBAAAAAAAAAAAAAAAAPC/"
|
||
|
],
|
||
|
[
|
||
|
79,
|
||
|
1,
|
||
|
"insert_completion",
|
||
|
{
|
||
|
"completion": "lsp_select_completion {\"index\":29,\"session_name\":\"gopls\"}",
|
||
|
"format": "command",
|
||
|
"keep_prefix": true,
|
||
|
"must_insert": true,
|
||
|
"query_change_id":
|
||
|
[
|
||
|
14,
|
||
|
17,
|
||
|
1
|
||
|
],
|
||
|
"trigger": "GET"
|
||
|
},
|
||
|
"AQAAADQEAAAAAAAAOQQAAAAAAAAAAAAA",
|
||
|
"AQAAAAAAAAABAAAANAQAAAAAAAA0BAAAAAAAAAAAAAAAAPC/"
|
||
|
],
|
||
|
[
|
||
|
84,
|
||
|
2,
|
||
|
"left_delete",
|
||
|
null,
|
||
|
"AgAAADEEAAAAAAAAMQQAAAAAAAAIAAAACWUuR0VUKCkwBAAAAAAAADAEAAAAAAAAAQAAAAo",
|
||
|
"AQAAAAAAAAABAAAAOQQAAAAAAAAxBAAAAAAAAAAAAAAAAPC/"
|
||
|
]
|
||
|
]
|
||
|
}
|
||
|
],
|
||
|
"build_system": "",
|
||
|
"build_system_choices":
|
||
|
[
|
||
|
],
|
||
|
"build_varint": "",
|
||
|
"command_palette":
|
||
|
{
|
||
|
"height": 0.0,
|
||
|
"last_filter": "",
|
||
|
"selected_items":
|
||
|
[
|
||
|
[
|
||
|
"debugger",
|
||
|
"Debugger: Install Adapters"
|
||
|
],
|
||
|
[
|
||
|
"install",
|
||
|
"Package Control: Install Package"
|
||
|
],
|
||
|
[
|
||
|
"Settings",
|
||
|
"Preferences: LSP Settings"
|
||
|
],
|
||
|
[
|
||
|
"Install",
|
||
|
"Package Control: Install Package"
|
||
|
],
|
||
|
[
|
||
|
"settings",
|
||
|
"Preferences: Settings"
|
||
|
]
|
||
|
],
|
||
|
"width": 0.0
|
||
|
},
|
||
|
"console":
|
||
|
{
|
||
|
"height": 0.0,
|
||
|
"history":
|
||
|
[
|
||
|
]
|
||
|
},
|
||
|
"distraction_free":
|
||
|
{
|
||
|
"menu_visible": true,
|
||
|
"show_minimap": false,
|
||
|
"show_open_files": false,
|
||
|
"show_tabs": false,
|
||
|
"side_bar_visible": false,
|
||
|
"status_bar_visible": false
|
||
|
},
|
||
|
"expanded_folders":
|
||
|
[
|
||
|
"/Users/atridad/Developer/atridadl/atri.dad",
|
||
|
"/Users/atridad/Developer/atridadl/atri.dad/api",
|
||
|
"/Users/atridad/Developer/atridadl/atri.dad/lib"
|
||
|
],
|
||
|
"file_history":
|
||
|
[
|
||
|
"/Users/atridad/Developer/atridadl/atri.dad/content/editor-setup-2024.md"
|
||
|
],
|
||
|
"find":
|
||
|
{
|
||
|
"height": 24.0
|
||
|
},
|
||
|
"find_in_files":
|
||
|
{
|
||
|
"height": 98.0,
|
||
|
"where_history":
|
||
|
[
|
||
|
""
|
||
|
]
|
||
|
},
|
||
|
"find_state":
|
||
|
{
|
||
|
"case_sensitive": false,
|
||
|
"find_history":
|
||
|
[
|
||
|
"zed"
|
||
|
],
|
||
|
"highlight": true,
|
||
|
"in_selection": false,
|
||
|
"preserve_case": false,
|
||
|
"regex": false,
|
||
|
"replace_history":
|
||
|
[
|
||
|
],
|
||
|
"reverse": false,
|
||
|
"scrollbar_highlights": true,
|
||
|
"show_context": true,
|
||
|
"use_buffer2": true,
|
||
|
"use_gitignore": true,
|
||
|
"whole_word": false,
|
||
|
"wrap": true
|
||
|
},
|
||
|
"groups":
|
||
|
[
|
||
|
{
|
||
|
"sheets":
|
||
|
[
|
||
|
{
|
||
|
"buffer": 0,
|
||
|
"selected": true,
|
||
|
"semi_transient": false,
|
||
|
"settings":
|
||
|
{
|
||
|
"buffer_size": 15239,
|
||
|
"regions":
|
||
|
{
|
||
|
},
|
||
|
"selection":
|
||
|
[
|
||
|
[
|
||
|
15239,
|
||
|
15239
|
||
|
]
|
||
|
],
|
||
|
"settings":
|
||
|
{
|
||
|
"auto_complete": false,
|
||
|
"auto_indent": false,
|
||
|
"gutter": false,
|
||
|
"lsp_uri": "buffer:78",
|
||
|
"syntax": "Packages/Text/Plain text.tmLanguage",
|
||
|
"tab_width": 2,
|
||
|
"word_wrap": true
|
||
|
},
|
||
|
"translation.x": 0.0,
|
||
|
"translation.y": 0.0,
|
||
|
"zoom_level": 1.0
|
||
|
},
|
||
|
"stack_index": 0,
|
||
|
"stack_multiselect": false,
|
||
|
"type": "text"
|
||
|
},
|
||
|
{
|
||
|
"buffer": 1,
|
||
|
"file": "main.go",
|
||
|
"semi_transient": false,
|
||
|
"settings":
|
||
|
{
|
||
|
"buffer_size": 1868,
|
||
|
"regions":
|
||
|
{
|
||
|
},
|
||
|
"selection":
|
||
|
[
|
||
|
[
|
||
|
1072,
|
||
|
1072
|
||
|
]
|
||
|
],
|
||
|
"settings":
|
||
|
{
|
||
|
"auto_complete_triggers":
|
||
|
[
|
||
|
{
|
||
|
"characters": "<",
|
||
|
"selector": "text.html, text.xml"
|
||
|
},
|
||
|
{
|
||
|
"rhs_empty": true,
|
||
|
"selector": "punctuation.accessor"
|
||
|
},
|
||
|
{
|
||
|
"characters": ".",
|
||
|
"selector": "meta.tag, source - comment - string.quoted.double.block - string.quoted.single.block - string.unquoted.heredoc",
|
||
|
"server": "gopls"
|
||
|
}
|
||
|
],
|
||
|
"lsp_active": true,
|
||
|
"lsp_uri": "file:///Users/atridad/Developer/atridadl/atri.dad/main.go",
|
||
|
"show_definitions": false,
|
||
|
"syntax": "Packages/Go/Go.sublime-syntax",
|
||
|
"tab_size": 4,
|
||
|
"translate_tabs_to_spaces": false
|
||
|
},
|
||
|
"translation.x": 0.0,
|
||
|
"translation.y": 245.0,
|
||
|
"zoom_level": 1.0
|
||
|
},
|
||
|
"stack_index": 1,
|
||
|
"stack_multiselect": false,
|
||
|
"type": "text"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
],
|
||
|
"incremental_find":
|
||
|
{
|
||
|
"height": 24.0
|
||
|
},
|
||
|
"input":
|
||
|
{
|
||
|
"height": 36.0
|
||
|
},
|
||
|
"layout":
|
||
|
{
|
||
|
"cells":
|
||
|
[
|
||
|
[
|
||
|
0,
|
||
|
0,
|
||
|
1,
|
||
|
1
|
||
|
]
|
||
|
],
|
||
|
"cols":
|
||
|
[
|
||
|
0.0,
|
||
|
1.0
|
||
|
],
|
||
|
"rows":
|
||
|
[
|
||
|
0.0,
|
||
|
1.0
|
||
|
]
|
||
|
},
|
||
|
"menu_visible": true,
|
||
|
"output.LSP Log Panel":
|
||
|
{
|
||
|
"height": 0.0
|
||
|
},
|
||
|
"output.diagnostics":
|
||
|
{
|
||
|
"height": 0.0
|
||
|
},
|
||
|
"output.find_results":
|
||
|
{
|
||
|
"height": 0.0
|
||
|
},
|
||
|
"output.mdpopups":
|
||
|
{
|
||
|
"height": 0.0
|
||
|
},
|
||
|
"pinned_build_system": "",
|
||
|
"project": "atri.dad.sublime-project",
|
||
|
"replace":
|
||
|
{
|
||
|
"height": 44.0
|
||
|
},
|
||
|
"save_all_on_build": true,
|
||
|
"select_file":
|
||
|
{
|
||
|
"height": 0.0,
|
||
|
"last_filter": "",
|
||
|
"selected_items":
|
||
|
[
|
||
|
],
|
||
|
"width": 0.0
|
||
|
},
|
||
|
"select_project":
|
||
|
{
|
||
|
"height": 0.0,
|
||
|
"last_filter": "",
|
||
|
"selected_items":
|
||
|
[
|
||
|
],
|
||
|
"width": 0.0
|
||
|
},
|
||
|
"select_symbol":
|
||
|
{
|
||
|
"height": 0.0,
|
||
|
"last_filter": "",
|
||
|
"selected_items":
|
||
|
[
|
||
|
],
|
||
|
"width": 0.0
|
||
|
},
|
||
|
"selected_group": 0,
|
||
|
"settings":
|
||
|
{
|
||
|
},
|
||
|
"show_minimap": true,
|
||
|
"show_open_files": false,
|
||
|
"show_tabs": true,
|
||
|
"side_bar_visible": true,
|
||
|
"side_bar_width": 150.0,
|
||
|
"status_bar_visible": true,
|
||
|
"template_settings":
|
||
|
{
|
||
|
}
|
||
|
}
|