You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
	
	
		
			28 lines
		
	
	
		
			935 B
		
	
	
	
		
			JSON
		
	
			
		
		
	
	
			28 lines
		
	
	
		
			935 B
		
	
	
	
		
			JSON
		
	
{
 | 
						|
  "title": "Kernels",
 | 
						|
  "description": "Kernels and kernel sessions settings",
 | 
						|
  "jupyter.lab.setting-icon": "ui-components:kernel",
 | 
						|
  "jupyter.lab.setting-icon-label": "Kernel",
 | 
						|
  "additionalProperties": false,
 | 
						|
  "properties": {
 | 
						|
    "showStatusBarItem": {
 | 
						|
      "type": "boolean",
 | 
						|
      "title": "Show the status bar item",
 | 
						|
      "description": "Whether to show the running kernels item in the status bar",
 | 
						|
      "default": true
 | 
						|
    },
 | 
						|
    "commsOverSubshells": {
 | 
						|
      "type": "string",
 | 
						|
      "title": "Kernel Comms over subshells",
 | 
						|
      "description": "Whether comm messages should be sent to kernel subshells, if the kernel supports it.",
 | 
						|
      "default": "perCommTarget",
 | 
						|
      "oneOf": [
 | 
						|
        { "const": "disabled", "title": "Disabled" },
 | 
						|
        { "const": "perComm", "title": "One subshell per comm" },
 | 
						|
        { "const": "perCommTarget", "title": "One subshell per comm-target" }
 | 
						|
      ]
 | 
						|
    }
 | 
						|
  },
 | 
						|
  "type": "object"
 | 
						|
}
 |