Skip to content

Commit 2849cfb

Browse files
committed
feat: create didRenameFile provider
implements notification handler interface
1 parent 618d69a commit 2849cfb

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
import {
2+
DidRenameFilesNotification,
3+
NotificationHandler,
4+
RenameFilesParams,
5+
} from 'vscode-languageserver';
6+
7+
export class handler implements NotificationHandler<RenameFilesParams> {}

0 commit comments

Comments
 (0)