@codingame/monaco-vscode-chat-service-override 28.3.1 → 28.4.1

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.1",
3
+ "version": "28.4.1",
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.3.1",
19
- "@codingame/monaco-vscode-katex-common": "28.3.1",
20
- "@codingame/monaco-vscode-xterm-addons-common": "28.3.1",
21
- "@codingame/monaco-vscode-xterm-common": "28.3.1"
18
+ "@codingame/monaco-vscode-api": "28.4.1",
19
+ "@codingame/monaco-vscode-katex-common": "28.4.1",
20
+ "@codingame/monaco-vscode-xterm-addons-common": "28.4.1",
21
+ "@codingame/monaco-vscode-xterm-common": "28.4.1"
22
22
  },
23
23
  "main": "index.js",
24
24
  "module": "index.js",
@@ -619,9 +619,7 @@ let ChatTeardownContribution = class ChatTeardownContribution extends Disposable
619
619
  this.maybeEnableOrDisableExtension(
620
620
  typeof chatDisabled.workspaceValue === "boolean" ? EnablementState.DisabledWorkspace : EnablementState.DisabledGlobally
621
621
  );
622
- if (fromEvent) {
623
- this.maybeHideAuxiliaryBar();
624
- }
622
+ this.maybeHideAuxiliaryBar();
625
623
  } else if (chatDisabled.value === false && fromEvent ) {
626
624
  this.maybeEnableOrDisableExtension(
627
625
  typeof chatDisabled.workspaceValue === "boolean" ? EnablementState.EnabledWorkspace : EnablementState.EnabledGlobally