File tree Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -26,9 +26,6 @@ import {
2626 ShowMessageRequest ,
2727 ShowMessageRequestParams ,
2828 ConnectionMetadata ,
29- // ShowDocumentResult,
30- // ShowDocumentRequest,
31- // ShowDocumentParams,
3229} from '@aws/language-server-runtimes/protocol'
3330import { AuthUtil , CodeWhispererSettings , getSelectedCustomization } from 'aws-core-vscode/codewhisperer'
3431import {
@@ -44,7 +41,6 @@ import {
4441 isAmazonInternalOs ,
4542 fs ,
4643 oidcClientName ,
47- //openUrl,
4844} from 'aws-core-vscode/shared'
4945import { processUtils } from 'aws-core-vscode/shared'
5046import { activate } from './chat/activation'
@@ -190,15 +186,6 @@ export async function startLanguageServer(
190186 }
191187 )
192188
193- // client.onRequest<ShowDocumentResult, Error>(ShowDocumentRequest.method, async (params: ShowDocumentParams) => {
194- // try {
195- // return { success: await openUrl(vscode.Uri.parse(params.uri), lspName) }
196- // } catch (err: any) {
197- // getLogger().error(`Failed to open document for LSP: ${lspName}, error: %s`, err)
198- // return { success: false }
199- // }
200- // })
201-
202189 const sendProfileToLsp = async ( ) => {
203190 try {
204191 const result = await client . sendRequest ( updateConfigurationRequestType . method , {
You can’t perform that action at this time.
0 commit comments