Remove encryption diags from autocomplete (#1793)

Signed-off-by: Christian Mesh <christianmesh1@gmail.com>
This commit is contained in:
Christian Mesh 2024-07-10 10:07:11 -04:00 committed by GitHub
parent 76e2d7c4fc
commit 5f1509d8c7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -58,7 +58,6 @@ func (m *Meta) completePredictWorkspaceName() complete.Predictor {
// Load the encryption configuration
enc, encDiags := m.Encryption()
if encDiags.HasErrors() {
m.showDiagnostics(encDiags)
return nil
}