File tree Expand file tree Collapse file tree 1 file changed +20
-3
lines changed Expand file tree Collapse file tree 1 file changed +20
-3
lines changed Original file line number Diff line number Diff line change @@ -16,9 +16,26 @@ Support for the MS PowerShell programming language.
16
16
17
17
# Development
18
18
19
- 1 . Open the Sublime Text packages folder (` Ctrl + Shift + P ` + ` browse packages ` )
20
- 1 . Clone [ this repo] [ this_repo ] to the packages folder
21
- Now your local version of this package is available in Sublime Text.
19
+
20
+ ## Generating ` PowerShell.sublime-package `
21
+
22
+ First of all, you need to create a config file:
23
+
24
+ ```
25
+ ~/.sublime-package-dev
26
+ ```
27
+
28
+ Add this content:
29
+
30
+ ```
31
+ global-win editor ~/path/to/sublime_text.exe
32
+ global-win installed-packages ~/path/to/sublime-text/Installed Packages
33
+ ```
34
+
35
+ - Clone [ this repo] [ this_repo ] to a folder of your choice
36
+ - Open the ` PowerShell.sublime-project ` included as a project
37
+ - Select Tools --> Build Systems --> Run
38
+ - Press <kbd >F7</kbd > to build and publish locally a new dev version
22
39
23
40
24
41
## Syntax
You can’t perform that action at this time.
0 commit comments