Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Renaming the file with CapitalizedWords name does not update the file name in the tab. #100682

Closed
codingonHP opened this issue Jun 21, 2020 · 2 comments
Labels
*duplicate Issue identified as a duplicate of another issue(s)

Comments

@codingonHP
Copy link

  • VSCode Version:
    Version: 1.46.1 (user setup)
    Commit: cd9ea64
    Date: 2020-06-17T21:13:20.174Z
    Electron: 7.3.1
    Chrome: 78.0.3904.130
    Node.js: 12.8.1
    V8: 7.8.279.23-electron.0

  • OS Version:
    OS: Windows_NT x64 10.0.18363

Steps to Reproduce:

  1. Create a file with CapitalizedWords name eg. DockerFile ( now notice the file name in the tab )
  2. Rename the file to Dockerfile (now notice the file name shown in the tab)

Expected:

  • File name should become Dockerfile in the tab as well after rename.

Actual

  • File name is still shown as DockerFile in the tab

Actions taken

  • Verified the filename on the disk and vs code file explorer, it is correct.
  • Closed the file and re opened but issue still persists.
  • Restarted VS code and still issue persists.

Does this issue occur when all extensions are disabled?: Yes

image

@gjsjohnmurray
Copy link
Contributor

/duplicate of #100436

@github-actions github-actions bot locked and limited conversation to collaborators Aug 5, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*duplicate Issue identified as a duplicate of another issue(s)
Projects
None yet
Development

No branches or pull requests

3 participants
@gjsjohnmurray @codingonHP and others