Datasource/CloudWatch: Field suggestions no longer limited to prefix-only (#24855)

This commit is contained in:
kay delaney 2020-05-20 12:25:21 +01:00 committed by GitHub
parent 966b0a97b1
commit 0f174de760
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -309,7 +309,6 @@ export class CloudWatchLanguageProvider extends LanguageProvider {
return {
suggestions: [
{
prefixMatch: true,
label: 'Fields',
items: fields.map(field => ({
label: field,