File tree Expand file tree Collapse file tree 1 file changed +26
-10
lines changed Expand file tree Collapse file tree 1 file changed +26
-10
lines changed Original file line number Diff line number Diff line change 1
1
## Contributing
2
2
3
-
4
3
Thanks for taking an insterest in contributing to the PowerShell package for
5
4
Sublime Text 3!
6
5
@@ -11,6 +10,32 @@ Development happens on the **dev** branch. Please send your PRs against that
11
10
branch only.
12
11
13
12
13
+ ### Building Development Versions
14
+
15
+ To build development versions, first you need a configuration file in
16
+ ` $env:USERPROFILE\sublime-package-dev.json ` .
17
+
18
+ This file must contain the following information:
19
+
20
+ {
21
+ "pathToSublimeText": "...\sublime_text.exe",
22
+ "pathToSublimeTextData": "...\
23
+ }
24
+
25
+
26
+ #### Using Sublime Text
27
+
28
+ 1 . Press <kbd >Ctrl+Shift+B</kbd > to open the build systems menu.
29
+ 2 . Select 'PowerShell: Build Dev Version'
30
+
31
+
32
+ #### Using the Command Line
33
+
34
+ From the project's root:
35
+
36
+ .\bin\BuildFolder.ps1 -verbose
37
+
38
+
14
39
#### Running Tests
15
40
16
41
If you are adding functionality or making substantial changes to existing
@@ -20,12 +45,3 @@ Currently, we have very few tests and they aren't easy to run... :-(
20
45
21
46
If you feel lazy about writing tests, this is the right time to contribute --
22
47
we'll turn a blind eye more often now than later on! ;-)
23
-
24
-
25
- ### Building Versions
26
-
27
- The easiest way to 'build' a version now consists in copying the project's
28
- root folder's content to your * Data/Packages/PowerShell* directory.
29
-
30
- We have build scripts under * .\bin* , but they aren't realiable. We hope to fix
31
- that soon.
You can’t perform that action at this time.
0 commit comments