Can't start Julia language server in VS code

Hi all!
So I’m struggling with the following problem.
I use VS code on an M1 macbook air.
If I code using the jupyter notebook extension I can run the Julia Kernel (I’m using version 1.6.3).
But I can’t make julia run in the vs-code extension and write a script:


Then even if I specify the path I can’t get it to work:
For the record, on Pycharm I can run Julia without problems.
Any idea? Thanks!