changedOutput schema / $defs / DialectName / enum
Previous value: -[
- "bash",
- "pwsh"
-]New value: +[
+ "bash",
+ "zsh",
+ "pwsh"
+]
removedOutput schema / $defs / EnvironmentKind
Removed value: -{
- "enum": [
- "none",
- "python-venv",
- "conda",
- "custom"
- ],
- "title": "EnvironmentKind",
- "type": "string",
- "x-validUtf8": true
-}
removedOutput schema / $defs / EnvironmentSummary
Removed value: -{
- "additionalProperties": false,
- "properties": {
- "kind": {
- "$ref": "#/$defs/EnvironmentKind"
- },
- "name": {
- "pattern": "^[^\\x00]*$",
- "title": "Name",
- "type": "string",
- "x-validUtf8": true
- }
- },
- "required": [
- "kind"
- ],
- "title": "EnvironmentSummary",
- "type": "object"
-}
removedOutput schema / $defs / HostContext / properties / environment
Removed value: -{
- "$ref": "#/$defs/EnvironmentSummary"
-}
changedOutput schema / $defs / HostContext / required
Previous value: -[
- "mode",
- "workspace_root",
- "environment"
-]New value: +[
+ "mode",
+ "workspace_root"
+]