Re: [Lazarus] Copilot, VS Code, and OmniPascal

2023-05-15 Thread Michalis Kamburelis via lazarus
On a somewhat related note, Castle Game Engine includes Pascal LSP server. It is documented on https://castle-engine.io/vscode , along with other notes recommending how to use Castle Game Engine with VS Code. Our LSP server code is https://github.com/castle-engine/pascal-language-server , it is

Re: [Lazarus] Copilot, VS Code, and OmniPascal

2023-05-15 Thread Michael Van Canneyt via lazarus
On Mon, 15 May 2023, Anthony Walter via lazarus wrote: Hello all! I would very much like to use Github Copilot with Free Pascal, and possibly within the Lazarus IDE. I have been using Github Copilot a lot recently with my C and C# coding projects and have found it to be an immensely useful

Re: [Lazarus] dbg file on smb share hangs IDE

2023-05-15 Thread gabor via lazarus
W dniu 2023-05-12 o 13:55, Mattias Gaertner via lazarus pisze: Hi, When debugging a project on Windows with external debug info (.dbg) the IDE hangs. It works on the local C partition, but it hangs the IDE when the project is on a smb share. I have to kill lazarus.exe. Is this known? I

Re: [Lazarus] dbg file on smb share hangs IDE

2023-05-15 Thread Maxim Ganetsky via lazarus
12.05.2023 14:55, Mattias Gaertner via lazarus пишет: Hi, When debugging a project on Windows with external debug info (.dbg) the IDE hangs. It works on the local C partition, but it hangs the IDE when the project is on a smb share. I have to kill lazarus.exe. Is this known? I guess it is

[Lazarus] Copilot, VS Code, and OmniPascal

2023-05-15 Thread Anthony Walter via lazarus
Hello all! I would very much like to use Github Copilot with Free Pascal, and possibly within the Lazarus IDE. I have been using Github Copilot a lot recently with my C and C# coding projects and have found it to be an immensely useful tool. Recently I used it rapidly to create documentation