Windows: Temporary comments for dealing with open recently crash
I thought here is the root cause the problem of crash when open recent in zed. relatve issue might be: #11094 , #10884. I don't know how to deal with this problem should we currently comment this line? or some one can deal with this problem.
Release Notes:
- N/A
After devide into, comments this line cause vim mode cannot work. I guess the method of use WNDCLASSW with callback method wnd_proc might have some problem....
I think the underlying problem is the BorrowMutError that occurs when borrowing the callbacks. I am not sure why this happens, haven't looked into it deeper.
This will be fixed here https://github.com/zed-industries/zed/pull/11334
Superseded by https://github.com/zed-industries/zed/pull/11334