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

(cherry picked from commit 0f174de760)
This commit is contained in:
kay delaney
2020-05-26 10:05:56 +02:00
committed by Hugo Häggmark
parent 3b3fbb551d
commit 045b8629a4
@@ -309,7 +309,6 @@ export class CloudWatchLanguageProvider extends LanguageProvider {
return {
suggestions: [
{
prefixMatch: true,
label: 'Fields',
items: fields.map(field => ({
label: field,