Thanks for taking an insterest in contributing to the PowerShell package for Sublime Text 3!
Development happens on the dev branch. Please send your PRs against that branch only.
To build development versions, first you need a configuration file in
~\sublime-package-dev.json
.
This file must contain the following information:
{
"pathToSublimeText": "...\sublime_text.exe",
"pathToSublimeTextData": "...\
}
- Press Ctrl+Shift+B to open the build systems menu.
- Select 'PowerShell: Build Dev Version'
From the project's root:
.\bin\BuildFolder.ps1 -verbose
If you are adding functionality or making substantial changes to existing code, please add tests and ensure that existing tests pass.
Currently, we have very few tests and they aren't easy to run... :-(
If you feel lazy about writing tests, this is the right time to contribute -- we'll turn a blind eye more often now than later on! ;-)