Skip to content

Commit

Permalink
comment (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmingles committed Oct 8, 2024
1 parent 74182f3 commit b30acf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controllers/ConnectionController.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export class ConnectionController implements Disposable {

this._serverManager.onDidServerStatusChange(
server => {
// Auto connect to servers managed by extension when they start
// Auto connect to pip servers managed by extension when they start
if (server.isManaged && server.isRunning) {
this._serverManager.connectToServer(server.url, 'python');
}
Expand Down

0 comments on commit b30acf9

Please sign in to comment.