Scrape email from feedback editor

This commit is contained in:
Joseph Lyons 2023-05-30 15:06:35 -04:00
parent 1fc9103b61
commit 501f9ab2c6
4 changed files with 16 additions and 2 deletions

View file

@ -16,6 +16,7 @@ editor = { path = "../editor" }
language = { path = "../language" }
gpui = { path = "../gpui" }
project = { path = "../project" }
regex.workspace = true
search = { path = "../search" }
settings = { path = "../settings" }
theme = { path = "../theme" }