| Auto-Submit | +1 |
| Commit-Queue | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
this.prompt.applySuggestion({text: activeAiSuggestion.name, isAiCodeCompletion: true}, true);can we name this `acceptSuggestionOnStopCharacters: false` instead of isAiCodeCompletion because I do not think UI layer should know about AI vs non-AI suggestions?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Auto-Submit | +1 |
| Commit-Queue | +1 |
this.prompt.applySuggestion({text: activeAiSuggestion.name, isAiCodeCompletion: true}, true);can we name this `acceptSuggestionOnStopCharacters: false` instead of isAiCodeCompletion because I do not think UI layer should know about AI vs non-AI suggestions?
Named it `disableAcceptSuggestionOnStopCharacters` so that it can be false by default
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
| Commit-Queue | +2 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
For AI suggestions, do not accept suggestion on stop characters
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |