@vscode/vscode-settings-history 0.0.2-9 → 0.0.2-90
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -0
- package/dist/history.json +236280 -0
- package/dist/vscode-settings.d.ts +3054 -10
- package/package.json +5 -6
- package/types.d.ts +18 -0
package/README.md
CHANGED
|
@@ -81,6 +81,9 @@ Replay from `{}` by applying patches to reconstruct the full state at any versio
|
|
|
81
81
|
|
|
82
82
|
Extract settings from a VS Code version and update the history:
|
|
83
83
|
|
|
84
|
+
Extraction runs both the regular workbench and the Agents window, then merges
|
|
85
|
+
their configuration registries so settings specific to either window are included.
|
|
86
|
+
|
|
84
87
|
```sh
|
|
85
88
|
npx tsx src/cli/extract.ts extract # latest stable
|
|
86
89
|
npx tsx src/cli/extract.ts extract --version 1.116.0 # specific version
|