Rush node_modules autocomplete fail #80743
Labels
javascript
JavaScript support issues
typescript
Typescript support issues
upstream
Issue identified as 'upstream' component related (exists outside of VS Code)
Steps to Reproduce:
libraries/dtos/src/dtos/user.ts
You will have a compiler error. Normally vscode should be able to auto import the missing decorators from class-validator
Additional informations:
Rush strategy is to create a clean
node_modules
tree in/common/temp/node_modules
.After that rush create for each "packages" a new
node_modules
tree with symlink.The text was updated successfully, but these errors were encountered: