Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

My code suggestion and tab suggestion is not working properly #218260

Closed
Mishalx21 opened this issue Jun 26, 2024 · 2 comments
Closed

My code suggestion and tab suggestion is not working properly #218260

Mishalx21 opened this issue Jun 26, 2024 · 2 comments
Assignees
Labels
info-needed Issue requires more information from poster

Comments

@Mishalx21
Copy link

Type: Bug

while open the vs code first time and create a file the if i write on it on the first time the code suggestion does not work .the if i close the vs code app and open the file again then it proerly works.Please give me a suggestion

VS Code version: Code 1.90.2 (5437499, 2024-06-18T22:34:26.404Z)
OS version: Windows_NT x64 10.0.22631
Modes:

System Info
Item Value
CPUs 12th Gen Intel(R) Core(TM) i5-12450H (12 x 1114)
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: disabled_off
video_decode: enabled
video_encode: enabled
vulkan: disabled_off
webgl: enabled
webgl2: enabled
webgpu: enabled
Load (avg) undefined
Memory (System) 15.71GB (5.61GB free)
Process Argv --crash-reporter-id bffd79b8-6b7e-4eb5-a7cb-bda075d397f7
Screen Reader no
VM 0%
Extensions (23)
Extension Author (truncated) Version
code-tester Aka 0.0.6
competitive-programming-helper Div 2024.6.1719243911
python-environment-manager don 1.2.4
python-extension-pack don 1.7.0
es7-react-js-snippets dsz 4.4.3
vscode-html-css ecm 2.0.10
EditorConfig Edi 0.16.4
code-runner for 0.12.2
html-preview-vscode geo 0.2.5
codespaces Git 1.16.23
copilot Git 1.207.0
copilot-chat Git 0.16.1
vscode-pull-request-github Git 0.90.0
vsc-python-indent Kev 1.18.0
debugpy ms- 2024.6.0
python ms- 2024.8.1
vscode-pylance ms- 2024.6.1
cmake-tools ms- 1.18.42
cpptools ms- 1.20.5
cpptools-extension-pack ms- 1.3.0
live-server ms- 0.4.13
pdf tom 1.2.2
cmake twx 0.0.17

(1 theme extensions excluded)

A/B Experiments
vsliv368:30146709
vspor879:30202332
vspor708:30202333
vspor363:30204092
vstes627:30244334
vscorecescf:30445987
vscod805:30301674
binariesv615:30325510
vsaa593:30376534
py29gd2263:31024239
c4g48928:30535728
azure-dev_surveyone:30548225
a9j8j154:30646983
962ge761:30959799
pythongtdpath:30769146
welcomedialogc:30910334
pythonnoceb:30805159
asynctok:30898717
pythonregdiag2:30936856
pythonmypyd1:30879173
h48ei257:31000450
pythontbext0:30879054
accentitlementst:30995554
dsvsc016:30899300
dsvsc017:30899301
dsvsc018:30899302
cppperfnew:31000557
dsvsc020:30976470
pythonait:31006305
jchc7451:31067544
chatpanelc:31048052
dsvsc021:30996838
bdiig495:31013172
pythoncenvpt:31062603
a69g1124:31058053
dvdeprecation:31068756
dwnewjupytercf:31046870
impr_priority:31082723

@jrieken
Copy link
Member

jrieken commented Jun 26, 2024

It looks like the issue is caused by one of your installed extensions. All extensions execute together on a single nodejs process, so in order to narrow down the possible problematic extension, please try the following:

  • run F1 > Help: Start Extension Bisect
  • (this will restart VS Code with half of your extensions disabled)
  • try to do the steps which reproduce the problem
  • if the problem reproduces, click "This is bad" (this narrows down the problematic extension to the half which was enabled)
  • if the problem does not reproduce, click "Good now" (this narrows down the problematic extension to the half which was disabled)
  • these steps will repeat until the problematic extension is found
initial step final
image image image

@jrieken jrieken added the info-needed Issue requires more information from poster label Jun 26, 2024
@VSCodeTriageBot
Copy link
Collaborator

This issue has been closed automatically because it needs more information and has not had recent activity. See also our issue reporting guidelines.

Happy Coding!

@VSCodeTriageBot VSCodeTriageBot closed this as not planned Won't fix, can't repro, duplicate, stale Jul 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
info-needed Issue requires more information from poster
Projects
None yet
Development

No branches or pull requests

3 participants