microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
164.27k stars 29.31k forks source link

Problem After Saving. #134711

Closed amalendu315 closed 3 years ago

amalendu315 commented 3 years ago

Issue Type: Bug

I am writing a code in reactjs and after changing or writing a new code when I try to save the code. The code gets many errors I dont know why but before saving the editor says 0 problems but after saving the code editor say 9+ problems and when i see the code then what i get is a fully destructed code.

VS Code version: Code 1.61.0 (ee8c7def80afc00dd6e593ef12f37756d8f504ea, 2021-10-07T18:13:09.652Z) OS version: Windows_NT x64 10.0.19042 Restricted Mode: No

System Info |Item|Value| |---|---| |CPUs|Intel(R) Core(TM) i5-3337U CPU @ 1.80GHz (4 x 1796)| |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)|15.87GB (11.65GB free)| |Process Argv|--crash-reporter-id 38e6db74-f55f-4155-a5a9-adae9cd12993| |Screen Reader|no| |VM|0%|
Extensions (19) Extension|Author (truncated)|Version ---|---|--- html-snippets|abu|0.2.1 project-manager|ale|12.4.0 vscode-django|bat|1.6.0 tf2snippets|cha|0.1.0 gitignore|cod|0.7.0 git-extension-pack|don|0.1.3 githistory|don|0.6.18 es7-react-js-snippets|dsz|3.1.1 gitlens|eam|11.6.1 vscode-html-css|ecm|1.10.2 vsc-material-theme-icons|equ|2.2.1 php-pack|fel|1.0.2 vscode-JS-CSS-HTML-formatter|lon|0.2.3 atom-keybindings|ms-|3.0.9 cpptools|ms-|1.6.0 vscode-thunder-client|ran|1.9.1 format-html-in-php|rif|1.7.0 html-preview-vscode|tht|0.2.5 vscode-open-in-github|ziy|1.3.6
A/B Experiments ``` vsliv368:30146709 vsreu685:30147344 python383:30185418 pythonvspyt602:30300191 vspor879:30202332 vspor708:30202333 vspor363:30204092 pythonvspyt639:30300192 pythontb:30283811 pythonptprofiler:30281270 vsdfh931:30280409 vshan820:30294714 vstes263:30335439 pythondataviewer:30285071 pythonvsuse255:30340121 vscod805:30301674 pythonvspyt200:30340761 binariesv615:30325510 vsccppwtct:30378365 pythonvssor306:30344512 bridge0708:30335490 pygetstartedt2:30371810 dockerwalkthru:30377721 bridge0723:30353136 pythonrunftest32:30373476 pythonf5test824:30373475 javagetstartedt:30364666 pythonvspyt187:30373474 pydsgst2:30361792 vsqsis200:30374795 vsaa593:30376534 vssld246cf:30379912 ```
gjsjohnmurray commented 3 years ago

Please use the Start Extension Bisect command from Command Palette to investigate whether the problem is being caused by one of your extensions.

amalendu315 commented 3 years ago

Yes the problem was caused because of the prettier extension and i uninstalled it and now its working well

On Sat, 9 Oct 2021, 18:45 John Murray, @.***> wrote:

Please use the Start Extension Bisect command from Command Palette to investigate whether the problem is being caused by one of your extensions.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/microsoft/vscode/issues/134711#issuecomment-939295559, or unsubscribe https://github.com/notifications/unsubscribe-auth/AUEQHL5P46SYSGOCZ4TKV7TUGA56ZANCNFSM5FVH6TUA .

gjsjohnmurray commented 3 years ago

Please close the issue.

mjbvz commented 3 years ago

Thanks @gjsjohnmurray!