Skip to content

Commit 68118d3

Browse files
committed
update comments
1 parent 3ac1c24 commit 68118d3

File tree

3 files changed

+2
-26
lines changed

3 files changed

+2
-26
lines changed

src/client/api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,8 @@ export function buildApi(
146146
},
147147
pylance: {
148148
getOutputChannel: () => outputChannel.channel,
149+
//deprecated: Pyance now creates client
149150
createClient: (...args: any[]): BaseLanguageClient => {
150-
//deprecated
151151
// Make sure we share output channel so that we can share one with
152152
// Jedi as well.
153153
const clientOptions = args[1] as LanguageClientOptions;

src/client/browser/api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export function buildApi(reporter: TelemetryReporter, outputChannel: LogOutputCh
2222
pylance: {
2323
getOutputChannel: () => outputChannel,
2424
// eslint-disable-next-line @typescript-eslint/no-explicit-any
25-
// deprecated
25+
//deprecated: Pyance now creates client
2626
createClient: (...args: any[]): BaseLanguageClient =>
2727
new LanguageClient(PYTHON_LANGUAGE, 'Python Language Server', args[0], args[1]),
2828
start: (client: BaseLanguageClient): Promise<void> => client.start(),

vscode-python.sln

Lines changed: 0 additions & 24 deletions
This file was deleted.

0 commit comments

Comments
 (0)