We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Follow instructions in /testing/single/src/renameFiles.py
/testing/single/src/renameFiles.py
Renaming the folder renameFolders does not result int he references being update correctly.
renameFolders
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'" }
The text was updated successfully, but these errors were encountered:
KacieKK
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: