-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
wontfix - sorryThis will not be worked onThis will not be worked on
Description
Describe the bug
Using this extension in a running devcontainer does not work
To Reproduce
Steps to reproduce the behavior:
- use VSCODE.
- add a devcontainer in an existing angular projet
- use image typescript-node
- add feature angular-cli
- install this extention in container
- try to rename a component with right click : nothing happens
- try to rename with command by copying path of file : showing "Cannot find file. Stopped." notification
Expected behavior
Renaming is working or error is clearly shown in output
Screenshots or Demo Repo
If applicable, add screenshots or link to a repo to help explain your problem.
Desktop (please complete the following information):
- OS: Ubuntu
- devcontainer file
"image": "mcr.microsoft.com/devcontainers/typescript-node:1-22-bookworm",
"features": {
"ghcr.io/devcontainers-extra/features/angular-cli:2": {}
},
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
wontfix - sorryThis will not be worked onThis will not be worked on