Skip to content

Commit 8e8357a

Browse files
committed
initial removal of Pylance create/start/stop
1 parent 829f3ee commit 8e8357a

File tree

17 files changed

+183
-897
lines changed

17 files changed

+183
-897
lines changed

src/client/activation/common/outputChannel.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export class LanguageServerOutputChannel implements ILanguageServerOutputChannel
2424

2525
public get channel(): ILogOutputChannel {
2626
if (!this.output) {
27-
this.output = this.appShell.createOutputChannel(OutputChannelNames.languageServer);
27+
this.output = this.appShell.createOutputChannel(OutputChannelNames.JediLanguageServer);
2828
this.disposable.push(this.output);
2929
this.registerCommand().ignoreErrors();
3030
}

src/client/activation/node/languageServerProxy.ts

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

src/client/activation/node/manager.ts

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

src/client/activation/node/pylanceApi.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ import {
1313
export interface PylanceApi {
1414
client?: {
1515
isEnabled(): boolean;
16-
start(): Promise<void>;
17-
stop(): Promise<void>;
1816
};
1917
notebook?: {
2018
registerJupyterPythonPathFunction(func: (uri: Uri) => Promise<string | undefined>): void;

0 commit comments

Comments
 (0)