Impl drag-drop action for Windows (#8959)
### Description This is a part of #8809 https://github.com/zed-industries/zed/assets/14981363/2b085b9d-8b83-4ac7-8b84-07c679760eba Release Notes: - N/A --------- Co-authored-by: Mikayla Maki <mikayla@zed.dev>
This commit is contained in:
parent
e85d484952
commit
b50f86735f
5 changed files with 202 additions and 11 deletions
|
@ -16,6 +16,8 @@ extend-exclude = [
|
|||
"crates/editor/src/editor_tests.rs",
|
||||
# Clojure uses .edn filename extension, which is not a misspelling of "end"
|
||||
"crates/languages/src/clojure/config.toml",
|
||||
# Windows likes it's abbreviations
|
||||
"crates/gpui/src/platform/windows/",
|
||||
]
|
||||
|
||||
[default]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue