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

in command prompt C/C++ Edit configure (UI) #8785

Closed
djmanusudha opened this issue Feb 5, 2022 · 3 comments
Closed

in command prompt C/C++ Edit configure (UI) #8785

djmanusudha opened this issue Feb 5, 2022 · 3 comments
Assignees
Labels
bug fixed Check the Milestone for the release in which the fix is or will be available. Language Service regression A bug that didn't exist in a previous release verified Bug has been reproduced

Comments

@djmanusudha
Copy link

Issue Type: Performance Issue

c/c++ edit ui is getting error(command c/c++Edit (UI) is not found)
it showing like this i download the extension c/c++(intellisense,ebugging etc.)
please solve this issue

Extension version: 1.8.2
VS Code version: Code 1.64.0 (5554b12acf27056905806867f251c859323ff7e9, 2022-02-03T04:22:20.678Z)
OS version: Windows_NT x64 10.0.19044
Restricted Mode: No

System Info
Item Value
CPUs Intel(R) Core(TM) i3-8130U CPU @ 2.20GHz (4 x 2208)
GPU Status 2d_canvas: enabled
gpu_compositing: enabled
multiple_raster_threads: enabled_on
oop_rasterization: enabled
opengl: enabled_on
rasterization: enabled
skia_renderer: enabled_on
video_decode: enabled
vulkan: disabled_off
webgl: enabled
webgl2: enabled
Load (avg) undefined
Memory (System) 7.84GB (2.74GB free)
Process Argv --crash-reporter-id b2b8e4f2-3d72-431f-85c9-1a61b8e60750
Screen Reader no
VM 0%
Process Info
CPU %	Mem MB	   PID	Process
    0	  2218	   360	code main
    0	   114	  2592	   extensionHost
    0	    49	  8432	   crashpad-handler
    0	    95	  9360	   shared-process
    0	    69	  6544	     ptyHost
    0	    80	 11108	     fileWatcher
    0	   138	 11664	   gpu-process
    0	    51	 12376	   utility-network-service
    1	    85	 12428	   issue-reporter
    0	   169	 13100	   window (new.cpp - c++ prgm - Visual Studio Code)
Workspace Info
|  Window (new.cpp - c++ prgm - Visual Studio Code)
|    Folder (c++ prgm): 1 files
|      File types: cpp(1)
|      Conf files:;
A/B Experiments
vsliv368cf:30146710
vsreu685:30147344
python383:30185418
vspor879:30202332
vspor708:30202333
vspor363:30204092
pythonvspyl392:30425749
pythontb:30283811
pythonvspyt551cf:30345471
pythonptprofiler:30281270
vshan820:30294714
vstes263cf:30335440
pythondataviewer:30285071
vscod805:30301674
pythonvspyt200:30340761
binariesv615:30325510
bridge0708:30335490
bridge0723:30353136
vsaa593:30376534
vsc1dsc:30433058
pythonvs932:30410667
wslgetstartedc:30433508
vs360:30404995
vsrem710cf:30416617
vscop841cf:30430978
vscscmwlcmc:30433760

@sean-mcmanus
Copy link
Contributor

sean-mcmanus commented Feb 7, 2022

This may be (i.e. I believe it is) a regression from PR #8505 .

@Colengms Can you add back the tempCommand stuff? It's supposed to queue the command to a temp list and play it back after the command has been fully registered later on. Sorry for not catching that in code review. I think I totally missed the changes to the extension.ts file.

@sean-mcmanus sean-mcmanus added bug Language Service regression A bug that didn't exist in a previous release verified Bug has been reproduced labels Feb 7, 2022
@sean-mcmanus sean-mcmanus added this to the 1.9 milestone Feb 7, 2022
@sean-mcmanus
Copy link
Contributor

sean-mcmanus commented Feb 7, 2022

@djmanusudha Using the Edit Configuration (UI) command a 2nd time fixes the issue, right? If not, there could be something else happening.

@Colengms Colengms added the fixed Check the Milestone for the release in which the fix is or will be available. label Feb 10, 2022
@michelleangela
Copy link
Contributor

The fix for this issue is now available in version Insiders 1.9.0.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug fixed Check the Milestone for the release in which the fix is or will be available. Language Service regression A bug that didn't exist in a previous release verified Bug has been reproduced
Projects
None yet
Development

No branches or pull requests

4 participants