microsoft / vscode

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

Apex tests are not loading after updating to new version #197139

Closed bishwambharsen closed 11 months ago

bishwambharsen commented 11 months ago

Type: Bug

Apex tests are not loading after updating to the latest version. keep getting error

Error running command sfdx.force.test.view.refresh: command 'sfdx.force.test.view.refresh' not found. This is likely caused by the extension that contributes sfdx.force.test.view.refresh.

VS Code version: Code 1.83.1 (f1b07bd25dfad64b0167beb15359ae573aecd2cc, 2023-10-10T23:48:05.904Z) OS version: Windows_NT x64 10.0.19044 Modes:

System Info |Item|Value| |---|---| |CPUs|11th Gen Intel(R) Core(TM) i7-1185G7 @ 3.00GHz (8 x 1805)| |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
video_decode: enabled
video_encode: enabled
vulkan: disabled_off
webgl: enabled
webgl2: enabled
webgpu: enabled| |Load (avg)|undefined| |Memory (System)|31.73GB (16.38GB free)| |Process Argv|--crash-reporter-id 6a6d0971-f981-4df3-ada8-693eede9caf1| |Screen Reader|no| |VM|0%|
Extensions (24) Extension|Author (truncated)|Version ---|---|--- salesforce-soql-editor|all|1.8.0 apex-pmd|chu|0.6.2 vscode-eslint|dba|2.4.2 gitlens|eam|14.4.1 prettier-vscode|esb|10.1.0 copilot|Git|1.132.0 copilot-chat|Git|0.8.0 copilot-labs|Git|0.15.1019 vsliveshare|ms-|1.0.5892 vsliveshare-pack|ms-|0.4.0 material-icon-theme|PKi|4.31.0 vscode-commons|red|0.0.6 vscode-xml|red|0.26.1 salesforce-vscode-slds|sal|1.4.8 salesforcedx-vscode|sal|59.1.2 salesforcedx-vscode-apex|sal|59.1.2 salesforcedx-vscode-apex-debugger|sal|59.1.2 salesforcedx-vscode-apex-replay-debugger|sal|59.1.2 salesforcedx-vscode-core|sal|59.1.2 salesforcedx-vscode-expanded|sal|59.1.2 salesforcedx-vscode-lightning|sal|59.1.2 salesforcedx-vscode-lwc|sal|59.1.2 salesforcedx-vscode-visualforce|sal|59.1.2 snyk-vulnerability-scanner|sny|1.25.2
A/B Experiments ``` vsliv368:30146709 vsreu685:30147344 python383:30185418 vspor879:30202332 vspor708:30202333 vspor363:30204092 vstes627:30244334 vslsvsres303:30308271 vserr242cf:30382550 pythontb:30283811 vsjup518:30340749 pythonptprofiler:30281270 vshan820:30294714 vstes263:30335439 vscorecescf:30445987 vscod805:30301674 binariesv615:30325510 bridge0708:30335490 bridge0723:30353136 vsaa593:30376534 pythonvs932:30410667 py29gd2263cf:30856253 vscaat:30438848 vsclangdc:30486549 c4g48928:30535728 dsvsc012cf:30540253 pynewext54:30695312 azure-dev_surveyonecf:30548226 2e4cg342:30602488 f6dab269:30613381 showlangstatbar:30737416 03d35959:30757346 pythonfmttext:30731395 fixshowwlkth:30771522 showindicator:30805244 pythongtdpath:30769146 i26e3531:30792625 pythonnosmt12:30797651 pythonidxpt:30866567 pythonnoceb:30805159 copilotsettingc:30859502 synctok:30869157 dsvsc013:30795093 dsvsc014:30804076 dsvsc015:30845448 pythontestfixt:30871694 pythonregdiag2cf:30871583 pyreplss1:30865275 pythoncet00cf:30874137 pythontbext0:30864172 ```
gjsjohnmurray commented 11 months ago

/causedByExtension

vscodenpa commented 11 months ago

This issue is caused by an extension, please file it with the repository (or contact) the extension has linked in its overview in VS Code or the marketplace for VS Code. See also our issue reporting guidelines. If you don't know which extension is causing the problem, you can run Help: Start extension bisect from the command palette (F1) to help identify the problem extension.

Happy Coding!