Sebastian Pfitzner
Sebastian Pfitzner
Yes. Any issue with that?
We won't change that in .jl files, but arguably notebooks should support this syntax.
Please provide more info.
AFAICT this is happening due to the `import Packmol: MonoAtomicFG, fg!` line in the `@testitem` at the end of your source file. Seems like a weird place for that? We...
I didn't look at the linked implementation in detail, but that second approach seems preferable.
> They say in the workspace but what if there are several folders? In *any* workspace. Basically, if you can open the file from the file explorer in VS Code,...
It doesn't matter how many workspace folders you have open. We're following the same behaviour as JuliaFormatter, except for never looking at the global config and not veering outside the...
We're always searching up from the current file's path, IIRC. So in both cases you should get the appropriate config. If not, then that's a bug
If you hit Ctrl-C three times within a second, we'll send out an interrupt signal, which doesn't require your inner loop to yield, but may be unsafe (i.e. it may...
[Peek 2024-03-04 16-06.webm](https://github.com/julia-vscode/julia-vscode/assets/6735977/36897544-8748-41db-b9c7-9a757c910d48) That works semi-reliably for me. What OS are you on?