James
James
It would be very nice if the EXE just read a .config file and the MIME list can be put in that file. That way there's a default, but its...
So, having fought with this for a bit, I came up with a more elegant solution. I tested this approach and deployed a full build with a plugin with many...
The problem is that "dotnet publish" on a DLL does NOT publish any of the dependencies. The only thing it produces is a .nuget package. Its very unintuitive behavior. If...
Found this: https://developer.mozilla.org/en-US/docs/Web/API/WebSockets_API/Writing_WebSocket_server Only dependency is TcpListener.
I will certainly try if I can manage to find time. But I have been working 12 hour days for weeks -- so many irons in the fire. This issue...
@miltoncandelero Did you complete a parser that converts the json format into bmfont format? I would also like to work in bmfont.
Seconding this behavior. I found that you can get around the output deletion by hitting the "Enter" key to see the list of AI suggestions and then hitting Esc. The...
Ahh.. I had to go do some reading to get educated on language servers. I see now why this is non-trivial. Just out of curiosity, have you seen this project?...
I found this https://stackoverflow.com/a/77659136/1402498 and this https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/ These shed light on the fact that Copilot's awareness is dependent on the didOpen, didClose, and didChange invocations to the LSP. This is...
Thank you for the feedback!