We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a96d50c commit 5ba6b4cCopy full SHA for 5ba6b4c
server/src/__tests__/server.test.ts
@@ -88,6 +88,9 @@ describe('server', () => {
88
"documentSymbolProvider": true,
89
"hoverProvider": true,
90
"referencesProvider": true,
91
+ "renameProvider": {
92
+ "prepareProvider": true,
93
+ },
94
"textDocumentSync": 1,
95
"workspaceSymbolProvider": true,
96
}
@@ -106,6 +109,8 @@ describe('server', () => {
106
109
expect(connection.onHover).toHaveBeenCalledTimes(1)
107
110
expect(connection.onReferences).toHaveBeenCalledTimes(1)
108
111
expect(connection.onWorkspaceSymbol).toHaveBeenCalledTimes(1)
112
+ expect(connection.onPrepareRename).toHaveBeenCalledTimes(1)
113
+ expect(connection.onRenameRequest).toHaveBeenCalledTimes(1)
114
})
115
116
it('allows for defining workspace configuration', async () => {
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments