42b5fa1
WIP: Use algorithm to generate reference color palette
Click to expand commit body
Adapted from @k-vyn/coloralgorithm
Generate colors for our reference palette.
Nate Butler
created
7de04ab
Merge pull request #2146 from zed-industries/feedback-editor-polish
Click to expand commit body
Feedback editor polish
Joseph T. Lyons
created
373e88e
Merge pull request #2147 from zed-industries/fix-pyright
Click to expand commit body
Always respond to language server, even when its requests are malformed
Antonio Scandurra
created
c3a8885
Always respond to language server, even when its requests are malformed
Click to expand commit body
This was causing Pyright to get stuck waiting for a response when sending
us the `workspace/configuration` request. For some reason, after upgrading
to Pyright 1.1.293, `scopeUri` is being sent as an empty string sometimes,
which causes serde to error when trying to deserialize that request.
Co-Authored-By: Petros Amoiridis <petros@zed.dev>
Antonio Scandurra
and
Petros Amoiridis
created
f787f60
List colors for reference palette in theme tool
a606058
Merge pull request #2135 from zed-industries/handle-window-moved-crash
Click to expand commit body
Fix crash when unplugging display containing a zed window
Max Brunsfeld
created
f065399
Fix crash when unplugging display containing a zed window
Click to expand commit body
Co-authored-by: Kay Simmons <kay@zed.dev>
Max Brunsfeld
and
Kay Simmons
created
926b59b
Fixed a bug where the command palette wouldn't check the keymap context when showing available actions
Click to expand commit body
Fixed a bug where context menus wouldn't show action keystrokes
WIP Fixing a bug where tooltips won't show action keystrokes
Co-Authored-By: Max <max@zed.dev>
Mikayla Maki
and
Max
created
2d6219e
Merge pull request #2131 from zed-industries/lua