no ai suggetion

Open
#321,340 2 comments 0 reactions 1 assignee View on GitHub

@bryanchen-d is already working on this.

Since Jun 14, 2026.

Assessment

This issue has not been assessed yet.

Description

stale triage-needed

Type: Bug

Please describe the expected outcome and attach a screenshot!
i ask the ai one qution and know it is every time i type i want it like it was before that i can choose the options now i dont even know what is it showing me how do i turn off the AI

VS Code version: Code 1.124.1 (72a3942a17816f048839bfdf0b40ce5b9a6e2c84, 2026-06-11T19:32:23Z)
OS version: Windows_NT x64 10.0.26200
Modes:

Inline Edits Debug Info

Result:

   33  33         if (request.Name == "GetLeaderboard")
   34  34         {
-  35               get
-  36                 var leaderboard = database.WinGames
-  37                   .Include(w => w.User)
-  38                   .OrderByDescending(w =>
-  39                       100000.0 / (w.Time + w.Moves * 5))
-  40                   .Take(10)
+      35           var token = request.GetParams<string>();
+      36           var leaderboard = database.WinGames
+      37             .Include(w => w.User)
+      38             .OrderByDescending(w =>
+      39                 100000.0 / (w.Time + w.Moves * 5))
+      40             .Take(10)
   41  41               .ToList();
   42  42             request.Respond(leaderboard);
   43  43         }
Info:

From cache: YES (Request: 436)
Trigger Kind: Automatic
Request UUID: icr-a8f1bc68-809a-4e58-8867-4019b4a3af87

System Info
Item Value
CPUs AMD Ryzen 7 5700 (16 x 3693)
GPU Status 2d_canvas: enabled
GPU0: VENDOR= 0x10de, DEVICE=0x2504 [NVIDIA GeForce RTX 3060], DRIVER_VENDOR=NVIDIA, DRIVER_VERSION=32.0.15.9186 ACTIVE
GPU1: VENDOR= 0x1414, DEVICE=0x008c [Microsoft Basic Render Driver], DRIVER_VERSION=10.0.26100.8521
Machine model name:
Machine model version:
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: disabled_off
trees_in_viz: disabled_off
video_decode: enabled
video_encode: enabled
webgl: enabled
webgpu: enabled
webnn: disabled_off
Load (avg) undefined
Memory (System) 23.87GB (12.14GB free)
Process Argv --crash-reporter-id 6266e981-1ed2-4ab3-b90c-910691f5a435
Screen Reader no
VM 0%
Extensions (5)
Name Identifier Author Version
SQLite IntelliView bowlerr.sqlite-intelliview-vscode bowlerr 0.4.9
C# Dev Kit ms-dotnettools.csdevkit ms-dotnettools 3.20.199
C# ms-dotnettools.csharp ms-dotnettools 2.140.9
.NET Install Tool ms-dotnettools.vscode-dotnet-runtime ms-dotnettools 3.1.0
Live Server ritwickdey.liveserver ritwickdey 5.7.10
A/B Experiments
vsliv368:30146709
binariesv615:30325510
nativeloc1:31344060
dwcopilot:31170013
dwoutputs:31242946
copilot_t_ci:31333650
e5gg6876:31282496
pythonrdcb7:31342333
6518g693:31463988
aj953862:31281341
63221493:31336333
envsactivate1:31505457
cloudbuttont:31379625
3efgi100_wstrepl:31403338
ec5jj548:31422691
cp_cls_t_966_ss:31526232
4je02754:31466945
8hhj4413:31478653
38bie571_auto:31426784
cp_cls_t_1081:31454832
conptydll_true:31498968
ia-use-proxy-models-svc:31452481
e9c30283:31461165
test_treatment2:31471001
c9b86496:31447327
control_6dc23131:31530993
idci7584:31464702
e3e4d672:31494082
ei9d7968:31496641
chat:31457767
8hig5102:31480529
89g7j272:31518289
7e187181:31503455
i2gc6536:31499202
52612955:31516516
ghj88844:31499326
ec1eg703:31520046
ddid_c:31478207
hmra_i5g22:31518061
7df3h592:31512476
cp_cls_t_1082:31516087
logging_enabled_new:31498466
j0d79568:31499440
nes-extended-cfe-himalia-004:31500446
jb_cp_cls_t_632:31524805
852d2892:31506239
56dj4588:31512888
32d76977:31512328
ha629193:31508444
cdk-lw-on:31524445
nes-charagree-3:31521372
2cfga817_c:31522397
jbcp_cls_pctr_t:31531130
61138546:31518536
gf14b233:31526830
nes-curr-leftover-1000:31530976

Dominant language
TypeScript
Stars
193k
Forks
42.9k
PR merge metrics
PR metrics pending

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from microsoft/vscode

All issues in microsoft/vscode

Similar issues

More TypeScript issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.