microsoft / vscode

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

I could see unwanted spaces in Salesforce Profile meta xml #204815

Closed prao-r7 closed 8 months ago

prao-r7 commented 8 months ago

Type: Bug

Hi Team,

Good Day!

I could see unwanted spaces in Salesforce Profile meta xml files, even though i have not done any changes to it.

Could you please assist on it.

VS Code version: Code 1.86.0 (05047486b6df5eb8d44b2ecd70ea3bdf775fd937, 2024-01-31T10:29:11.933Z) OS version: Darwin arm64 22.6.0 Modes:

System Info |Item|Value| |---|---| |CPUs|Apple M1 (8 x 24)| |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
webgl: enabled
webgl2: enabled
webgpu: enabled| |Load (avg)|2, 2, 2| |Memory (System)|8.00GB (0.06GB free)| |Process Argv|--crash-reporter-id cc66af34-e8d7-41e6-af17-aae13b9cf4ef| |Screen Reader|no| |VM|0%|
Extensions (28) Extension|Author (truncated)|Version ---|---|--- project-manager|ale|12.7.0 npm-intellisense|chr|1.4.5 path-intellisense|chr|2.8.5 gitignore|cod|0.9.0 vscode-eslint|dba|2.4.4 git-extension-pack|don|0.1.3 githistory|don|0.6.20 gitlens|eam|14.8.0 vscode-npm-script|eg2|0.3.29 prettier-vscode|esb|10.1.0 lana|Fin|1.12.1 vscode-git-cruise|Guo|0.2.4 search-node-modules|jas|1.3.0 vscode-xml|red|0.26.1 salesforce-vscode-slds|sal|1.4.8 salesforcedx-vscode|sal|59.9.0 salesforcedx-vscode-apex|sal|59.17.0 salesforcedx-vscode-apex-debugger|sal|59.17.0 salesforcedx-vscode-apex-replay-debugger|sal|59.17.0 salesforcedx-vscode-core|sal|59.17.0 salesforcedx-vscode-lightning|sal|59.17.0 salesforcedx-vscode-lwc|sal|59.9.0 salesforcedx-vscode-soql|sal|59.17.0 salesforcedx-vscode-visualforce|sal|59.17.0 sfdx-package-xml-generator|Vig|2.0.10 nodejs-extension-pack|wad|0.1.9 JavaScriptSnippets|xab|1.8.0 vscode-open-in-github|ziy|1.3.6
A/B Experiments ``` vsliv368:30146709 vspor879:30202332 vspor708:30202333 vspor363:30204092 vstes516:30244333 vscorecescf:30445987 vscod805cf:30301675 binariesv615:30325510 vsaa593:30376534 py29gd2263:30899288 c4g48928:30535728 azure-dev_surveyone:30548225 962ge761:30959799 pythongtdpath:30769146 welcomedialog:30910333 pythonidxpt:30866567 pythonnoceb:30805159 asynctok:30898717 pythontestfixt:30902429 pythonregdiag2:30936856 pyreplss1:30897532 pythonmypyd1:30879173 pythoncet0:30885854 pythontbext0:30879054 accentitlementsc:30887149 dsvsc016:30899300 dsvsc017:30899301 dsvsc018:30899302 pydisww2:30959801 dsvsc019bcf:30953938 b5d27386:30958190 3ef8e399:30949928 bg6jg535:30958357 ccp2r3:30958157 ```
vscodenpa commented 8 months ago

Thanks for creating this issue! It looks like you may be using an old version of VS Code, the latest stable release is 1.86.1. Please try upgrading to the latest version and checking whether this issue remains.

Happy Coding!

prao-r7 commented 8 months ago

Hi team,

Incase if i try to use latest version then we are facing so many issues, that's the reason we degarded to little older version. Example:-

  1. Unable to see previously connected Sandbox list.
  2. UI deployment & retrieval was not working.

Thanks

gjsjohnmurray commented 8 months ago

/causedByExtension

Please raise your issue(s) initially with the SFDX extension developers. If they think there has been a regression in 1.86 they should raise it here.

vscodenpa commented 8 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!