Skip to content

Commit 2aa6322

Browse files
dmartinochoaclaude
andcommitted
docs: header comment now matches python -m pip install convention
The rest of the tree (README, install.ts, sample-workflow README, welcome panel) moved to `python -m pip install` for the v1.0.1 batch; extension.ts's file header still pointed users at the bare `pip install` form. Trivially confusing for anyone reading the top of the file. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent c2211dc commit 2aa6322

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/extension.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// position translation).
99
//
1010
// The server itself lives upstream in `dmartinochoa/pipeline-check`
11-
// under `pipeline_check/lsp/`; install via `pip install
11+
// under `pipeline_check/lsp/`; install via `python -m pip install
1212
// "pipeline-check[lsp]"`.
1313

1414
import * as vscode from "vscode";

0 commit comments

Comments
 (0)