@vscode/vscode-settings-history 0.0.2-31 → 0.0.2-33
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/dist/history.json +1673 -0
- package/dist/vscode-settings.d.ts +46 -1
- package/package.json +1 -1
|
@@ -11792,6 +11792,49 @@ export type VscodeSettings_1_127_0_insider_2026062521 = Patch<VscodeSettings_1_1
|
|
|
11792
11792
|
readonly 'workbench.editorAssociations'?: Record<string, unknown>;
|
|
11793
11793
|
}, 'agents.voice.microphoneDevice' | 'chat.agentHost.clientTools' | 'chat.customizations.harnessSelector.enabled'>;
|
|
11794
11794
|
|
|
11795
|
+
// ── 1.127.0-insider+2026062621: +2, ~8 ──
|
|
11796
|
+
export type VscodeSettings_1_127_0_insider_2026062621 = Patch<VscodeSettings_1_127_0_insider_2026062521, {
|
|
11797
|
+
readonly 'chat.agent.maxRequests'?: number;
|
|
11798
|
+
readonly 'chat.agentHost.sdkSandbox.enabled'?: 'off' | 'on' | 'allowNetwork';
|
|
11799
|
+
readonly 'chat.experimental.permissionsSandboxToggle.enabled'?: boolean;
|
|
11800
|
+
readonly 'chat.tools.eligibleForAutoApproval'?: Record<string, unknown>;
|
|
11801
|
+
readonly 'editor.defaultFormatter'?: null | 'GitHub.copilot-chat' | 'vscode.css-language-features' | 'vscode.html-language-features' | 'vscode.json-language-features' | 'vscode.markdown-language-features' | 'vscode.markdown-math' | 'vscode.php-language-features' | 'vscode.typescript-language-features' | 'vscode.configuration-editing' | 'vscode.debug-auto-launch' | 'vscode.debug-server-ready' | 'vscode.emmet' | 'vscode.extension-editing' | 'vscode.git' | 'vscode.git-base' | 'vscode.github' | 'vscode.github-authentication' | 'vscode.grunt' | 'vscode.gulp' | 'vscode.ipynb' | 'vscode.jake' | 'ms-vscode.js-debug' | 'ms-vscode.js-debug-companion' | 'vscode.media-preview' | 'vscode.merge-conflict' | 'vscode.mermaid-markdown-features' | 'vscode.microsoft-authentication' | 'vscode.npm' | 'vscode.references-view' | 'vscode.search-result' | 'vscode.simple-browser' | 'vscode.terminal-suggest' | 'vscode.tunnel-forwarding' | 'ms-vscode.vscode-js-profile-table';
|
|
11802
|
+
readonly 'extensions.autoUpdate'?: 'on' | 'off';
|
|
11803
|
+
readonly 'github.copilot.chat.cli.sandbox.enabled'?: 'off' | 'on' | 'allowNetwork';
|
|
11804
|
+
readonly 'notebook.defaultFormatter'?: null | 'GitHub.copilot-chat' | 'vscode.css-language-features' | 'vscode.html-language-features' | 'vscode.json-language-features' | 'vscode.markdown-language-features' | 'vscode.markdown-math' | 'vscode.php-language-features' | 'vscode.typescript-language-features' | 'vscode.configuration-editing' | 'vscode.debug-auto-launch' | 'vscode.debug-server-ready' | 'vscode.emmet' | 'vscode.extension-editing' | 'vscode.git' | 'vscode.git-base' | 'vscode.github' | 'vscode.github-authentication' | 'vscode.grunt' | 'vscode.gulp' | 'vscode.ipynb' | 'vscode.jake' | 'ms-vscode.js-debug' | 'ms-vscode.js-debug-companion' | 'vscode.media-preview' | 'vscode.merge-conflict' | 'vscode.mermaid-markdown-features' | 'vscode.microsoft-authentication' | 'vscode.npm' | 'vscode.references-view' | 'vscode.search-result' | 'vscode.simple-browser' | 'vscode.terminal-suggest' | 'vscode.tunnel-forwarding' | 'ms-vscode.vscode-js-profile-table';
|
|
11805
|
+
readonly 'onboarding.developerMode'?: Record<string, unknown>;
|
|
11806
|
+
readonly 'workbench.browser.enableChatTools'?: boolean;
|
|
11807
|
+
}, never>;
|
|
11808
|
+
|
|
11809
|
+
// ── 1.127.0-insider+2026062905: +5, ~20 ──
|
|
11810
|
+
export type VscodeSettings_1_127_0_insider_2026062905 = Patch<VscodeSettings_1_127_0_insider_2026062621, {
|
|
11811
|
+
readonly 'chat.agent.allowedNetworkDomains'?: (string)[];
|
|
11812
|
+
readonly 'chat.agent.deniedNetworkDomains'?: (string)[];
|
|
11813
|
+
readonly 'chat.agent.sandbox.allowNetwork'?: boolean;
|
|
11814
|
+
readonly 'chat.agent.sandbox.enabled'?: 'off' | 'on';
|
|
11815
|
+
readonly 'chat.agent.sandbox.enabledWindows'?: 'off' | 'on';
|
|
11816
|
+
readonly 'chat.agent.sandbox.retryWithAllowNetworkRequests'?: boolean;
|
|
11817
|
+
readonly 'chat.agentHost.otel.captureContent'?: boolean;
|
|
11818
|
+
readonly 'chat.agentHost.otel.enabled'?: boolean;
|
|
11819
|
+
readonly 'chat.agentHost.otel.exporterType'?: 'otlp-http' | 'otlp-grpc' | 'console' | 'file';
|
|
11820
|
+
readonly 'chat.agentHost.otel.otlpEndpoint'?: string;
|
|
11821
|
+
readonly 'chat.agentHost.otel.outfile'?: string;
|
|
11822
|
+
readonly 'chat.tools.eligibleForAutoApproval'?: Record<string, unknown>;
|
|
11823
|
+
readonly 'github.copilot.chat.gemini35FlashReducedToolUsePrompt.enabled'?: boolean;
|
|
11824
|
+
readonly 'github.copilot.chat.gemini3GetChangedFilesTool.enabled'?: boolean;
|
|
11825
|
+
readonly 'github.copilot.chat.otel.captureContent'?: boolean;
|
|
11826
|
+
readonly 'github.copilot.chat.otel.enabled'?: boolean;
|
|
11827
|
+
readonly 'github.copilot.chat.otel.exporterType'?: 'otlp-grpc' | 'otlp-http' | 'console' | 'file';
|
|
11828
|
+
readonly 'github.copilot.chat.otel.headers'?: Record<string, unknown>;
|
|
11829
|
+
readonly 'github.copilot.chat.otel.otlpEndpoint'?: string;
|
|
11830
|
+
readonly 'github.copilot.chat.otel.outfile'?: string;
|
|
11831
|
+
readonly 'github.copilot.chat.otel.protocol'?: '' | 'http/json' | 'http/protobuf' | 'grpc';
|
|
11832
|
+
readonly 'github.copilot.chat.otel.resourceAttributes'?: Record<string, unknown>;
|
|
11833
|
+
readonly 'github.copilot.chat.otel.serviceName'?: string;
|
|
11834
|
+
readonly 'terminal.integrated.commandsToSkipShell'?: (string)[];
|
|
11835
|
+
readonly 'workbench.browser.agentHostChatToolsEnabled'?: boolean;
|
|
11836
|
+
}, never>;
|
|
11837
|
+
|
|
11795
11838
|
// ── Version map ──
|
|
11796
11839
|
// Stable entries map directly to their settings type.
|
|
11797
11840
|
// Insider entries map to a nested record keyed by 10-digit build release date
|
|
@@ -11880,12 +11923,14 @@ interface VscodeVersionMap {
|
|
|
11880
11923
|
'1.127.0-insider': InsiderBuilds<{
|
|
11881
11924
|
'2026062317': VscodeSettings_1_127_0_insider_2026062317;
|
|
11882
11925
|
'2026062521': VscodeSettings_1_127_0_insider_2026062521;
|
|
11926
|
+
'2026062621': VscodeSettings_1_127_0_insider_2026062621;
|
|
11927
|
+
'2026062905': VscodeSettings_1_127_0_insider_2026062905;
|
|
11883
11928
|
}>;
|
|
11884
11929
|
}
|
|
11885
11930
|
|
|
11886
11931
|
export type LatestVscodeSettings = VscodeSettings_1_126_0;
|
|
11887
11932
|
|
|
11888
|
-
export type LatestInsiderVscodeSettings =
|
|
11933
|
+
export type LatestInsiderVscodeSettings = VscodeSettings_1_127_0_insider_2026062905;
|
|
11889
11934
|
|
|
11890
11935
|
export type VscodeVersion = keyof VscodeVersionMap;
|
|
11891
11936
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vscode/vscode-settings-history",
|
|
3
|
-
"version": "0.0.2-
|
|
3
|
+
"version": "0.0.2-33",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"packageManager": "pnpm@10.18.0+sha512.e804f889f1cecc40d572db084eec3e4881739f8dec69c0ff10d2d1beff9a4e309383ba27b5b750059d7f4c149535b6cd0d2cb1ed3aeb739239a4284a68f40cfa",
|
|
6
6
|
"description": "Tracks VS Code settings schema changes across versions",
|