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
didRename: { filters: [{ pattern: { glob: '**/*.clientrc', matches: 'file' }}] }
Failed to determine file type for <path to the renamed *.clientrc file from step 3>
OS version: macOs 15.1 (24B83)
It can be reproduced by using official lsp-sample with an additional server configuration, please see https://github.com/sergeysavchuk/vscode-extension-samples/tree/undo_renamed_file/lsp-sample (branch: undo_renamed_file)
Log: [Error - 11:56:30] Failed to determine file type for file:///Users//data/src/test/vscode-rename/testNew.clientrc.
The text was updated successfully, but these errors were encountered:
This shouldn't be an error. We should make this an info since we treat the file as a match to not loose anything.
Sorry, something went wrong.
Fixes #1581: Client error 'Failed to determine file type' after undoi…
83dc1eb
…ng rename with Cmd+Z
0222ad6
…ng rename with Cmd+Z (#1583)
Successfully merging a pull request may close this issue.
didRename: { filters: [{ pattern: { glob: '**/*.clientrc', matches: 'file' }}] }
Failed to determine file type for <path to the renamed *.clientrc file from step 3>
OS version: macOs 15.1 (24B83)
It can be reproduced by using official lsp-sample with an additional server configuration, please see https://github.com/sergeysavchuk/vscode-extension-samples/tree/undo_renamed_file/lsp-sample (branch: undo_renamed_file)
Log:

[Error - 11:56:30] Failed to determine file type for file:///Users//data/src/test/vscode-rename/testNew.clientrc.
The text was updated successfully, but these errors were encountered: