Clean up feature flag actionScaffoldingSnippets (#309)
This commit is contained in:
@@ -187,7 +187,7 @@ export async function complete(
|
||||
|
||||
// Get action scaffolding snippets if applicable
|
||||
let actionSnippets: CompletionItem[] = [];
|
||||
if (isAction && config?.featureFlags?.isEnabled("actionScaffoldingSnippets")) {
|
||||
if (isAction) {
|
||||
actionSnippets = getActionScaffoldingSnippets(parsedTemplate.value, path, position, replaceRange);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user