如何在Sublime SFTP中对服务器进行排序/排序?

时间:2017-10-06 15:55:47

标签: sublimetext3 sublimetext2 sublimetext sublime-text-plugin

我在Linux中使用Sublime SFTP连接了大约30台服务器。它们似乎是在File-> SFTP-> Browser Server菜单中随机排序的。 (我刚刚添加了一个新的,它被放置在列表的下三分之一。)我已经写了几次没有回复的开发人员。

有人可以说订单如何运作,是否有办法改变它?

为了记录,我搜索了我能找到的所有相关文件的内容,并且没有提到任何可以表明其定义顺序的服务器。

服务器配置文件的.json格式如下:

{
//  The tab key will cycle through the settings when first created
//  Visit http:wbond.net/sublime_packages/sftp/settings for help
//  sftp, ftp or ftps

   "type": "sftp",

   "sync_down_on_open": true,
   "sync_same_age": true,

   "host": "example.com",
   "user": "username",
   "password": "password",
   "port": "22",

   "remote_path": "/example/path/",
   "file_permissions": "664",
   "dir_permissions": "775",

   "extra_list_connections": 0,

   "connect_timeout": 30,
   "keepalive": 120,
   "ftp_passive_mode": true,
   "ftp_obey_passive_host": false,
   "ssh_key_file": "~/.ssh/id_rsa",
   "sftp_flags": ["-F", "/path/to/ssh_config"],

   "preserve_modification_times": false,
   "remote_time_offset_in_hours": 0,
   "remote_encoding": "utf-8",
   "remote_locale": "C",
   "allow_config_upload": false,
}

0 个答案:

没有答案