I've just had to start from a fresh setup thanks to equipment failure, and this means configuring VSCode from scratch again. On my old set-up, Jupyter Notebooks (over SSH) would feature rich syntax highlighting identical to that used in raw .py files (photo 1):
However, in Jupyter notebooks, Pylance and intellisense work (I can mouseover and complete variables), but the rich syntax highlighting never does (photo 2): ipynb lack of syntax highlighting
This worked perfectly fine on my old system, and I was using the Dark+ theme as I am here. Any ideas as to what could be the cause of this? Many thanks all.
Things I have tried:
VSCode 1.60.0 (but the issue was also there in 1.59.x)