Commit Graph

3572 Commits

Author SHA1 Message Date
Jakub Panek a2aedb0cd3 fix newlines 2024-11-21 12:36:24 +01:00
Jakub Panek 6ef86351fc
fix: hide process window when sourcing shell env (#3577)
Fixes #3571
2024-10-24 11:36:18 +02:00
Jakub Panek ef22ae0c6d
cargo: link statically vcruntime 2024-10-24 10:54:28 +02:00
ifengqi 3a40e6b729
cancel to get folding range (#3576) 2024-10-23 21:20:28 +01:00
Dongdong Zhou 2b4fb8eb2c update devcontainer config 2024-10-22 20:48:49 +01:00
Dongdong Zhou 915a8eb6c1
Update README.md 2024-10-18 21:21:13 +01:00
Dongdong Zhou 9100b94167
Update README.md 2024-10-18 21:15:29 +01:00
Dongdong Zhou 2ac5de944c
Update README.md 2024-10-18 21:13:52 +01:00
Dongdong Zhou c47bb53809
Update README.md 2024-10-18 18:56:43 +01:00
ifengqi 02ed2fe2cf
Temporarily cancel the click event and set `Unfold` to default status, because being folded will cause a scrolling problem. (#3572) 2024-10-18 09:11:46 +01:00
Dongdong Zhou 10c17453c2 add devcontainer 2024-10-16 19:08:41 +01:00
ifengqi bbe8b79569
Support LSP commands to display CodeLens in the latest Rust Analyzer. (#3565) 2024-10-11 14:39:35 +01:00
ifengqi c826f94ec1
Display the workspace file and path in the `File Explorer` panel. (#3563)
* Display the workspace file and path in the `File Explorer` panel.

* Fix folder display when the workspace is null
2024-10-11 14:38:47 +01:00
ifengqi 3c73763b2e
The setting value should update when the settings file changes. (#3564) 2024-10-11 14:37:21 +01:00
Dongdong Zhou 2268ae14c4
Update README.md 2024-10-03 20:49:05 +01:00
Dongdong Zhou 8e12e0664f
Update README.md 2024-10-03 20:48:12 +01:00
ifengqi f82d2f80e4
Update the inlay hint after receiving the notification. (#3562) 2024-10-02 14:05:14 +01:00
ifengqi 061c986c85
Update the inlay hint after receiving the notification. (#3561) 2024-10-02 13:56:49 +01:00
ifengqi 44a9bf7fb5
Sort and filter `Reference` (#3558) 2024-10-02 13:56:02 +01:00
ifengqi 34c316e47a
Update the inlay hint after receiving the notification. (#3560) 2024-10-02 13:55:47 +01:00
ifengqi cde488fb89
Only render the styling without displaying messages, provided that `Enable ErrorLens` is enabled (#3556) 2024-10-01 10:40:09 +01:00
ifengqi dc9fa918d0
display folding icon (#3552) 2024-10-01 10:38:48 +01:00
ifengqi 74729f8862
fix debug name (#3557) 2024-10-01 10:37:10 +01:00
ifengqi f81d162c47
add the `file` symbol to document symbol panel (#3547) 2024-09-30 15:41:49 +01:00
ifengqi a5b7accf61
Implement the `foldingRange` request in the LSP (#3544) 2024-09-30 15:35:15 +01:00
ifengqi ca0e689a06
change GoToLocation to JumpToLocation (#3539) 2024-09-30 15:34:53 +01:00
ifengqi db8ac2cdb6
Handle the file deletion event. (#3541) 2024-09-25 09:55:04 +01:00
ifengqi d75ce05ba9
Launch DAP with environment variables. (#3540) 2024-09-25 09:53:11 +01:00
ifengqi a99ce3e626
Format the document before auto-saving. (#3527)
* Format the document before auto-saving.

* check format_on_save

* 1. Verify rev-matching
2024-09-24 10:33:00 +01:00
ifengqi ea9b7a9c9c
1. Fix the PathBuf value in file monitoring events in the Windows environment (#3538) 2024-09-24 09:30:16 +01:00
ifengqi b6d11b39dc
Navigate to the location when clicking the sticky header. (#3532) 2024-09-23 08:49:28 +01:00
ifengqi b12d2b8a02
1. Automatically jump to the first position. (#3530)
2. Jump only when triggered by changes in the search string, and limit the jump to one time.
2024-09-23 08:46:19 +01:00
ifengqi d2627c1240
change GoToLocation to JumpToLocation (#3528) 2024-09-20 13:59:14 +01:00
ifengqi a31277fd78
Add "Stop" and "Restart" commands to the right-click menu in the terminal. (#3526) 2024-09-20 10:31:50 +01:00
ifengqi d88fc896d7
1.fix typo (#3523) 2024-09-19 13:20:59 +01:00
ifengqi 4e7d353f44
Fix the issue where the width is too short. (#3522) 2024-09-19 13:20:32 +01:00
ifengqi d5017ff859
Convenient operations: Right-click to copy the message and double-click to close it (#3521) 2024-09-19 11:53:35 +01:00
ifengqi 7dc7d0707d
Implement the LSP $/cancelRequest notification (#3519) 2024-09-19 11:49:07 +01:00
ifengqi e1a409f77c
Optimize the display of references (#3518) 2024-09-19 11:48:44 +01:00
ifengqi 44b546c419
1. Add the core setting auto_reload_plugin: Enable auto-reload for the plugin when its configuration changes (#3517) 2024-09-19 11:48:32 +01:00
ifengqi 18b1a70d02
1. Sending the 'UpdatePluginConfigs' proxy notification when the plugin's configuration changes. (#3516)
2. add some logs
2024-09-18 09:47:13 +01:00
ifengqi cfb7d204da
Add thread names for easier tracking and troubleshooting. (#3510) 2024-09-18 09:46:24 +01:00
ifengqi b0ea4481b1
Optimize the display of implementations (#3509) 2024-09-18 09:43:57 +01:00
ifengqi e69729efa1
Add the 'references_resolve' method to the proxy. (#3507) 2024-09-16 10:52:28 +01:00
ifengqi 0115151aa2
Reimplement the functionality to capture terminal output. (#3506) 2024-09-16 10:48:34 +01:00
ifengqi 2773c5c9ff
Fix the issue where commands without a keymap would disappear. (#3504) 2024-09-16 10:38:54 +01:00
ifengqi a84ea98837
1. reload the configuration when restarting a task from palette (#3501) 2024-09-16 10:34:38 +01:00
ifengqi ce154cedf4
Right click (#3496)
* Add a right-click command "Add Run Debug Config" to quickly add a configuration to the run.toml file

* Add a right-click command "Add Run Debug Config" to quickly add a configuration to the run.toml file

* add some commands
2024-09-16 10:33:57 +01:00
ifengqi 2b8bc95a6e
1. Add the editor setting disable_single_click: Disable single-click … (#3494)
* 1. Add the editor setting disable_single_click: Disable single-click to open files.

* rename
2024-09-16 10:33:10 +01:00
ifengqi 351cfa6cbc
1. Add the field 'config_source' to 'RunDebugConfig' to indicate where the configuration is from. (#3500)
2. Add the field  'main_split' to'TerminalPanelData'
2024-09-13 11:18:55 +01:00