Lispercat

Results 30 comments of Lispercat

Can you open some xml file in that target editor from which you call the command? On Thu, Sep 21, 2023 at 12:14 PM Undefined ***@***.***> wrote: > Ok so...

Feels like it's failing for you in initVariables method when it's trying to execute this line: this.g_workspaceFolder = vscode.workspace.workspaceFolders[0].uri.fsPath.replace(/\\/g, "/"); See, I've never testing the project from non-SSB folders, maybe...

if you put if(!vscode.workspace.workspaceFolders){ return; } at the beginning of private initVariables() function that should solve the problem On Thu, Sep 21, 2023 at 12:21 PM Undefined ***@***.***> wrote: >...

I pushed the fix in the release 1.0.49, please update. Thanks for reporting the bug! On Thu, Sep 21, 2023 at 12:33 PM Undefined ***@***.***> wrote: > Feels like it's...

No, unfortunately I can't On Thu, Feb 29, 2024, 16:19 isaiahh1013 ***@***.***> wrote: > I'm wondering if this extension offers debugging for the code or could > even pass the...

Same issue. BTW, how do you set up a breakpoint?

Interesting, after evaluating your `:let g:conjure#debug = v:true` it started to print out every time I evaluate the buffer. Moreover, it now prints with color and not commented out, as...

I think I can reproduce the issue even using ConjureSchool When I am doing `er` on ``` (do (print "Hello, World!") (school.lesson-3)) ``` it prints out: ``` ; eval (root-form):...

On my side it looks like it's the issue of the nvim-treesitter being switched to the "main" branch Neotest-dotnet still works for me when I switch to the "master" branch...

In my case :Copilot disable doesn't even stop giving suggestions, it looks like it's a noop.