Skip to content

Does not work in VSCODE devcontainer #52

@sylvainfaubet

Description

@sylvainfaubet

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": {}
  },

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions