Julia
|
88406045f5
|
Merge pull request #2398 from zed-industries/fix-diagnostics-breadcrumbs
Render breadcrumbs for diagnostics multi-buffer
|
2023-04-21 11:31:35 -04:00 |
|
Petros Amoiridis
|
c3231047ad
|
Merge pull request #2396 from zed-industries/petros/z-77-the-start-local-collaboration-script-no
Fix script/start-local-collaboration
|
2023-04-21 17:36:22 +03:00 |
|
Petros Amoiridis
|
65c5605e68
|
Look for the main display always
|
2023-04-21 17:18:01 +03:00 |
|
Petros Amoiridis
|
3c54b14c5b
|
Remove debugging information
|
2023-04-21 17:17:04 +03:00 |
|
Julia
|
c7cc5bca02
|
Render breadcrumbs for diagnostics multi-buffer
|
2023-04-20 23:39:45 -04:00 |
|
Mikayla Maki
|
8e4cc549dc
|
Merge pull request #2397 from zed-industries/finally-fix-terminal-line-height
Create a new setting to adjust the line height in the terminal
|
2023-04-21 12:39:49 +12:00 |
|
Mikayla Maki
|
1fa52adabd
|
Fix warning
|
2023-04-20 17:34:47 -07:00 |
|
Mikayla Maki
|
c72b70d4ae
|
Fixed silly custom settings parsing
|
2023-04-20 17:33:06 -07:00 |
|
Mikayla Maki
|
f54ab73b47
|
Merge branch 'main' into finally-fix-terminal-line-height
|
2023-04-21 12:26:32 +12:00 |
|
Mikayla Maki
|
dfdc826015
|
Create a new setting to adjust the line height in the terminal
|
2023-04-20 17:24:27 -07:00 |
|
Petros Amoiridis
|
7b4b1d6312
|
Use regex to make extraction bulletproof
|
2023-04-20 20:06:33 +03:00 |
|
Max Brunsfeld
|
abdfb5a451
|
collab 0.9.0
|
2023-04-20 09:52:32 -07:00 |
|
Max Brunsfeld
|
3a855184bc
|
v0.84.x dev
|
2023-04-20 09:52:07 -07:00 |
|
Joseph T. Lyons
|
65f7228fed
|
Merge pull request #2389 from zed-industries/save-panics-as-structured-data
Save panics as structured data
|
2023-04-20 12:51:00 -04:00 |
|
Max Brunsfeld
|
b414d43ee3
|
Merge pull request #2392 from zed-industries/eslint-multiple-language-server-adapters-rebased
Allow buffers to use multiple language servers
|
2023-04-20 09:40:23 -07:00 |
|
Petros Amoiridis
|
dcc804783c
|
Install jq if it's missing
|
2023-04-20 19:06:23 +03:00 |
|
Petros Amoiridis
|
460ea8e16c
|
Increase reliability and support multiple monitors
|
2023-04-20 19:06:23 +03:00 |
|
Petros Amoiridis
|
b11e239779
|
Make the script more reliable
|
2023-04-20 19:06:22 +03:00 |
|
Mikayla Maki
|
ad71020990
|
Merge pull request #2395 from zed-industries/remove-stable-hiding-copilot
Remove stable guard for copilot
|
2023-04-21 04:04:04 +12:00 |
|
Max Brunsfeld
|
21bb13d309
|
Fix comment formatting errors for rust 1.69
|
2023-04-20 09:03:42 -07:00 |
|
Max Brunsfeld
|
32c57bcd22
|
Store buffer's diagnostic sets in a smallvec
|
2023-04-20 08:58:41 -07:00 |
|
Max Brunsfeld
|
960a2bc589
|
Don't use ESLint for now
|
2023-04-20 08:58:41 -07:00 |
|
Max Brunsfeld
|
0ebe44bfd5
|
Handle multiple language servers for a given path in project diagnostics view
|
2023-04-20 08:58:41 -07:00 |
|
Max Brunsfeld
|
4dd917c123
|
Introduce a LanguageServerId wrapper type
Clarify the meaning of all the usizes in use in all of these
struct fields an method signatures.
|
2023-04-20 08:58:41 -07:00 |
|
Julia
|
c5f86bc6af
|
Avoid language servers fighting over diagnostics summaries
Previously each server would stomp all over the existing results
Co-Authored-By: Max Brunsfeld <max@zed.dev>
|
2023-04-20 08:58:41 -07:00 |
|
Julia
|
9e2949e7ba
|
Refactor language server startup
Avoid parallel vecs
Co-Authored-By: Max Brunsfeld <max@zed.dev>
|
2023-04-20 08:58:41 -07:00 |
|
Julia
|
c59204c5e6
|
Cleanup
Co-Authored-By: Max Brunsfeld <max@zed.dev>
|
2023-04-20 08:58:41 -07:00 |
|
Julia
|
26abc824a9
|
Bump protocol version
|
2023-04-20 08:58:41 -07:00 |
|
Julia
|
df94aee758
|
Fix failing tests
Co-Authored-By: Max Brunsfeld <max@zed.dev>
|
2023-04-20 08:58:41 -07:00 |
|
Julia
|
6156dbced0
|
Finish getting multiple diagnostics sources building and running
|
2023-04-20 08:58:41 -07:00 |
|
Julia
|
bb4de47b15
|
Start getting diagnostics sets to work with multiple servers
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
|
2023-04-20 08:58:41 -07:00 |
|
Julia
|
2a5c0fa5f8
|
Get ESLint to launch and provide diagnostics
Co-Authored-By: Antonio Scandurra <me@as-cii.com>
|
2023-04-20 08:58:41 -07:00 |
|
Julia
|
6e68ff5a50
|
Get it to build with multiple adapters per language! 🎉
Co-Authored-By: Max Brunsfeld <max@zed.dev>
|
2023-04-20 08:58:41 -07:00 |
|
Julia
|
ba7233f265
|
Incomplete refactor to allow for multiple adapters per language
|
2023-04-20 08:58:39 -07:00 |
|
Mikayla Maki
|
c1daf0fc36
|
Fix format
|
2023-04-20 08:54:44 -07:00 |
|
Mikayla Maki
|
ad8162fc9c
|
Make sign_in init conditional
|
2023-04-20 08:36:29 -07:00 |
|
Mikayla Maki
|
f5bbb41cc2
|
Remove import
|
2023-04-20 08:34:50 -07:00 |
|
Mikayla Maki
|
5c8b41dd54
|
Remove stable guard for copilot
|
2023-04-20 08:33:45 -07:00 |
|
Petros Amoiridis
|
21e39e7523
|
Merge pull request #2394 from zed-industries/petros/z-804-change-default-settings-for-json-to-2
Set default tab_size for JSON to 2 and apply new formatting
|
2023-04-20 14:45:52 +03:00 |
|
Antonio Scandurra
|
370875b1d4
|
Merge pull request #2393 from zed-industries/relay-change-events-to-copilot
Relay buffer change events to Copilot language server
|
2023-04-20 13:34:42 +02:00 |
|
Petros Amoiridis
|
eca93c124a
|
Apply the tab_size change to keymaps and settings
|
2023-04-20 14:08:30 +03:00 |
|
Petros Amoiridis
|
bed76462e2
|
Define tab_size equal to 2 in default settings
|
2023-04-20 14:06:43 +03:00 |
|
Antonio Scandurra
|
df71a9cfae
|
Move buffer change reporting to a background task
|
2023-04-20 11:59:05 +02:00 |
|
Antonio Scandurra
|
4151bd39da
|
Add buffer management test to Copilot
|
2023-04-20 10:51:50 +02:00 |
|
Antonio Scandurra
|
4d207981ae
|
Notify LSP when Copilot suggestions are accepted/rejected
|
2023-04-20 10:15:31 +02:00 |
|
Antonio Scandurra
|
5d57167302
|
Make it easier to access a running/authenticated copilot server
|
2023-04-20 10:12:10 +02:00 |
|
Antonio Scandurra
|
4c3d6c854a
|
Send editor information to copilot
|
2023-04-20 09:34:20 +02:00 |
|
Antonio Scandurra
|
b9a7b70e52
|
Register unknown buffer on the fly if completions are requested for it
|
2023-04-20 09:34:20 +02:00 |
|
Antonio Scandurra
|
34bcf6f072
|
Reopen file in Copilot language server when language or URI changes
|
2023-04-20 09:34:20 +02:00 |
|
Antonio Scandurra
|
672cf6b8c7
|
Relay buffer change events to Copilot
|
2023-04-20 09:34:20 +02:00 |
|