microsoft / vscode

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

Issue with Characters Overlapping Instead of Reformatting in Split View #194378

Closed ghost closed 10 months ago

ghost commented 1 year ago

Type: Bug

Dear people,

I am encountering an issue where, in split view, characters are not reformatting to match the window width when resized or dragged over each other. It also seems like the issue just suddenly occured without me doing anything to provoke it, I was just doing simple Python code exercises when it occured. I've ensured that my Visual Studio Code is updated and have tried resetting the settings to default, yet the problem persists.

My settings.json are:

 {
    "workbench.colorTheme": "Default Dark Modern",
    "security.workspace.trust.untrustedFiles": "open",
    "python.linting.pylintEnabled": true,
    "python.linting.enabled": true,
    "python.linting.pylintArgs": [
        "--max-line-length=79"
    ],
    "editor.rulers": [79, 72],
    "[python]": {
        "editor.wordWrap": "wordWrapColumn",
        "editor.wordWrapColumn": 79
    },
    "python.defaultInterpreterPath": "c:\\Users\\****\\OneDrive\\Desktop\\Python\\new_env\\Scripts\\python.exe",
    "editor.fontSize": 16,
    "window.zoomLevel": 1
}

Any help is appreciated, thank you.

VS Code version: Code 1.82.2 (abd2f3db4bdb28f9e95536dfa84d8479f1eb312d, 2023-09-14T05:55:25.390Z) OS version: Windows_NT x64 10.0.22621 Modes:

System Info |Item|Value| |---|---| |CPUs|Intel(R) Pentium(R) Silver N5030 CPU @ 1.10GHz (4 x 1094)| |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)|7.82GB (1.63GB free)| |Process Argv|--crash-reporter-id 8f0cbd4b-9b55-4469-9945-7a0e16cc90af| |Screen Reader|no| |VM|0%|
Extensions (2) Extension|Author (truncated)|Version ---|---|--- python|ms-|2023.16.0 vscode-pylance|ms-|2023.9.20
A/B Experiments ``` vsliv368cf:30146710 vsreu685:30147344 python383cf:30185419 vspor879:30202332 vspor708:30202333 vspor363:30204092 vslsvsres303:30308271 vserr242cf:30382550 pythontb:30283811 vsjup518:30340749 pythonptprofiler:30281270 vshan820:30294714 vstes263:30335439 vscoreces:30445986 vscod805cf:30301675 binariesv615:30325510 bridge0708:30335490 bridge0723:30353136 vsaa593cf:30376535 pythonvs932:30410667 py29gd2263cf:30792227 vsclangdf:30486550 c4g48928:30535728 dsvsc012:30540252 pynewext54:30695312 azure-dev_surveyone:30548225 282f8724:30602487 89544117:30613380 2i9eh265:30646982 showlangstatbar:30737416 962ge761:30841074 a2ce3375:30757347 pythonfmttext:30731395 fixshowwlkth:30771522 showindicator:30805244 pythongtdpath:30769146 i26e3531:30792625 pythonnosmt12:30797651 pythonidxpt:30805730 pythonnoceb:30805159 copilotsettingc:30839828 asynctok:30821568 dsvsc013:30795093 dsvsc014:30804076 diffeditorv2:30821572 dsvsc015:30845448 ```
alexdima commented 10 months ago

@MikevanDykehike appologies for the slow answer. Could you please show a screenshot with the problem, I'm not sure what you mean.

vscodenpa commented 10 months ago

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!