![]() Server : Apache/2 System : Linux server-15-235-50-60 5.15.0-164-generic #174-Ubuntu SMP Fri Nov 14 20:25:16 UTC 2025 x86_64 User : gositeme ( 1004) PHP Version : 8.2.29 Disable Function : exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname Directory : /home/gositeme/.cursor-server/extensions/ms-python.python-2023.6.0/schemas/ |
{
"title": ".condarc",
"description": "The conda configuration file; https://conda.io/docs/user-guide/configuration/use-condarc.html",
"id": "https://raw.githubusercontent.com/Microsoft/vscode-python/main/schemas/condarc.json",
"$schema": "http://json-schema.org/draft-04/schema#",
"definitions": {
"channel": {
"type": "string"
},
"feature": {
"type": "string"
},
"package": {
"type": "string"
},
"path": {
"type": "string"
}
},
"properties": {
"channels": {
"type": "array",
"items": {
"$ref": "#/definitions/channel"
}
},
"allow_other_channels": {
"type": "boolean"
},
"default_channels": {
"type": "array",
"items": {
"$ref": "#/definitions/channel"
}
},
"auto_update_conda": {
"type": "boolean"
},
"always_yes": {
"type": "boolean"
},
"show_channel_urls": {
"type": "boolean"
},
"changeps1": {
"type": "boolean"
},
"add_pip_as_python_dependency": {
"type": "boolean"
},
"use_pip": {
"type": "boolean"
},
"proxy_servers": {
"type": "object",
"additionalProperties": {
"type": "string",
"format": "hostname"
}
},
"ssl_verify": {
"type": "boolean"
},
"offline": {
"type": "boolean"
},
"allow_softlinks": {
"type": "boolean"
},
"channel_alias": {
"type": "string",
"format": "uri"
},
"create_default_packages": {
"type": "array",
"items": {
"$ref": "#/definitions/package"
}
},
"track_features": {
"type": "array",
"items": {
"$ref": "#/definitions/feature"
}
},
"update_dependencies": {
"type": "boolean"
},
"disallow": {
"type": "array",
"items": {
"$ref": "#/definitions/package"
}
},
"add_anaconda_token": {
"type": "boolean"
},
"envs_dirs": {
"type": "array",
"items": {
"$ref": "#/definitions/path"
}
},
"anaconda_upload": {
"type": "boolean"
},
"conda-build": {
"type": "object",
"properties": {
"root-dir": {
"$ref": "#/definitions/path"
},
"quiet": {
"type": "boolean"
},
"filename_hashing": {
"type": "boolean"
},
"no_verify": {
"type": "boolean"
},
"set_build_id": {
"type": "boolean"
},
"skip_existing": {
"type": "boolean"
},
"include_recipe": {
"type": "boolean"
},
"activate": {
"type": "boolean"
},
"pypirc": {
"$ref": "#/definitions/path"
},
"pypi_repository": {
"type": "string"
}
}
}
}
}