feat(ST2.EditorPackages) - release 0.2.0
- use pre-release version of package control, which fixes bugs related to packages automatically added to ignored_packages https://github.com/wbond/sublime_package_control/issues/558 - use SublimeText2 as a dep, as we run PS code to install pkg control
This commit is contained in:
@@ -29,7 +29,7 @@ try {
|
||||
|
||||
$packageCache = Join-Path (Get-CurrentDirectory) 'PackageCache'
|
||||
Install-SublimePackagesFromCache -Directory $packageCache
|
||||
Install-SublimePackageControl
|
||||
Install-SublimePackageControl -PreRelease
|
||||
$packageControl = Join-Path $current 'Package Control.sublime-settings'
|
||||
Merge-PackageControlSettings -FilePath $packageControl
|
||||
|
||||
|
Reference in New Issue
Block a user