@codingame/monaco-vscode-chat-service-override 28.2.0 → 28.3.0
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@codingame/monaco-vscode-chat-service-override",
|
|
3
|
-
"version": "28.
|
|
3
|
+
"version": "28.3.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "VSCode public API plugged on the monaco editor - chat service-override",
|
|
6
6
|
"keywords": [],
|
|
@@ -15,10 +15,10 @@
|
|
|
15
15
|
},
|
|
16
16
|
"type": "module",
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"@codingame/monaco-vscode-api": "28.
|
|
19
|
-
"@codingame/monaco-vscode-katex-common": "28.
|
|
20
|
-
"@codingame/monaco-vscode-xterm-addons-common": "28.
|
|
21
|
-
"@codingame/monaco-vscode-xterm-common": "28.
|
|
18
|
+
"@codingame/monaco-vscode-api": "28.3.0",
|
|
19
|
+
"@codingame/monaco-vscode-katex-common": "28.3.0",
|
|
20
|
+
"@codingame/monaco-vscode-xterm-addons-common": "28.3.0",
|
|
21
|
+
"@codingame/monaco-vscode-xterm-common": "28.3.0"
|
|
22
22
|
},
|
|
23
23
|
"main": "index.js",
|
|
24
24
|
"module": "index.js",
|
|
@@ -1449,7 +1449,21 @@ configurationRegistry.registerConfiguration({
|
|
|
1449
1449
|
"Disable and hide built-in AI features provided by GitHub Copilot, including chat and inline suggestions."
|
|
1450
1450
|
)),
|
|
1451
1451
|
default: false,
|
|
1452
|
-
scope: ConfigurationScope.WINDOW
|
|
1452
|
+
scope: ConfigurationScope.WINDOW,
|
|
1453
|
+
policy: {
|
|
1454
|
+
name: "ChatAIFeaturesDisabled",
|
|
1455
|
+
category: PolicyCategory.InteractiveSession,
|
|
1456
|
+
minimumVersion: "1.111",
|
|
1457
|
+
localization: {
|
|
1458
|
+
description: {
|
|
1459
|
+
key: "chat.disableAIFeatures",
|
|
1460
|
+
value: ( localize(
|
|
1461
|
+
5607,
|
|
1462
|
+
"Disable and hide built-in AI features provided by GitHub Copilot, including chat and inline suggestions."
|
|
1463
|
+
))
|
|
1464
|
+
}
|
|
1465
|
+
}
|
|
1466
|
+
}
|
|
1453
1467
|
},
|
|
1454
1468
|
"chat.allowAnonymousAccess": {
|
|
1455
1469
|
type: "boolean",
|