@vscode/vscode-settings-history 0.0.2-32 → 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 +478 -0
- package/dist/vscode-settings.d.ts +31 -1
- package/package.json +1 -1
package/dist/history.json
CHANGED
|
@@ -368653,5 +368653,483 @@
|
|
|
368653
368653
|
}
|
|
368654
368654
|
}
|
|
368655
368655
|
]
|
|
368656
|
+
},
|
|
368657
|
+
{
|
|
368658
|
+
"version": "1.127.0-insider+2026062905",
|
|
368659
|
+
"base": {
|
|
368660
|
+
"version": "1.127.0-insider+2026062621"
|
|
368661
|
+
},
|
|
368662
|
+
"patch": [
|
|
368663
|
+
{
|
|
368664
|
+
"op": "replace",
|
|
368665
|
+
"path": "/github.copilot.chat.gemini35FlashReducedToolUsePrompt.enabled/defaultDefaultValue",
|
|
368666
|
+
"value": true
|
|
368667
|
+
},
|
|
368668
|
+
{
|
|
368669
|
+
"op": "replace",
|
|
368670
|
+
"path": "/github.copilot.chat.gemini35FlashReducedToolUsePrompt.enabled/default",
|
|
368671
|
+
"value": true
|
|
368672
|
+
},
|
|
368673
|
+
{
|
|
368674
|
+
"op": "replace",
|
|
368675
|
+
"path": "/github.copilot.chat.gemini3GetChangedFilesTool.enabled/defaultDefaultValue",
|
|
368676
|
+
"value": false
|
|
368677
|
+
},
|
|
368678
|
+
{
|
|
368679
|
+
"op": "replace",
|
|
368680
|
+
"path": "/github.copilot.chat.gemini3GetChangedFilesTool.enabled/default",
|
|
368681
|
+
"value": false
|
|
368682
|
+
},
|
|
368683
|
+
{
|
|
368684
|
+
"op": "replace",
|
|
368685
|
+
"path": "/chat.agent.sandbox.retryWithAllowNetworkRequests/markdownDescription",
|
|
368686
|
+
"value": "Controls whether agent mode terminal commands can retry in the sandbox with unrestricted network access after user confirmation. This applies only when `#chat.agent.sandbox.enabled#` is enabled and preserves file system sandboxing while relaxing network restrictions for an approved command."
|
|
368687
|
+
},
|
|
368688
|
+
{
|
|
368689
|
+
"op": "replace",
|
|
368690
|
+
"path": "/chat.agent.sandbox.enabledWindows/enumDescriptions/1",
|
|
368691
|
+
"value": "Enable sandboxing for agent mode tools on Windows."
|
|
368692
|
+
},
|
|
368693
|
+
{
|
|
368694
|
+
"op": "replace",
|
|
368695
|
+
"path": "/chat.agent.sandbox.enabledWindows/enum/1",
|
|
368696
|
+
"value": "on"
|
|
368697
|
+
},
|
|
368698
|
+
{
|
|
368699
|
+
"op": "replace",
|
|
368700
|
+
"path": "/chat.agent.sandbox.enabledWindows/markdownDescription",
|
|
368701
|
+
"value": "Controls whether agent mode uses sandboxing on Windows. Use `#chat.agent.sandbox.allowNetwork#` to allow all network domains."
|
|
368702
|
+
},
|
|
368703
|
+
{
|
|
368704
|
+
"op": "add",
|
|
368705
|
+
"path": "/chat.agentHost.otel.outfile/policy",
|
|
368706
|
+
"value": {
|
|
368707
|
+
"name": "CopilotOtelOutfile",
|
|
368708
|
+
"category": "InteractiveSession",
|
|
368709
|
+
"minimumVersion": "1.127",
|
|
368710
|
+
"managedSettings": {
|
|
368711
|
+
"telemetry.endpoint": {
|
|
368712
|
+
"type": "string"
|
|
368713
|
+
},
|
|
368714
|
+
"telemetry.protocol": {
|
|
368715
|
+
"type": "string"
|
|
368716
|
+
}
|
|
368717
|
+
},
|
|
368718
|
+
"localization": {
|
|
368719
|
+
"description": {
|
|
368720
|
+
"key": "chat.agentHost.otel.outfile.policy",
|
|
368721
|
+
"value": "Prevents local file export when enterprise-managed Copilot OpenTelemetry export is configured."
|
|
368722
|
+
}
|
|
368723
|
+
}
|
|
368724
|
+
}
|
|
368725
|
+
},
|
|
368726
|
+
{
|
|
368727
|
+
"op": "add",
|
|
368728
|
+
"path": "/chat.agentHost.otel.captureContent/policy",
|
|
368729
|
+
"value": {
|
|
368730
|
+
"name": "CopilotOtelCaptureContent",
|
|
368731
|
+
"category": "InteractiveSession",
|
|
368732
|
+
"minimumVersion": "1.127",
|
|
368733
|
+
"managedSettings": {
|
|
368734
|
+
"telemetry.captureContent": {
|
|
368735
|
+
"type": "boolean"
|
|
368736
|
+
},
|
|
368737
|
+
"telemetry.lockCaptureContent": {
|
|
368738
|
+
"type": "boolean"
|
|
368739
|
+
}
|
|
368740
|
+
},
|
|
368741
|
+
"localization": {
|
|
368742
|
+
"description": {
|
|
368743
|
+
"key": "chat.agentHost.otel.captureContent.policy",
|
|
368744
|
+
"value": "Controls whether Copilot OpenTelemetry export captures prompt, response, and tool content."
|
|
368745
|
+
}
|
|
368746
|
+
}
|
|
368747
|
+
}
|
|
368748
|
+
},
|
|
368749
|
+
{
|
|
368750
|
+
"op": "add",
|
|
368751
|
+
"path": "/chat.agentHost.otel.otlpEndpoint/policy",
|
|
368752
|
+
"value": {
|
|
368753
|
+
"name": "CopilotOtelEndpoint",
|
|
368754
|
+
"category": "InteractiveSession",
|
|
368755
|
+
"minimumVersion": "1.127",
|
|
368756
|
+
"managedSettings": {
|
|
368757
|
+
"telemetry.endpoint": {
|
|
368758
|
+
"type": "string"
|
|
368759
|
+
}
|
|
368760
|
+
},
|
|
368761
|
+
"localization": {
|
|
368762
|
+
"description": {
|
|
368763
|
+
"key": "chat.agentHost.otel.otlpEndpoint.policy",
|
|
368764
|
+
"value": "Controls the enterprise-managed OTLP collector endpoint for Copilot OpenTelemetry export."
|
|
368765
|
+
}
|
|
368766
|
+
}
|
|
368767
|
+
}
|
|
368768
|
+
},
|
|
368769
|
+
{
|
|
368770
|
+
"op": "add",
|
|
368771
|
+
"path": "/chat.agentHost.otel.exporterType/policy",
|
|
368772
|
+
"value": {
|
|
368773
|
+
"name": "CopilotOtelProtocol",
|
|
368774
|
+
"category": "InteractiveSession",
|
|
368775
|
+
"minimumVersion": "1.127",
|
|
368776
|
+
"managedSettings": {
|
|
368777
|
+
"telemetry.protocol": {
|
|
368778
|
+
"type": "string"
|
|
368779
|
+
}
|
|
368780
|
+
},
|
|
368781
|
+
"localization": {
|
|
368782
|
+
"description": {
|
|
368783
|
+
"key": "chat.agentHost.otel.protocol.policy",
|
|
368784
|
+
"value": "Controls the enterprise-managed OTLP protocol for Copilot OpenTelemetry export."
|
|
368785
|
+
},
|
|
368786
|
+
"enumDescriptions": [
|
|
368787
|
+
{
|
|
368788
|
+
"key": "chat.agentHost.otel.protocol.policy.otlpHttp",
|
|
368789
|
+
"value": "Use OTLP over HTTP."
|
|
368790
|
+
},
|
|
368791
|
+
{
|
|
368792
|
+
"key": "chat.agentHost.otel.protocol.policy.otlpGrpc",
|
|
368793
|
+
"value": "Use OTLP over gRPC."
|
|
368794
|
+
},
|
|
368795
|
+
{
|
|
368796
|
+
"key": "chat.agentHost.otel.protocol.policy.console",
|
|
368797
|
+
"value": "Console exporter is not selected by enterprise managed settings."
|
|
368798
|
+
},
|
|
368799
|
+
{
|
|
368800
|
+
"key": "chat.agentHost.otel.protocol.policy.file",
|
|
368801
|
+
"value": "File exporter is not selected by enterprise managed settings."
|
|
368802
|
+
}
|
|
368803
|
+
]
|
|
368804
|
+
}
|
|
368805
|
+
}
|
|
368806
|
+
},
|
|
368807
|
+
{
|
|
368808
|
+
"op": "add",
|
|
368809
|
+
"path": "/chat.agentHost.otel.enabled/policy",
|
|
368810
|
+
"value": {
|
|
368811
|
+
"name": "CopilotOtelEnabled",
|
|
368812
|
+
"category": "InteractiveSession",
|
|
368813
|
+
"minimumVersion": "1.127",
|
|
368814
|
+
"managedSettings": {
|
|
368815
|
+
"telemetry.enabled": {
|
|
368816
|
+
"type": "boolean"
|
|
368817
|
+
}
|
|
368818
|
+
},
|
|
368819
|
+
"localization": {
|
|
368820
|
+
"description": {
|
|
368821
|
+
"key": "chat.agentHost.otel.enabled.policy",
|
|
368822
|
+
"value": "Controls whether Copilot OpenTelemetry export is enabled. When managed, users cannot override the enterprise value."
|
|
368823
|
+
}
|
|
368824
|
+
}
|
|
368825
|
+
}
|
|
368826
|
+
},
|
|
368827
|
+
{
|
|
368828
|
+
"op": "replace",
|
|
368829
|
+
"path": "/github.copilot.chat.otel.outfile/markdownDescription",
|
|
368830
|
+
"value": "File path for file-based OTel exporter output (JSON-lines). When set, overrides exporter type to `file`. Configurable in user settings or managed by enterprise policy (policy takes precedence). Requires window reload."
|
|
368831
|
+
},
|
|
368832
|
+
{
|
|
368833
|
+
"op": "add",
|
|
368834
|
+
"path": "/github.copilot.chat.otel.outfile/policyReference",
|
|
368835
|
+
"value": {
|
|
368836
|
+
"name": "CopilotOtelOutfile"
|
|
368837
|
+
}
|
|
368838
|
+
},
|
|
368839
|
+
{
|
|
368840
|
+
"op": "replace",
|
|
368841
|
+
"path": "/github.copilot.chat.otel.captureContent/markdownDescription",
|
|
368842
|
+
"value": "Capture input/output messages, system instructions, and tool definitions in OTel telemetry. **Contains potentially sensitive data.** Precedence: enterprise policy > env var `COPILOT_OTEL_CAPTURE_CONTENT` > user setting. Requires window reload."
|
|
368843
|
+
},
|
|
368844
|
+
{
|
|
368845
|
+
"op": "add",
|
|
368846
|
+
"path": "/github.copilot.chat.otel.captureContent/policyReference",
|
|
368847
|
+
"value": {
|
|
368848
|
+
"name": "CopilotOtelCaptureContent"
|
|
368849
|
+
}
|
|
368850
|
+
},
|
|
368851
|
+
{
|
|
368852
|
+
"op": "replace",
|
|
368853
|
+
"path": "/github.copilot.chat.otel.otlpEndpoint/markdownDescription",
|
|
368854
|
+
"value": "OTLP collector endpoint URL for Copilot Chat OTel data. Precedence: enterprise policy > env var `OTEL_EXPORTER_OTLP_ENDPOINT` > user setting. Requires window reload."
|
|
368855
|
+
},
|
|
368856
|
+
{
|
|
368857
|
+
"op": "add",
|
|
368858
|
+
"path": "/github.copilot.chat.otel.otlpEndpoint/policyReference",
|
|
368859
|
+
"value": {
|
|
368860
|
+
"name": "CopilotOtelEndpoint"
|
|
368861
|
+
}
|
|
368862
|
+
},
|
|
368863
|
+
{
|
|
368864
|
+
"op": "replace",
|
|
368865
|
+
"path": "/github.copilot.chat.otel.exporterType/markdownDescription",
|
|
368866
|
+
"value": "OTel exporter type for Copilot Chat telemetry. Configurable in user settings or managed by enterprise policy (policy takes precedence). Requires window reload."
|
|
368867
|
+
},
|
|
368868
|
+
{
|
|
368869
|
+
"op": "add",
|
|
368870
|
+
"path": "/github.copilot.chat.otel.exporterType/policyReference",
|
|
368871
|
+
"value": {
|
|
368872
|
+
"name": "CopilotOtelProtocol"
|
|
368873
|
+
}
|
|
368874
|
+
},
|
|
368875
|
+
{
|
|
368876
|
+
"op": "replace",
|
|
368877
|
+
"path": "/github.copilot.chat.otel.enabled/markdownDescription",
|
|
368878
|
+
"value": "Enable OpenTelemetry trace/metric/log emission for Copilot Chat operations. Precedence: enterprise policy > env var `COPILOT_OTEL_ENABLED` > user setting. Requires window reload."
|
|
368879
|
+
},
|
|
368880
|
+
{
|
|
368881
|
+
"op": "add",
|
|
368882
|
+
"path": "/github.copilot.chat.otel.enabled/policyReference",
|
|
368883
|
+
"value": {
|
|
368884
|
+
"name": "CopilotOtelEnabled"
|
|
368885
|
+
}
|
|
368886
|
+
},
|
|
368887
|
+
{
|
|
368888
|
+
"op": "remove",
|
|
368889
|
+
"path": "/workbench.browser.agentHostChatToolsEnabled/included"
|
|
368890
|
+
},
|
|
368891
|
+
{
|
|
368892
|
+
"op": "remove",
|
|
368893
|
+
"path": "/chat.agent.sandbox.enabled/policy/localization/enumDescriptions/2"
|
|
368894
|
+
},
|
|
368895
|
+
{
|
|
368896
|
+
"op": "replace",
|
|
368897
|
+
"path": "/chat.agent.sandbox.enabled/policy/localization/description/value",
|
|
368898
|
+
"value": "Controls whether agent mode uses sandboxing to restrict what tools can do. When enabled, tools like the terminal are run in a sandboxed environment to limit access to the system. Use `#chat.agent.sandbox.allowNetwork#` to allow all network domains."
|
|
368899
|
+
},
|
|
368900
|
+
{
|
|
368901
|
+
"op": "remove",
|
|
368902
|
+
"path": "/chat.agent.sandbox.enabled/enumDescriptions/2"
|
|
368903
|
+
},
|
|
368904
|
+
{
|
|
368905
|
+
"op": "remove",
|
|
368906
|
+
"path": "/chat.agent.sandbox.enabled/enum/2"
|
|
368907
|
+
},
|
|
368908
|
+
{
|
|
368909
|
+
"op": "replace",
|
|
368910
|
+
"path": "/chat.agent.sandbox.enabled/markdownDescription",
|
|
368911
|
+
"value": "Controls whether agent mode uses sandboxing to restrict what tools can do. When enabled, tools like the terminal are run in a sandboxed environment to limit access to the system. Use `#chat.agent.sandbox.allowNetwork#` to allow all network domains."
|
|
368912
|
+
},
|
|
368913
|
+
{
|
|
368914
|
+
"op": "replace",
|
|
368915
|
+
"path": "/terminal.integrated.commandsToSkipShell/markdownDescription",
|
|
368916
|
+
"value": "A set of command IDs whose keybindings will not be sent to the shell but instead always be handled by VS Code. This allows keybindings that would normally be consumed by the shell to act instead the same as when the terminal is not focused, for example `Ctrl+P` to launch Quick Open.\n\n \n\nMany commands are skipped by default. To override a default and pass that command's keybinding to the shell instead, add the command prefixed with the `-` character. For example add `-workbench.action.quickOpen` to allow `Ctrl+P` to reach the shell.\n\n \n\nThe following list of default skipped commands is truncated when viewed in Settings Editor. To see the full list, [open the default settings JSON](command:workbench.action.openRawDefaultSettings 'Open Default Settings (JSON)') and search for the first command from the list below.\n\n \n\nDefault Skipped Commands:\n\n- editor.action.accessibilityHelp\n- editor.action.toggleTabFocusMode\n- notification.acceptPrimaryAction\n- notifications.hideList\n- notifications.hideToasts\n- runCommands\n- sessions.focusActiveSession\n- sessions.focusSessionInGrid1\n- sessions.focusSessionInGrid2\n- sessions.focusSessionInGrid3\n- sessions.focusSessionInGrid4\n- sessions.focusSessionInGrid5\n- sessions.focusSessionInGrid6\n- sessions.focusSessionInGrid7\n- sessions.focusSessionInGrid8\n- sessions.focusSessionInGrid9\n- sessions.goBack\n- sessions.goForward\n- sessionsViewPane.navigateNextSession\n- sessionsViewPane.navigatePreviousSession\n- workbench.action.closeQuickOpen\n- workbench.action.debug.continue\n- workbench.action.debug.disconnect\n- workbench.action.debug.pause\n- workbench.action.debug.restart\n- workbench.action.debug.run\n- workbench.action.debug.start\n- workbench.action.debug.stepInto\n- workbench.action.debug.stepOut\n- workbench.action.debug.stepOver\n- workbench.action.debug.stop\n- workbench.action.firstEditorInGroup\n- workbench.action.focusActiveEditorGroup\n- workbench.action.focusEighthEditorGroup\n- workbench.action.focusFifthEditorGroup\n- workbench.action.focusFirstEditorGroup\n- workbench.action.focusFourthEditorGroup\n- workbench.action.focusLastEditorGroup\n- workbench.action.focusNextPart\n- workbench.action.focusPreviousPart\n- workbench.action.focusSecondEditorGroup\n- workbench.action.focusSeventhEditorGroup\n- workbench.action.focusSixthEditorGroup\n- workbench.action.focusThirdEditorGroup\n- workbench.action.lastEditorInGroup\n- workbench.action.navigateDown\n- workbench.action.navigateLeft\n- workbench.action.navigateRight\n- workbench.action.navigateUp\n- workbench.action.nextEditor\n- workbench.action.nextEditorInGroup\n- workbench.action.nextPanelView\n- workbench.action.nextSideBarView\n- workbench.action.openNextRecentlyUsedEditor\n- workbench.action.openNextRecentlyUsedEditorInGroup\n- workbench.action.openPreviousRecentlyUsedEditor\n- workbench.action.openPreviousRecentlyUsedEditorInGroup\n- workbench.action.previousEditor\n- workbench.action.previousEditorInGroup\n- workbench.action.previousPanelView\n- workbench.action.previousSideBarView\n- workbench.action.quickOpen\n- workbench.action.quickOpenLeastRecentlyUsedEditor\n- workbench.action.quickOpenLeastRecentlyUsedEditorInGroup\n- workbench.action.quickOpenPreviousEditor\n- workbench.action.quickOpenPreviousRecentlyUsedEditor\n- workbench.action.quickOpenPreviousRecentlyUsedEditorInGroup\n- workbench.action.quickOpenView\n- workbench.action.showCommands\n- workbench.action.tasks.build\n- workbench.action.tasks.reRunTask\n- workbench.action.tasks.rerunForActiveTerminal\n- workbench.action.tasks.restartTask\n- workbench.action.tasks.runTask\n- workbench.action.tasks.showLog\n- workbench.action.tasks.showTasks\n- workbench.action.tasks.terminate\n- workbench.action.tasks.test\n- workbench.action.terminal.acceptSelectedSuggestion\n- workbench.action.terminal.acceptSelectedSuggestionEnter\n- workbench.action.terminal.chat.cancel\n- workbench.action.terminal.chat.close\n- workbench.action.terminal.chat.discard\n- workbench.action.terminal.chat.feedbackHelpful\n- workbench.action.terminal.chat.feedbackReportIssue\n- workbench.action.terminal.chat.feedbackUnhelpful\n- workbench.action.terminal.chat.insertCommand\n- workbench.action.terminal.chat.makeRequest\n- workbench.action.terminal.chat.runCommand\n- workbench.action.terminal.chat.start\n- workbench.action.terminal.chat.viewInChat\n- workbench.action.terminal.clear\n- workbench.action.terminal.clearSelection\n- workbench.action.terminal.copyAndClearSelection\n- workbench.action.terminal.copyLastCommand\n- workbench.action.terminal.copyLastCommandAndLastCommandOutput\n- workbench.action.terminal.copyLastCommandOutput\n- workbench.action.terminal.copySelection\n- workbench.action.terminal.copySelectionAsHtml\n- workbench.action.terminal.deleteToLineStart\n- workbench.action.terminal.deleteWordLeft\n- workbench.action.terminal.deleteWordRight\n- workbench.action.terminal.findNext\n- workbench.action.terminal.findPrevious\n- workbench.action.terminal.focus\n- workbench.action.terminal.focusAccessibleBuffer\n- workbench.action.terminal.focusAtIndex1\n- workbench.action.terminal.focusAtIndex2\n- workbench.action.terminal.focusAtIndex3\n- workbench.action.terminal.focusAtIndex4\n- workbench.action.terminal.focusAtIndex5\n- workbench.action.terminal.focusAtIndex6\n- workbench.action.terminal.focusAtIndex7\n- workbench.action.terminal.focusAtIndex8\n- workbench.action.terminal.focusAtIndex9\n- workbench.action.terminal.focusFind\n- workbench.action.terminal.focusHover\n- workbench.action.terminal.focusNext\n- workbench.action.terminal.focusNextPane\n- workbench.action.terminal.focusPrevious\n- workbench.action.terminal.focusPreviousPane\n- workbench.action.terminal.goToRecentDirectory\n- workbench.action.terminal.hideFind\n- workbench.action.terminal.hideSuggestWidget\n- workbench.action.terminal.kill\n- workbench.action.terminal.killEditor\n- workbench.action.terminal.moveToEditor\n- workbench.action.terminal.moveToLineEnd\n- workbench.action.terminal.moveToLineStart\n- workbench.action.terminal.moveToTerminalPanel\n- workbench.action.terminal.new\n- workbench.action.terminal.newInActiveWorkspace\n- workbench.action.terminal.newInNewWindow\n- workbench.action.terminal.paste\n- workbench.action.terminal.pastePwsh\n- workbench.action.terminal.pasteSelection\n- workbench.action.terminal.resizePaneDown\n- workbench.action.terminal.resizePaneLeft\n- workbench.action.terminal.resizePaneRight\n- workbench.action.terminal.resizePaneUp\n- workbench.action.terminal.runActiveFile\n- workbench.action.terminal.runRecentCommand\n- workbench.action.terminal.runSelectedText\n- workbench.action.terminal.scrollDown\n- workbench.action.terminal.scrollDownPage\n- workbench.action.terminal.scrollToBottom\n- workbench.action.terminal.scrollToNextCommand\n- workbench.action.terminal.scrollToPreviousCommand\n- workbench.action.terminal.scrollToTop\n- workbench.action.terminal.scrollUp\n- workbench.action.terminal.scrollUpPage\n- workbench.action.terminal.searchWorkspace\n- workbench.action.terminal.selectAll\n- workbench.action.terminal.selectNextPageSuggestion\n- workbench.action.terminal.selectNextSuggestion\n- workbench.action.terminal.selectPrevPageSuggestion\n- workbench.action.terminal.selectPrevSuggestion\n- workbench.action.terminal.selectToNextCommand\n- workbench.action.terminal.selectToNextLine\n- workbench.action.terminal.selectToPreviousCommand\n- workbench.action.terminal.selectToPreviousLine\n- workbench.action.terminal.sendSequence\n- workbench.action.terminal.sendSignal\n- workbench.action.terminal.sizeToContentWidth\n- workbench.action.terminal.split\n- workbench.action.terminal.splitInActiveWorkspace\n- workbench.action.terminal.stopVoice\n- workbench.action.terminal.suggestToggleDetails\n- workbench.action.terminal.suggestToggleDetailsFocus\n- workbench.action.terminal.toggleFindCaseSensitive\n- workbench.action.terminal.toggleFindRegex\n- workbench.action.terminal.toggleFindWholeWord\n- workbench.action.terminal.toggleTerminal\n- workbench.action.terminal.triggerSuggest\n- workbench.action.toggleFullScreen\n- workbench.action.toggleMaximizedPanel\n- workbench.action.togglePanel\n- workbench.action.zoomIn\n- workbench.action.zoomOut\n- workbench.action.zoomReset"
|
|
368917
|
+
},
|
|
368918
|
+
{
|
|
368919
|
+
"op": "replace",
|
|
368920
|
+
"path": "/chat.agent.deniedNetworkDomains/policy/localization/description/value",
|
|
368921
|
+
"value": "Denied domains for network access by agent tools (fetch tool, integrated browser). Applies when `#chat.agent.networkFilter#` or `#chat.agent.sandbox.enabled#` is enabled. This does not apply when `#chat.agent.sandbox.allowNetwork#` is enabled. Takes precedence over `#chat.agent.allowedNetworkDomains#`. Supports wildcards like `*.example.com`."
|
|
368922
|
+
},
|
|
368923
|
+
{
|
|
368924
|
+
"op": "replace",
|
|
368925
|
+
"path": "/chat.agent.deniedNetworkDomains/markdownDescription",
|
|
368926
|
+
"value": "Denied domains for network access by agent tools (fetch tool, integrated browser). Applies when `#chat.agent.networkFilter#` or `#chat.agent.sandbox.enabled#` is enabled. This does not apply when `#chat.agent.sandbox.allowNetwork#` is enabled. Takes precedence over `#chat.agent.allowedNetworkDomains#`. Supports wildcards like `*.example.com`."
|
|
368927
|
+
},
|
|
368928
|
+
{
|
|
368929
|
+
"op": "replace",
|
|
368930
|
+
"path": "/chat.agent.allowedNetworkDomains/policy/localization/description/value",
|
|
368931
|
+
"value": "Allowed domains for network access by agent tools (fetch tool, integrated browser). Applies when `#chat.agent.networkFilter#` or `#chat.agent.sandbox.enabled#` is enabled. When `#chat.agent.sandbox.allowNetwork#` is enabled, all domains are allowed. Supports wildcards like `*.example.com`. When both allowed and denied lists are empty, all domains are blocked. Denied domains (see `#chat.agent.deniedNetworkDomains#`) take precedence."
|
|
368932
|
+
},
|
|
368933
|
+
{
|
|
368934
|
+
"op": "replace",
|
|
368935
|
+
"path": "/chat.agent.allowedNetworkDomains/markdownDescription",
|
|
368936
|
+
"value": "Allowed domains for network access by agent tools (fetch tool, integrated browser). Applies when `#chat.agent.networkFilter#` or `#chat.agent.sandbox.enabled#` is enabled. When `#chat.agent.sandbox.allowNetwork#` is enabled, all domains are allowed. Supports wildcards like `*.example.com`. When both allowed and denied lists are empty, all domains are blocked. Denied domains (see `#chat.agent.deniedNetworkDomains#`) take precedence."
|
|
368937
|
+
},
|
|
368938
|
+
{
|
|
368939
|
+
"op": "remove",
|
|
368940
|
+
"path": "/chat.tools.eligibleForAutoApproval/propertyNames/enumDescriptions/3"
|
|
368941
|
+
},
|
|
368942
|
+
{
|
|
368943
|
+
"op": "remove",
|
|
368944
|
+
"path": "/chat.tools.eligibleForAutoApproval/propertyNames/enumDescriptions/2"
|
|
368945
|
+
},
|
|
368946
|
+
{
|
|
368947
|
+
"op": "remove",
|
|
368948
|
+
"path": "/chat.tools.eligibleForAutoApproval/propertyNames/enumDescriptions/1"
|
|
368949
|
+
},
|
|
368950
|
+
{
|
|
368951
|
+
"op": "remove",
|
|
368952
|
+
"path": "/chat.tools.eligibleForAutoApproval/propertyNames/enumDescriptions/0"
|
|
368953
|
+
},
|
|
368954
|
+
{
|
|
368955
|
+
"op": "remove",
|
|
368956
|
+
"path": "/chat.tools.eligibleForAutoApproval/propertyNames/enum/3"
|
|
368957
|
+
},
|
|
368958
|
+
{
|
|
368959
|
+
"op": "remove",
|
|
368960
|
+
"path": "/chat.tools.eligibleForAutoApproval/propertyNames/enum/2"
|
|
368961
|
+
},
|
|
368962
|
+
{
|
|
368963
|
+
"op": "remove",
|
|
368964
|
+
"path": "/chat.tools.eligibleForAutoApproval/propertyNames/enum/1"
|
|
368965
|
+
},
|
|
368966
|
+
{
|
|
368967
|
+
"op": "remove",
|
|
368968
|
+
"path": "/chat.tools.eligibleForAutoApproval/propertyNames/enum/0"
|
|
368969
|
+
},
|
|
368970
|
+
{
|
|
368971
|
+
"op": "add",
|
|
368972
|
+
"path": "/chat.agent.sandbox.allowNetwork",
|
|
368973
|
+
"value": {
|
|
368974
|
+
"markdownDescription": "When `#chat.agent.sandbox.enabled#` is enabled, controls whether to allow all network domains in the sandbox. When enabled, the sandbox preserves file system restrictions while relaxing all network restrictions.",
|
|
368975
|
+
"type": "boolean",
|
|
368976
|
+
"default": false,
|
|
368977
|
+
"tags": [
|
|
368978
|
+
"preview"
|
|
368979
|
+
],
|
|
368980
|
+
"restricted": true,
|
|
368981
|
+
"policy": {
|
|
368982
|
+
"name": "ChatAgentSandboxAllowNetwork",
|
|
368983
|
+
"category": "IntegratedTerminal",
|
|
368984
|
+
"minimumVersion": "1.127",
|
|
368985
|
+
"localization": {
|
|
368986
|
+
"description": {
|
|
368987
|
+
"key": "agentSandbox.allowNetwork",
|
|
368988
|
+
"value": "When `#chat.agent.sandbox.enabled#` is enabled, controls whether to allow all network domains in the sandbox. When enabled, the sandbox preserves file system restrictions while relaxing all network restrictions."
|
|
368989
|
+
}
|
|
368990
|
+
}
|
|
368991
|
+
},
|
|
368992
|
+
"section": {
|
|
368993
|
+
"id": "terminal",
|
|
368994
|
+
"title": "Integrated Terminal",
|
|
368995
|
+
"order": 100
|
|
368996
|
+
},
|
|
368997
|
+
"defaultDefaultValue": false,
|
|
368998
|
+
"scope": 4
|
|
368999
|
+
}
|
|
369000
|
+
},
|
|
369001
|
+
{
|
|
369002
|
+
"op": "add",
|
|
369003
|
+
"path": "/github.copilot.chat.otel.protocol",
|
|
369004
|
+
"value": {
|
|
369005
|
+
"type": "string",
|
|
369006
|
+
"enum": [
|
|
369007
|
+
"",
|
|
369008
|
+
"http/json",
|
|
369009
|
+
"http/protobuf",
|
|
369010
|
+
"grpc"
|
|
369011
|
+
],
|
|
369012
|
+
"default": "",
|
|
369013
|
+
"scope": 1,
|
|
369014
|
+
"policyReference": {
|
|
369015
|
+
"name": "CopilotOtelOtlpProtocol"
|
|
369016
|
+
},
|
|
369017
|
+
"markdownDescription": "OTLP wire protocol for Copilot Chat OTel data, mirroring `OTEL_EXPORTER_OTLP_PROTOCOL`. `http/protobuf` selects the protobuf-over-HTTP exporter; the default (empty) uses `http/json`. Precedence: enterprise policy > env var > user setting. Requires window reload.",
|
|
369018
|
+
"tags": [
|
|
369019
|
+
"advanced"
|
|
369020
|
+
],
|
|
369021
|
+
"section": {
|
|
369022
|
+
"id": "advanced",
|
|
369023
|
+
"title": "GitHub Copilot",
|
|
369024
|
+
"extensionInfo": {
|
|
369025
|
+
"id": "GitHub.copilot-chat",
|
|
369026
|
+
"displayName": "GitHub Copilot"
|
|
369027
|
+
}
|
|
369028
|
+
},
|
|
369029
|
+
"source": {
|
|
369030
|
+
"id": "GitHub.copilot-chat",
|
|
369031
|
+
"displayName": "GitHub Copilot"
|
|
369032
|
+
},
|
|
369033
|
+
"defaultDefaultValue": "",
|
|
369034
|
+
"restricted": false
|
|
369035
|
+
}
|
|
369036
|
+
},
|
|
369037
|
+
{
|
|
369038
|
+
"op": "add",
|
|
369039
|
+
"path": "/github.copilot.chat.otel.serviceName",
|
|
369040
|
+
"value": {
|
|
369041
|
+
"type": "string",
|
|
369042
|
+
"default": "",
|
|
369043
|
+
"scope": 1,
|
|
369044
|
+
"policyReference": {
|
|
369045
|
+
"name": "CopilotOtelServiceName"
|
|
369046
|
+
},
|
|
369047
|
+
"markdownDescription": "OTel `service.name` resource attribute for Copilot Chat OTel data. Configurable in user settings only. Env var `OTEL_SERVICE_NAME` takes precedence over the setting; enterprise policy takes precedence over both. Requires window reload.",
|
|
369048
|
+
"tags": [
|
|
369049
|
+
"advanced"
|
|
369050
|
+
],
|
|
369051
|
+
"section": {
|
|
369052
|
+
"id": "advanced",
|
|
369053
|
+
"title": "GitHub Copilot",
|
|
369054
|
+
"extensionInfo": {
|
|
369055
|
+
"id": "GitHub.copilot-chat",
|
|
369056
|
+
"displayName": "GitHub Copilot"
|
|
369057
|
+
}
|
|
369058
|
+
},
|
|
369059
|
+
"source": {
|
|
369060
|
+
"id": "GitHub.copilot-chat",
|
|
369061
|
+
"displayName": "GitHub Copilot"
|
|
369062
|
+
},
|
|
369063
|
+
"defaultDefaultValue": "",
|
|
369064
|
+
"restricted": false
|
|
369065
|
+
}
|
|
369066
|
+
},
|
|
369067
|
+
{
|
|
369068
|
+
"op": "add",
|
|
369069
|
+
"path": "/github.copilot.chat.otel.resourceAttributes",
|
|
369070
|
+
"value": {
|
|
369071
|
+
"type": "object",
|
|
369072
|
+
"additionalProperties": {
|
|
369073
|
+
"type": "string"
|
|
369074
|
+
},
|
|
369075
|
+
"default": {},
|
|
369076
|
+
"scope": 1,
|
|
369077
|
+
"policyReference": {
|
|
369078
|
+
"name": "CopilotOtelResourceAttributes"
|
|
369079
|
+
},
|
|
369080
|
+
"markdownDescription": "Additional OTel resource attributes for Copilot Chat OTel data, as a `{ \"key\": \"value\" }` map. Configurable in user settings only. Merged per-key with `OTEL_RESOURCE_ATTRIBUTES` env (env wins over the setting); enterprise policy wins over both. Requires window reload.",
|
|
369081
|
+
"tags": [
|
|
369082
|
+
"advanced"
|
|
369083
|
+
],
|
|
369084
|
+
"section": {
|
|
369085
|
+
"id": "advanced",
|
|
369086
|
+
"title": "GitHub Copilot",
|
|
369087
|
+
"extensionInfo": {
|
|
369088
|
+
"id": "GitHub.copilot-chat",
|
|
369089
|
+
"displayName": "GitHub Copilot"
|
|
369090
|
+
}
|
|
369091
|
+
},
|
|
369092
|
+
"source": {
|
|
369093
|
+
"id": "GitHub.copilot-chat",
|
|
369094
|
+
"displayName": "GitHub Copilot"
|
|
369095
|
+
},
|
|
369096
|
+
"defaultDefaultValue": {},
|
|
369097
|
+
"restricted": false
|
|
369098
|
+
}
|
|
369099
|
+
},
|
|
369100
|
+
{
|
|
369101
|
+
"op": "add",
|
|
369102
|
+
"path": "/github.copilot.chat.otel.headers",
|
|
369103
|
+
"value": {
|
|
369104
|
+
"type": "object",
|
|
369105
|
+
"additionalProperties": {
|
|
369106
|
+
"type": "string"
|
|
369107
|
+
},
|
|
369108
|
+
"default": {},
|
|
369109
|
+
"scope": 1,
|
|
369110
|
+
"policyReference": {
|
|
369111
|
+
"name": "CopilotOtelHeaders"
|
|
369112
|
+
},
|
|
369113
|
+
"markdownDescription": "Extra OTLP exporter headers (e.g. auth tokens) for Copilot Chat OTel data, as a `{ \"key\": \"value\" }` map. Applied directly to the OTLP exporter, not via environment variables. Configurable in user settings only. Merged per-key with `OTEL_EXPORTER_OTLP_HEADERS` env (env wins over the setting); enterprise policy wins over both. **Contains potentially sensitive credentials.** Requires window reload.",
|
|
369114
|
+
"tags": [
|
|
369115
|
+
"advanced"
|
|
369116
|
+
],
|
|
369117
|
+
"section": {
|
|
369118
|
+
"id": "advanced",
|
|
369119
|
+
"title": "GitHub Copilot",
|
|
369120
|
+
"extensionInfo": {
|
|
369121
|
+
"id": "GitHub.copilot-chat",
|
|
369122
|
+
"displayName": "GitHub Copilot"
|
|
369123
|
+
}
|
|
369124
|
+
},
|
|
369125
|
+
"source": {
|
|
369126
|
+
"id": "GitHub.copilot-chat",
|
|
369127
|
+
"displayName": "GitHub Copilot"
|
|
369128
|
+
},
|
|
369129
|
+
"defaultDefaultValue": {},
|
|
369130
|
+
"restricted": false
|
|
369131
|
+
}
|
|
369132
|
+
}
|
|
369133
|
+
]
|
|
368656
369134
|
}
|
|
368657
369135
|
]
|
|
@@ -11806,6 +11806,35 @@ export type VscodeSettings_1_127_0_insider_2026062621 = Patch<VscodeSettings_1_1
|
|
|
11806
11806
|
readonly 'workbench.browser.enableChatTools'?: boolean;
|
|
11807
11807
|
}, never>;
|
|
11808
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
|
+
|
|
11809
11838
|
// ── Version map ──
|
|
11810
11839
|
// Stable entries map directly to their settings type.
|
|
11811
11840
|
// Insider entries map to a nested record keyed by 10-digit build release date
|
|
@@ -11895,12 +11924,13 @@ interface VscodeVersionMap {
|
|
|
11895
11924
|
'2026062317': VscodeSettings_1_127_0_insider_2026062317;
|
|
11896
11925
|
'2026062521': VscodeSettings_1_127_0_insider_2026062521;
|
|
11897
11926
|
'2026062621': VscodeSettings_1_127_0_insider_2026062621;
|
|
11927
|
+
'2026062905': VscodeSettings_1_127_0_insider_2026062905;
|
|
11898
11928
|
}>;
|
|
11899
11929
|
}
|
|
11900
11930
|
|
|
11901
11931
|
export type LatestVscodeSettings = VscodeSettings_1_126_0;
|
|
11902
11932
|
|
|
11903
|
-
export type LatestInsiderVscodeSettings =
|
|
11933
|
+
export type LatestInsiderVscodeSettings = VscodeSettings_1_127_0_insider_2026062905;
|
|
11904
11934
|
|
|
11905
11935
|
export type VscodeVersion = keyof VscodeVersionMap;
|
|
11906
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",
|