-
Notifications
You must be signed in to change notification settings - Fork 1
/
packagecontrol.ini
30 lines (26 loc) · 1.16 KB
/
packagecontrol.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
[main]
# Decides which package repository to use
# and in turn which packages are available to install
#
# (if you change this you may also wanna change the
# "alternative_repository" setting)
# Default: https://ue.spdns.de/packagecontrol/packages.json
#repository = https://ue.spdns.de/packagecontrol/packages.json
# Mirror of the repository in case the normal repository is not available
# Default: https://ueffel.pythonanywhere.com/packages.json
#alternative_repository = https://ueffel.pythonanywhere.com/packages.json
# List of the installed packages
# this list is automatically updated, no need to add anything here in the file directly
# installed packages are checked on startup, if anything isn't present, it will be installed
#installed_packages =
# Decides whether package should be automatically updated (at startup, when config or repository is updated)
# Default: yes
#autoupdate = yes
# Specifies the time in hours after which the cache of the package repository is consider outdated
# This setting takes float values
# Examples:
# Daily: 24
# Every 6 minutes: 0.1
# Weekly: 168
# Default: 12
#update_interval = 12