How to disable code cell view in VSCode Clojure when using LiveShare?

Viewed 22

I have this problem that when I join a session using Live-share in VSCode to work on a shared code, I see codes in cells and every function is in a different cell as shown below :

enter image description here

We are using Clojure language and Calva too and I want to be able to disable this cell view and have the normal code view. Thanks

0 Answers
Related