Datasource/CloudWatch: Field suggestions no longer limited to prefix-only (#24855)
(cherry picked from commit 0f174de760)
This commit is contained in:
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,
|
||||
|
||||
Reference in New Issue
Block a user