Not getting inline result in VS Code after switching to Julia 1.9.2

Dear All,

After switching to Julia 1.9.2 I am having issues in having inline results in VS Code for some reason. Sometimes it works and sometimes it does not. I have tried removing vs code, removing Julia extension, and then reinstalling them etc, but the issue does not go away. When I run the code from Julia REPL within VS Code, the code executes just fine, but it is the inline execution (SHIFT+ENTER) does not seem to work.

Any tips/suggestions regarding how to resolve this issue will be much appreciated!

Some additional context might help here.

The initial SHIFT+ENTER initializes a new Julia REPL instance and executes the code snippet for which you initially hit SHIFT+ENTER.

Can you describe the issue in more detail? And maybe share some relevant screen capture?