Closed sergeysavchuk closed 3 weeks ago
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.
This shouldn't be an error. We should make this an info since we treat the file as a match to not loose anything.
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.