lapce/cargo_config

183 lines
5.9 KiB
Plaintext
Raw Normal View History

[source.crates-io]
replace-with = "vendored-sources"
[source."https://github.com/6cdh/tree-sitter-scheme.git"]
git = "https://github.com/6cdh/tree-sitter-scheme.git"
branch = "main"
replace-with = "vendored-sources"
[source."https://github.com/Himujjal/tree-sitter-svelte"]
git = "https://github.com/Himujjal/tree-sitter-svelte"
branch = "master"
replace-with = "vendored-sources"
[source."https://github.com/MDeiml/tree-sitter-markdown.git"]
git = "https://github.com/MDeiml/tree-sitter-markdown.git"
branch = "split_parser"
replace-with = "vendored-sources"
[source."https://github.com/VixieTSQ/tree-sitter-glimmer"]
git = "https://github.com/VixieTSQ/tree-sitter-glimmer"
replace-with = "vendored-sources"
[source."https://github.com/VixieTSQ/tree-sitter-hcl"]
git = "https://github.com/VixieTSQ/tree-sitter-hcl"
replace-with = "vendored-sources"
[source."https://github.com/VixieTSQ/tree-sitter-scss"]
git = "https://github.com/VixieTSQ/tree-sitter-scss"
branch = "patch-1"
replace-with = "vendored-sources"
[source."https://github.com/elixir-lang/tree-sitter-elixir.git"]
git = "https://github.com/elixir-lang/tree-sitter-elixir.git"
replace-with = "vendored-sources"
[source."https://github.com/fwcd/tree-sitter-kotlin"]
git = "https://github.com/fwcd/tree-sitter-kotlin"
branch = "main"
replace-with = "vendored-sources"
[source."https://github.com/lapce/druid"]
git = "https://github.com/lapce/druid"
Accepting request 978939 from home:uncomfyhalomacro:branches:editors - Update to version 0.1.1~0: * fix modifiers * relase v0.1.1 * windows dark mode * fix ci * reset editor view to normal when it's not a hisotry * bump druid * apt-get update * change the place of anim frame request paint * update dependencies * update dependencies * clippy fix * remove glutin * num lock modifier fix * request paint when request anim frame * bump druid * use mouse event count for double/tripple click * use mouse event count for double click * macos title double click fix * Change Appstream metadata license to MIT * bump druid * bump druid * consolidate window desc creation * add Linux AppStream metadata * add Linux .desktop file * file watcher fix * fix editor focus issue * clippy fix * ensure cusror visible when editor got focus * cancel mouse hover timer when right click * change to os menu * file dialog change to druid-shell * use druid shell with opengl * fix code format * refactor the tests for readability * Avoid cloning syntax highlight result * Only allocate once when toggling comments * Special-case non-modifier ansi sequences * Doc: do not specify a transitional package * fix code format * address PR review feedbacks * fix code format * address PR review feedbacks * Removed the last min window size constraint * Pre-parse svgs * Only hash svg names once * Deduplicate * Don't allocate while accessing svgs * add meta+backspace for macOS * key binding mode text fix * Restrict visibility and remove unused code * Remove unused type * Remove unused outline module * Remove unused module * Use static str in LapceIcon * Remove most of the dead code * bump lapce-rpc version * support count in move by words commands in the vi-mode * implement top_of_window and bottom_of_window * Removed min window size - Update to version 0.1.0~0: * wix version bump * wix fix * bump version * Fix scroll bar scroll * bump druid * problem panel dispaly fix * Clip the command name cells * release lto folder * Clean up split - also limit to tier 1 arches OBS-URL: https://build.opensuse.org/request/show/978939 OBS-URL: https://build.opensuse.org/package/show/editors/lapce?expand=0&rev=7
2022-05-24 11:02:59 +00:00
branch = "shell_opengl"
replace-with = "vendored-sources"
[source."https://github.com/lapce/font-kit"]
git = "https://github.com/lapce/font-kit"
replace-with = "vendored-sources"
[source."https://github.com/lapce/fount"]
git = "https://github.com/lapce/fount"
replace-with = "vendored-sources"
[source."https://github.com/lapce/parley"]
git = "https://github.com/lapce/parley"
replace-with = "vendored-sources"
[source."https://github.com/lapce/piet-wgpu"]
git = "https://github.com/lapce/piet-wgpu"
Accepting request 978939 from home:uncomfyhalomacro:branches:editors - Update to version 0.1.1~0: * fix modifiers * relase v0.1.1 * windows dark mode * fix ci * reset editor view to normal when it's not a hisotry * bump druid * apt-get update * change the place of anim frame request paint * update dependencies * update dependencies * clippy fix * remove glutin * num lock modifier fix * request paint when request anim frame * bump druid * use mouse event count for double/tripple click * use mouse event count for double click * macos title double click fix * Change Appstream metadata license to MIT * bump druid * bump druid * consolidate window desc creation * add Linux AppStream metadata * add Linux .desktop file * file watcher fix * fix editor focus issue * clippy fix * ensure cusror visible when editor got focus * cancel mouse hover timer when right click * change to os menu * file dialog change to druid-shell * use druid shell with opengl * fix code format * refactor the tests for readability * Avoid cloning syntax highlight result * Only allocate once when toggling comments * Special-case non-modifier ansi sequences * Doc: do not specify a transitional package * fix code format * address PR review feedbacks * fix code format * address PR review feedbacks * Removed the last min window size constraint * Pre-parse svgs * Only hash svg names once * Deduplicate * Don't allocate while accessing svgs * add meta+backspace for macOS * key binding mode text fix * Restrict visibility and remove unused code * Remove unused type * Remove unused outline module * Remove unused module * Use static str in LapceIcon * Remove most of the dead code * bump lapce-rpc version * support count in move by words commands in the vi-mode * implement top_of_window and bottom_of_window * Removed min window size - Update to version 0.1.0~0: * wix version bump * wix fix * bump version * Fix scroll bar scroll * bump druid * problem panel dispaly fix * Clip the command name cells * release lto folder * Clean up split - also limit to tier 1 arches OBS-URL: https://build.opensuse.org/request/show/978939 OBS-URL: https://build.opensuse.org/package/show/editors/lapce?expand=0&rev=7
2022-05-24 11:02:59 +00:00
branch = "shell_opengl"
replace-with = "vendored-sources"
- Update to version 0.2.0: * Features/Changes - Implemented error lens. - Add Fedora spec for packaging - Add LSP stderr output to log - Truncate plugin description with ellipsis when it is too long - Add goto type definition support. (Where you can jump to the definition of the type a variable is of) - Add alpine dev-container - Add next/previous tab commands and keybindings. (Note that this is moving left/right in the tabs, not to the last used tab) - Make undo more granular - Fix alpha-depth issue in painting - Display documentation of completion items. - Add config option for cursor blink interval - Use new highlighter query for Julia - Title update - Full screen fix. Changes Lapce icon to work better on common color schemes. - Separate plugin panel into two parts, installed and uninstalled. - Custom title bar on Linux and palette bar - Preserve unsaved files when closing, which are restored when opening Lapce again - Add the ability to enable, disable, and remove plugins - Don't paint tiny tab drags - Add command to toggle inlay hints - Add daily nightly build - Don't show autocomplete after whitespace keys - Make completion/palette allow page-up/down keys - Add setting to control palette preview editor's width - Don't show autocomplete after backspacing over whitespace - Add the ability to resize editor/terminal/various splits. * Bug Fixes - Give the plugin panel a scroll bar - Check LSP capabilities before sending commands. Fixes most of Julia LSP support. - Properly check if a line is after the end of the document in line styles - Use FS module - Fix crashing on semantic tokens going past last line - Fix goto ref on single references - Reload explorer on file change, just in case our watching code didn't activate. - (LSP) Specify the workspace folder of the root uri if available. - Set the current directory when starting the LSP - Read files lossily, in case they are not UTF8. - Use UTF16 encoding for communicating with LSPs. This should fix a bunch of bugs with unicode causing RA or the editor to crash. - Fix keybinds on Mac with Command+Shift - Fix MacOS Option Key - Properly open editors when applying text edits via code actions to editors which aren't focused or open. - Prevent crash on save with multiple windows - Fix calculation of mouse down position in the problem panel - Follow system OS paths better - Proxy rewrite! This should make lock-ups not happen, and be easier to add onto. - Find box result count should use the current buffer - Pass uname as multiple args to fix WSL - Align settings button size to window controls - Don't fail on missing primary monitor - Various other bug fixes OBS-URL: https://build.opensuse.org/package/show/editors/lapce?expand=0&rev=29
2022-09-04 07:29:56 +00:00
[source."https://github.com/lapce/psp-types"]
git = "https://github.com/lapce/psp-types"
replace-with = "vendored-sources"
[source."https://github.com/lapce/structdesc"]
git = "https://github.com/lapce/structdesc"
replace-with = "vendored-sources"
[source."https://github.com/lapce/swash"]
git = "https://github.com/lapce/swash"
replace-with = "vendored-sources"
- Update to version 0.2.0: * Features/Changes - Implemented error lens. - Add Fedora spec for packaging - Add LSP stderr output to log - Truncate plugin description with ellipsis when it is too long - Add goto type definition support. (Where you can jump to the definition of the type a variable is of) - Add alpine dev-container - Add next/previous tab commands and keybindings. (Note that this is moving left/right in the tabs, not to the last used tab) - Make undo more granular - Fix alpha-depth issue in painting - Display documentation of completion items. - Add config option for cursor blink interval - Use new highlighter query for Julia - Title update - Full screen fix. Changes Lapce icon to work better on common color schemes. - Separate plugin panel into two parts, installed and uninstalled. - Custom title bar on Linux and palette bar - Preserve unsaved files when closing, which are restored when opening Lapce again - Add the ability to enable, disable, and remove plugins - Don't paint tiny tab drags - Add command to toggle inlay hints - Add daily nightly build - Don't show autocomplete after whitespace keys - Make completion/palette allow page-up/down keys - Add setting to control palette preview editor's width - Don't show autocomplete after backspacing over whitespace - Add the ability to resize editor/terminal/various splits. * Bug Fixes - Give the plugin panel a scroll bar - Check LSP capabilities before sending commands. Fixes most of Julia LSP support. - Properly check if a line is after the end of the document in line styles - Use FS module - Fix crashing on semantic tokens going past last line - Fix goto ref on single references - Reload explorer on file change, just in case our watching code didn't activate. - (LSP) Specify the workspace folder of the root uri if available. - Set the current directory when starting the LSP - Read files lossily, in case they are not UTF8. - Use UTF16 encoding for communicating with LSPs. This should fix a bunch of bugs with unicode causing RA or the editor to crash. - Fix keybinds on Mac with Command+Shift - Fix MacOS Option Key - Properly open editors when applying text edits via code actions to editors which aren't focused or open. - Prevent crash on save with multiple windows - Fix calculation of mouse down position in the problem panel - Follow system OS paths better - Proxy rewrite! This should make lock-ups not happen, and be easier to add onto. - Find box result count should use the current buffer - Pass uname as multiple args to fix WSL - Align settings button size to window controls - Don't fail on missing primary monitor - Various other bug fixes OBS-URL: https://build.opensuse.org/package/show/editors/lapce?expand=0&rev=29
2022-09-04 07:29:56 +00:00
[source."https://github.com/lapce/wasi-experimental-http"]
git = "https://github.com/lapce/wasi-experimental-http"
replace-with = "vendored-sources"
[source."https://github.com/lapce/xi-editor"]
git = "https://github.com/lapce/xi-editor"
replace-with = "vendored-sources"
[source."https://github.com/latex-lsp/tree-sitter-latex"]
git = "https://github.com/latex-lsp/tree-sitter-latex"
branch = "master"
replace-with = "vendored-sources"
[source."https://github.com/maxxnino/tree-sitter-zig"]
git = "https://github.com/maxxnino/tree-sitter-zig"
branch = "main"
replace-with = "vendored-sources"
[source."https://github.com/panekj/tree-sitter-dockerfile"]
git = "https://github.com/panekj/tree-sitter-dockerfile"
branch = "queries"
replace-with = "vendored-sources"
[source."https://github.com/panekj/tree-sitter-nix"]
git = "https://github.com/panekj/tree-sitter-nix"
branch = "master"
replace-with = "vendored-sources"
[source."https://github.com/panekj/tree-sitter-yaml"]
git = "https://github.com/panekj/tree-sitter-yaml"
branch = "master"
replace-with = "vendored-sources"
[source."https://github.com/syntacti/tree-sitter-bash"]
git = "https://github.com/syntacti/tree-sitter-bash"
branch = "master"
replace-with = "vendored-sources"
[source."https://github.com/syntacti/tree-sitter-css"]
git = "https://github.com/syntacti/tree-sitter-css"
branch = "master"
- Update to version 0.2.0: * Features/Changes - Implemented error lens. - Add Fedora spec for packaging - Add LSP stderr output to log - Truncate plugin description with ellipsis when it is too long - Add goto type definition support. (Where you can jump to the definition of the type a variable is of) - Add alpine dev-container - Add next/previous tab commands and keybindings. (Note that this is moving left/right in the tabs, not to the last used tab) - Make undo more granular - Fix alpha-depth issue in painting - Display documentation of completion items. - Add config option for cursor blink interval - Use new highlighter query for Julia - Title update - Full screen fix. Changes Lapce icon to work better on common color schemes. - Separate plugin panel into two parts, installed and uninstalled. - Custom title bar on Linux and palette bar - Preserve unsaved files when closing, which are restored when opening Lapce again - Add the ability to enable, disable, and remove plugins - Don't paint tiny tab drags - Add command to toggle inlay hints - Add daily nightly build - Don't show autocomplete after whitespace keys - Make completion/palette allow page-up/down keys - Add setting to control palette preview editor's width - Don't show autocomplete after backspacing over whitespace - Add the ability to resize editor/terminal/various splits. * Bug Fixes - Give the plugin panel a scroll bar - Check LSP capabilities before sending commands. Fixes most of Julia LSP support. - Properly check if a line is after the end of the document in line styles - Use FS module - Fix crashing on semantic tokens going past last line - Fix goto ref on single references - Reload explorer on file change, just in case our watching code didn't activate. - (LSP) Specify the workspace folder of the root uri if available. - Set the current directory when starting the LSP - Read files lossily, in case they are not UTF8. - Use UTF16 encoding for communicating with LSPs. This should fix a bunch of bugs with unicode causing RA or the editor to crash. - Fix keybinds on Mac with Command+Shift - Fix MacOS Option Key - Properly open editors when applying text edits via code actions to editors which aren't focused or open. - Prevent crash on save with multiple windows - Fix calculation of mouse down position in the problem panel - Follow system OS paths better - Proxy rewrite! This should make lock-ups not happen, and be easier to add onto. - Find box result count should use the current buffer - Pass uname as multiple args to fix WSL - Align settings button size to window controls - Don't fail on missing primary monitor - Various other bug fixes OBS-URL: https://build.opensuse.org/package/show/editors/lapce?expand=0&rev=29
2022-09-04 07:29:56 +00:00
replace-with = "vendored-sources"
[source."https://github.com/syntacti/tree-sitter-d"]
git = "https://github.com/syntacti/tree-sitter-d"
branch = "master"
replace-with = "vendored-sources"
[source."https://github.com/syntacti/tree-sitter-dart"]
git = "https://github.com/syntacti/tree-sitter-dart"
branch = "master"
replace-with = "vendored-sources"
[source."https://github.com/syntacti/tree-sitter-lua"]
git = "https://github.com/syntacti/tree-sitter-lua"
branch = "main"
replace-with = "vendored-sources"
- Update to version 0.2.0: * Features/Changes - Implemented error lens. - Add Fedora spec for packaging - Add LSP stderr output to log - Truncate plugin description with ellipsis when it is too long - Add goto type definition support. (Where you can jump to the definition of the type a variable is of) - Add alpine dev-container - Add next/previous tab commands and keybindings. (Note that this is moving left/right in the tabs, not to the last used tab) - Make undo more granular - Fix alpha-depth issue in painting - Display documentation of completion items. - Add config option for cursor blink interval - Use new highlighter query for Julia - Title update - Full screen fix. Changes Lapce icon to work better on common color schemes. - Separate plugin panel into two parts, installed and uninstalled. - Custom title bar on Linux and palette bar - Preserve unsaved files when closing, which are restored when opening Lapce again - Add the ability to enable, disable, and remove plugins - Don't paint tiny tab drags - Add command to toggle inlay hints - Add daily nightly build - Don't show autocomplete after whitespace keys - Make completion/palette allow page-up/down keys - Add setting to control palette preview editor's width - Don't show autocomplete after backspacing over whitespace - Add the ability to resize editor/terminal/various splits. * Bug Fixes - Give the plugin panel a scroll bar - Check LSP capabilities before sending commands. Fixes most of Julia LSP support. - Properly check if a line is after the end of the document in line styles - Use FS module - Fix crashing on semantic tokens going past last line - Fix goto ref on single references - Reload explorer on file change, just in case our watching code didn't activate. - (LSP) Specify the workspace folder of the root uri if available. - Set the current directory when starting the LSP - Read files lossily, in case they are not UTF8. - Use UTF16 encoding for communicating with LSPs. This should fix a bunch of bugs with unicode causing RA or the editor to crash. - Fix keybinds on Mac with Command+Shift - Fix MacOS Option Key - Properly open editors when applying text edits via code actions to editors which aren't focused or open. - Prevent crash on save with multiple windows - Fix calculation of mouse down position in the problem panel - Follow system OS paths better - Proxy rewrite! This should make lock-ups not happen, and be easier to add onto. - Find box result count should use the current buffer - Pass uname as multiple args to fix WSL - Align settings button size to window controls - Don't fail on missing primary monitor - Various other bug fixes OBS-URL: https://build.opensuse.org/package/show/editors/lapce?expand=0&rev=29
2022-09-04 07:29:56 +00:00
[source."https://github.com/szebniok/tree-sitter-wgsl"]
git = "https://github.com/szebniok/tree-sitter-wgsl"
branch = "master"
replace-with = "vendored-sources"
[source."https://github.com/tree-sitter/tree-sitter-c-sharp"]
git = "https://github.com/tree-sitter/tree-sitter-c-sharp"
branch = "master"
replace-with = "vendored-sources"
[source."https://github.com/tree-sitter/tree-sitter-haskell"]
git = "https://github.com/tree-sitter/tree-sitter-haskell"
replace-with = "vendored-sources"
[source."https://github.com/tree-sitter/tree-sitter-java.git"]
git = "https://github.com/tree-sitter/tree-sitter-java.git"
replace-with = "vendored-sources"
[source."https://github.com/tree-sitter/tree-sitter-json.git"]
git = "https://github.com/tree-sitter/tree-sitter-json.git"
rev = "11e2cc12d9b267766fb11a06e52952792fd8e3f0"
replace-with = "vendored-sources"
[source."https://github.com/tree-sitter/tree-sitter-ocaml"]
git = "https://github.com/tree-sitter/tree-sitter-ocaml"
replace-with = "vendored-sources"
[source."https://github.com/tree-sitter/tree-sitter-php.git"]
git = "https://github.com/tree-sitter/tree-sitter-php.git"
replace-with = "vendored-sources"
[source."https://github.com/tree-sitter/tree-sitter-ql"]
git = "https://github.com/tree-sitter/tree-sitter-ql"
replace-with = "vendored-sources"
[source."https://github.com/tree-sitter/tree-sitter-ruby.git"]
git = "https://github.com/tree-sitter/tree-sitter-ruby.git"
rev = "656abef"
replace-with = "vendored-sources"
[source."https://github.com/vantreeseba/tree-sitter-haxe"]
git = "https://github.com/vantreeseba/tree-sitter-haxe"
replace-with = "vendored-sources"
[source."https://github.com/varlad/tree-sitter-julia"]
git = "https://github.com/varlad/tree-sitter-julia"
branch = "master"
replace-with = "vendored-sources"
[source.vendored-sources]
directory = "vendor"