Home > Net >  @nrwl/nx VS Code: Nx Console won't connect with project
@nrwl/nx VS Code: Nx Console won't connect with project

Time:12-21

Current behavior: Nx Console won't connect with project.

Expected behavior: NX Console would connect with project and show options for generators, projects structure and commands.

My project structure:

Nx project structure

Broken Nx Console extension:

Nx Console

CodePudding user response:

It was caused by old version of VS Code. After an update it works fine.

CodePudding user response:

Downgrading the Nx Console version to 12.x works for me

  • Related