LoganDark

Results 699 comments of LoganDark

it looks like #11156 was merged, but I'm going to ignore that for now since it was already on the path to merging when I started this. Assuming my PR...

I keep getting these: ``` 0 verbose cli C:\Users\LoganDark\AppData\Local\Zed\node\node-v18.15.0-win-x64\node.exe C:\Users\LoganDark\AppData\Local\Zed\node\node-v18.15.0-win-x64\node_modules\npm\bin\npm-cli.js 1 info using [email protected] 2 info using [email protected] 3 timing npm:load:whichnode Completed in 5ms 4 timing config:load:defaults Completed in 2ms...

Oh well, marking as non-draft for now as I believe that NPM issue is a separate issue. With these changes I'm able to use all the language servers that will...

I've been daily driving this for a few days and it works relatively ok. Open to feedback, I'd consider this relatively merge-ready unless the DNS thing is an issue with...

seems like there is an issue where paths from wasm are not normalized properly, ![image](https://github.com/zed-industries/zed/assets/4723091/8578d331-3777-4fd3-a874-67aed345dcfa) because the wasm binary itself is not windows-aware. need to fix this

alright now all kinds of language servers work: - rust-analyzer obviously works - built-in node language servers work (typescript, tailwind, css, python) - extension language servers work (html, svelte) I...

okay, apparently it's not just my machine then. thanks for the report. I have absolutely no fucking clue what is going wrong, so if anyone knows why zed's mere existence...

I could clean up the series of commits, a lot of them are self-contained (i.e. support zip extraction on windows, then fix the commands, then fix WASM paths etc.). this...

I suppose so, it might take me a while to find time for that level of organization, but I'm open to try.

This is about using Mouse4/Mouse5 (back/forward) to undo changes to caret position / selected tab. For example if I command+click something to go to definition, I should be able to...