EthanBrown.SublimeText2.EditorPackages to 0.0.3
- Don't trash RelatedFiles.sublime-settings on disk - Awaiting implementation of a per-project set of related files https://github.com/fabiokr/sublime-related-files/issues/6
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<metadata>
|
||||
<id>EthanBrown.SublimeText2.EditorPackages</id>
|
||||
<title>Sublime Text 2 - Editor Enhancing Packages</title>
|
||||
<version>0.0.2</version>
|
||||
<version>0.0.3</version>
|
||||
<authors>Various</authors>
|
||||
<owners>Ethan Brown</owners>
|
||||
<summary>A number of packages helpful for increased editor productivity.</summary>
|
||||
|
@@ -1,3 +0,0 @@
|
||||
{
|
||||
|
||||
}
|
@@ -16,8 +16,7 @@ try {
|
||||
|
||||
#straight file copies
|
||||
'BracketHighlighter.sublime-settings',
|
||||
'MarkdownPreview.sublime-settings',
|
||||
'RelatedFiles.sublime-settings' |
|
||||
'MarkdownPreview.sublime-settings' |
|
||||
% {
|
||||
$params = @{
|
||||
Path = Join-Path $current $_;
|
||||
|
Reference in New Issue
Block a user