Using a list entry for dev with two elements disables the dev environemnt in pixi-pycharm dev = ["dev", "docs"] needs to be changed until the problem is solved to dev = ["dev"] https://github.com/pavelzw/pixi-pycharm/issues/92
Using a list entry for dev with two elements disables the dev environemnt in pixi-pycharm
dev = ["dev", "docs"]
needs to be changed until the problem is solved to
dev = ["dev"]
pavelzw/pixi-pycharm#92