Skip to content

Commit d558f5d

Browse files
authored
Merge pull request #27 from kanushka/configs-fix
Add VSCode Setting for AI Suggestions in Flow Diagram
2 parents 5a4b7c1 + 071371c commit d558f5d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

workspaces/ballerina/ballerina-extension/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,11 @@
207207
"tags": [
208208
"experimental"
209209
]
210+
},
211+
"ballerina.enableAiSuggestions": {
212+
"type": "boolean",
213+
"default": true,
214+
"description": "Enable AI suggestions in the Flow Diagram View."
210215
}
211216
}
212217
},

0 commit comments

Comments
 (0)