Slicer kernel for jupyter notebook and python debugger setup in vscode

I have quick question. I tried following the steps outlined in https://github.com/SlicerRt/SlicerDebuggingTools but may be missing something.

Setting up the following json file for a remote attachment for the debugger.

image

I get the following connection error:
image

I also tried following some of the advice on this thread (https://discourse.slicer.org/t/developing-slicer-modules-in-visual-studio-visual-studio-code/9496/20) for setting up the correct python paths and autocomplete paths for vscode, but haven’t quite been able get autocompletion to work or recognize “import slicer” for example. From my understanding of this thread, it seems that getting a debugging connection alone will allow autocompletion?

Any help would be much appreciated! thanks!