workspace.onDidRenameFile and workspace.onWillRenameFile implementations are missed #4167
Labels
plug-in system
issues related to the plug-in system
typescript
issues related to the typescript language
vscode
issues related to VSCode compatibility
The goal of this task is to add missed parts [1] to have ability to use VS Code typescript extension [2] as a
.theia
plugin in Eclipse Che.workspace.onDidRenameFile
andworkspace.onWillRenameFile
are not part of extension API.[1] https://github.com/Microsoft/vscode/blob/master/src/vs/vscode.proposed.d.ts#L1033-L1035
[2] https://github.com/Microsoft/vscode/tree/master/extensions/typescript-language-features
Reference issue
#3767
The text was updated successfully, but these errors were encountered: