zed-industries / zed

Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
https://zed.dev
Other
48.28k stars 2.87k forks source link

On Linux Build: go to defination is not working in expected way #13473

Open IgMominKhan opened 3 months ago

IgMominKhan commented 3 months ago

Check for existing issues

Describe the bug / provide steps to reproduce it

I cloned and build zed for linux (fedora 40). I discovered some issues here. I am using vim-mode in VSC features. Issue 1: While i try to go to defination, zed open the file in a new tab but there is no contents at all. Issue 2: Most of the time my mouse pointer is invisible in zed.

Here is the video link : https://youtu.be/KbT5vbSbvd4

Environment

sudo dmidecode -t system

[sudo] password for igmominkhan:

dmidecode 3.6

Getting SMBIOS data from sysfs. SMBIOS 3.3.0 present.

Handle 0x002F, DMI type 32, 11 bytes System Boot Information Status: No errors detected

Handle 0x000E, DMI type 1, 27 bytes System Information Manufacturer: LENOVO Product Name: 82KU Version: IdeaPad 3 15ALC6 Serial Number: PF411X2N UUID: e9b9e233-2d9b-11ed-80f2-9c2dcd7304c6 Wake-up Type: Power Switch SKU Number: LENOVO_MT_82KU_BU_idea_FM_IdeaPad 3 15ALC6 Family: IdeaPad 3 15ALC6

Handle 0x0033, DMI type 15, 31 bytes System Event Log Area Length: 562 bytes Header Start Offset: 0x0000 Header Length: 16 bytes Data Start Offset: 0x0010 Access Method: General-purpose non-volatile data functions Access Address: 0x00F0 Status: Valid, Not Full Change Token: 0x00000022 Header Format: Type 1 Supported Log Type Descriptors: 4 Descriptor 1: POST error Data Format 1: POST results bitmap Descriptor 2: PCI system error Data Format 2: None Descriptor 3: System reconfigured Data Format 3: None Descriptor 4: Log area reset/cleared Data Format 4: None

If applicable, add mockups / screenshots to help explain present your vision of the feature

No response

If applicable, attach your ~/Library/Logs/Zed/Zed.log file to this issue.

Zed.log


notpeter commented 3 months ago

It appears we may doing some wonky url encoding of your paths.

Note the %20 (space) and %28 / %29 which are ( and ) are part of your paths.

image