Jason Wen

Results 11 comments of Jason Wen

@DataGreed I don't think @MarkCWirt is active anymore. This repo hasn't been updated since 2017, and looking at @MarkCWirt's contribution history, he hasn't contributed to anything in more than a...

Just use `@preprocessor` in your grammar file. For example: `@preprocessor typescript` at the beginning of your grammar file lets you use typescript in your post-processors and generates typescript for you....

Does it completely fail to start up and show a window or does it just not load your settings correctly?

> I am getting the same issue on Window 11 Professional. No ZED.log and no ZED windows appear. > > D:\src\zed\target\release [main ≡]> .\Zed.exe > [2024-03-23T18:31:01+11:00 ERROR util] crates\settings\src\settings_file.rs:76: EOF...

> Thread "main" panicked with "called Result::unwrap() on an Err value: NotSupportedError" at crates\gpui\src\platform\windows\window.rs:104:14 @davidgwright From this line in your logs it seems that the actual reason that Zed crashes...

> Facing the same issue in both debug and release. > > ```powershell > [2024-04-25T03:08:08+06:00 ERROR util] crates\settings\src\settings_file.rs:76: EOF while parsing a value at line 1 column 0 > [2024-04-25T03:08:08+06:00...

I've also gotten `0xffffffff` error codes recently but it works if I just restart it

Able to reproduce by opening a folder that is already open

Comment all lines that have `self._end_event` or `self._start_event` In them, and add `pass`es where needed in the viz/renderer.py file. These variables only deal with timing