Skip to content

Commit fa2ca09

Browse files
committed
refactor: Fold v1.0.1 section into main blog post content
Remove the separate v1.0.1 callout to avoid implying instability from back-to-back releases. Configuration details are now woven into a "Fully Configurable" section that links to the docs page for the complete settings reference. https://claude.ai/code/session_01LN2nDFAVGisL6CyGy6LfGg
1 parent fca8e93 commit fa2ca09

1 file changed

Lines changed: 4 additions & 11 deletions

File tree

blog/2026-03-10-psake-vscode-extension-v1.md

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -70,20 +70,13 @@ Scaffolding new tasks and build file structures is faster with nine built-in sni
7070
3. Open a project that contains a `psakefile.ps1` or `build.ps1`
7171
4. The extension activates automatically—check the Explorer sidebar for the psake Tasks panel
7272

73-
That's it. No configuration required.
73+
That's it. No configuration required—but there's plenty available if you need it.
7474

75-
## v1.0.1: Configuration Enhancements
75+
## Fully Configurable
7676

77-
Hot on the heels of v1.0, we shipped v1.0.1 with additional configuration options for users who need more control:
77+
The extension works out of the box, but every aspect of its behavior can be tuned to fit your workflow. Toggle CodeLens on or off, point to a custom PowerShell executable, pass extra parameters to `Invoke-psake` or your build script, and customize shell arguments—all without restarting VS Code.
7878

79-
- **`psake.codeLens.enabled`** — Toggle CodeLens on or off
80-
- **`psake.powershellExecutable`** — Specify a custom PowerShell executable
81-
- **`psake.shellArgs`** — Customize shell arguments (defaults to `-NoProfile`)
82-
- **`psake.invokeParameters`** — Pass extra parameters to `Invoke-psake`
83-
- **`psake.buildScriptParameters`** — Pass extra parameters to your build script
84-
- **`psake.buildScriptTaskParameter`** — Customize the task parameter name
85-
86-
All settings update dynamically—no restart needed.
79+
For the full list of settings, check out the [VS Code extension docs](/docs/integrations/vscode-extension#configuration).
8780

8881
## Part of a Growing Ecosystem
8982

0 commit comments

Comments
 (0)