Skip to content
This repository was archived by the owner on Apr 21, 2025. It is now read-only.

Commit 069adb5

Browse files
benthecarmanAnthonyRonning
authored andcommitted
Remove LSP url from servers
1 parent 65fe31c commit 069adb5

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

src/routes/settings/Servers.tsx

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -131,26 +131,6 @@ function SettingsStringsEditor(props: {
131131
/>
132132
)}
133133
</Field>
134-
<Field
135-
name="lsp"
136-
validate={[
137-
url(i18n.t("settings.servers.error_lsp")),
138-
custom(
139-
validateNotTorUrl,
140-
i18n.t("settings.servers.error_tor")
141-
)
142-
]}
143-
>
144-
{(field, props) => (
145-
<TextField
146-
{...props}
147-
value={field.value}
148-
error={field.error}
149-
label={i18n.t("settings.servers.lsp_label")}
150-
caption={i18n.t("settings.servers.lsp_caption")}
151-
/>
152-
)}
153-
</Field>
154134
<Field
155135
name="storage"
156136
validate={[

0 commit comments

Comments
 (0)