Andrew "Bob" Brockhurst
Andrew "Bob" Brockhurst
Issue Type: Bug I have a couple of hundred cloudformation templates and serverless templates in my default workspace. Every time I start or reload vscode it scans all the yaml...
Updated readme with CentOS/RHEL packaging instructions. Spec file and apache config. Makefile to build rpm and srpm.
Updated Makefile to allow compilation against Apache 2.2 and 2.4 Added install target. Code based on https://github.com/gnif/mod_rpaf
Hi, I've added trigger: ``` { "regex": "^jira:", "replacement": "[](https://notmyrealsite.atlassian.net/browse/)" } ``` however when triggering with `{{jira:PROJ-1234}}` the resultant output is: ``` [](https://notmyrealsite.atlassian.net/browse/) ``` rather than the expected: ``` [PROJ-1234](https://notmyrealsite.atlassian.net/browse/PROJ-1234)...