Florian Hopfner
Florian Hopfner
@brettfo It seems you did the change with #2712 where a new notebook is initialized with the default language setting. Do you have pointers on how to get started with...
@jonsequitur You Sir just made my day! Thanks for this much more practical workaround. Combined with the "Save notebook as..." command I can use .dib as editing format and .ipynb...
Also encountered an unexpected exception for an 204 status code. Would appreciate a solution or work around for this.
Gave this a [shot](https://github.com/dev-cycles/contextive/compare/main...FH-Inway:contextive:visual-studio-poc) today. Result for now was that something is happening (the language server .exe shows some CPU utilization when hovering over a word and some logs show...
Here is the log: [VS156025C6.LSPClient.Microsoft.VisualStudio.LanguageServer.Client.VSExtensibilityLanguageServerProviderClient.JCRC.zip](https://github.com/user-attachments/files/16233413/VS156025C6.LSPClient.Microsoft.VisualStudio.LanguageServer.Client.VSExtensibilityLanguageServerProviderClient.JCRC.zip) Sorry about the German in the exception message. After System.AggregateException it says that at least one error occured. And after System.ArgumentNullException, it says that the...
Thanks, that was helpful. The good news, progress!  My [branch](https://github.com/dev-cycles/contextive/compare/main...FH-Inway:contextive:visual-studio-poc) shows the changes I made to get there. Some I took from your branch. To get the result from...
Thanks for the extensive info. First of all, no worries about my frustrations, isn't that a developers daily business? :wink: Ok, let me go through it point by point: ##...
Thanks! I rebased my branch on your visual-studio branch and built the language server from there. See [branch comparison](https://github.com/dev-cycles/contextive/compare/visual-studio...FH-Inway:contextive:visual-studio-poc). Setting the working directory worked, see https://github.com/dev-cycles/contextive/commit/6b6fd7715fea279f28f1c7ba930e9c778a3b09cc Regarding the more comprehensive...
I rebased again on main and created a new branch [visual-studio](https://github.com/dev-cycles/contextive/compare/main...FH-Inway:contextive:visual-studio) (not to be confused with your visual-studio branch), which I cleaned up. It now only has one conventional commit,...
On another note, I don't think the extension will be useful if it cannot support files opened from a solution. Solutions are the main working context in Visual Studio, unlike...