Commit 1ece106
committed
nes: joint: tweakable yielding strategies where NES yields to completions
nes: simplify handling of NES endOfLife
nes: joint provider: yield to NES if last suggestion was NES and it agrees with users edits
Update src/extension/inlineEdits/vscode-node/jointInlineCompletionProvider.ts
Co-authored-by: Copilot <[email protected]>
nes: dispose JointCompletionsProvider
nes: rework logic
this has a bug that completions gets triggered along with NES on cursor move -- it's very bad for completions because it has no debounce AND it would get cancellation on cursor move
nes: remove unused setting
nes: update lastNesSuggestion only if latest invocation
nes: fix imports
nes: remove unused param
nes: remove redundant check
nes: fix: correctly cancel completions when NES is picked1 parent 79de6aa commit 1ece106
File tree
2 files changed
+229
-130
lines changed- src
- extension/inlineEdits/vscode-node
- platform/configuration/common
2 files changed
+229
-130
lines changed
0 commit comments