Skip to content

How many times do I have to reject a suggestion before it stops suggesting it in exactly the same place? #255613

@DavidTsGit

Description

@DavidTsGit

Type: Bug

This happens a lot -- multiple times a minute sometimes. It suggests something. I don't like the suggestion so I hit escape and it goes away. Then less than a second later it pops the same suggestion back up again. Repeat indefinitely.
See the suggested "tsx" addition in line 147 below as my current example. I believe the comment (in line 145) must be what's making it think that 'tsx' parameter should be added, and it's a reasonable suggestion under the circumstances, but it is not what I want. So when I reject it, it should stay rejected. I should only have to reject it once.

Extension version: 0.29.0
VS Code version: Code 1.102.0 (Universal) (cb0c47c, 2025-07-09T22:10:34.600Z)
OS version: Darwin arm64 24.5.0
Modes:
Connection to 'ssh-remote+10.0.0.50' could not be established

Inline Edits Debug Info

Result:

  145 145 // create 'run tsx' configs for all projects: 
  146 146 asProjectKeys.forEach((sProjectKey) => {
- 147     	const oConfig = new CConfig(sProjectKey, true,);
+     147 	const oConfig = new CConfig(sProjectKey, true, "tsx");
  148 148 	aoConfigsAll.push(oConfig);
  149 149 });

Info:

From cache: YES (Request: 8417)
Trigger Kind: Automatic
Request UUID: icr-f62bb974-fc55-4680-89e0-69340b268640

System Info
Item Value
CPUs Apple M2 Max (12 x 2400)
GPU Status 2d_canvas: enabled
canvas_oop_rasterization: enabled_on
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: enabled
multiple_raster_threads: enabled_on
opengl: enabled_on
rasterization: enabled
raw_draw: disabled_off_ok
skia_graphite: enabled_on
video_decode: enabled
video_encode: enabled
webgl: enabled
webgl2: enabled
webgpu: enabled
webnn: disabled_off
Load (avg) 6, 5, 6
Memory (System) 96.00GB (0.10GB free)
Process Argv --crash-reporter-id 8f463c30-6dd8-4907-9ad8-47daf9d20f7d
Screen Reader no
VM 0%

Connection to 'ssh-remote+10.0.0.50' could not be established

A/B Experiments
vsliv368:30146709
vspor879:30202332
vspor708:30202333
vspor363:30204092
vswsl492:30256859
binariesv615:30325510
c4g48928:30535728
azure-dev_surveyone:30548225
962ge761:30959799
h48ei257:31000450
cppperfnew:31000557
dwnewjupyter:31046869
nativeloc1:31344060
5fd0e150:31155592
dwcopilot:31170013
6074i472:31201624
dwoutputs:31242946
hdaa2157:31222309
copilot_t_ci:31333650
e5gg6876:31282496
pythoneinst12:31285622
c7cif404:31314491
pythonpulldiag:31343502
996jf627:31283433
pythonrdcb7:31342333
usemplatestapi:31297334
0aa6g176:31307128
747dc170:31275177
6518g693:31334701
aj953862:31281341
generatesymbolt:31295002
convertfstringf:31295003
9d2cg352:31346308
convertlamdaf:31329270
usemarketplace:31343026
nesew2to5:31336538
agentclaude:31335814
nes-diff-11:31337487
nes-set-on:31340697
63221493:31336333
yijiwantestdri0626-c:31336931
4gdec884:31342391

Metadata

Metadata

Labels

NESIssues related to the next edit suggestions featureNES-uxUI / UX issues related to the next edit suggestions featurecopilot-triage-needed

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions