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

Rename folder not detected when in docker container #6733

Open
judej opened this issue Dec 4, 2024 · 0 comments
Open

Rename folder not detected when in docker container #6733

judej opened this issue Dec 4, 2024 · 0 comments
Assignees
Labels
bug Something isn't working needs repro Issue has not been reproduced yet

Comments

@judej
Copy link
Contributor

judej commented Dec 4, 2024

Follow instructions in /testing/single/src/renameFiles.py

Renaming the folder renameFolders does not result int he references being update correctly.

We are getting the lsp messages as expected.

2024-12-04 20:40:07.366 [info] [Trace - 8:40:07 PM] Received response 'workspace/willRenameFiles - (13)' in 4ms.
2024-12-04 20:40:07.366 [info] No result returned.

2024-12-04 20:40:07.726 [info] [Trace - 8:40:07 PM] Sending notification 'workspace/didChangeWatchedFiles'.
2024-12-04 20:40:07.726 [info] Params: {
    "changes": [
        {
            "uri": "file:///workspaces/python/.devcontainer/pylance-release/testing/single/src/renameFolders3",
            "type": 1
        },
        {
            "uri": "file:///workspaces/python/.devcontainer/pylance-release/testing/single/src/renameFolders",
            "type": 3
        }
    ]
}

2024-12-04 20:40:07.727 [info] [Trace - 8:40:07 PM] Received notification 'window/logMessage'.
2024-12-04 20:40:07.727 [info] Params: {
    "type": 3,
    "message": "(6979) SourceFile: Received fs event 'add' for path '/workspaces/python/.devcontainer/pylance-release/testing/single/src/renameFolders3'"
}

2024-12-04 20:40:07.727 [info] [Info  - 8:40:07 PM] (6979) SourceFile: Received fs event 'add' for path '/workspaces/python/.devcontainer/pylance-release/testing/single/src/renameFolders3'
2024-12-04 20:40:07.727 [info] [Trace - 8:40:07 PM] Received notification 'window/logMessage'.
2024-12-04 20:40:07.727 [info] Params: {
    "type": 3,
    "message": "(6979) SourceFile: Received fs event 'change' for path '/workspaces/python/.devcontainer/pylance-release/testing/single/src/renameFolders'"
}

@github-actions github-actions bot added the needs repro Issue has not been reproduced yet label Dec 4, 2024
@KacieKK KacieKK added the bug Something isn't working label Dec 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working needs repro Issue has not been reproduced yet
Projects
None yet
Development

No branches or pull requests

2 participants