Commit graph

6 commits

Author SHA1 Message Date
Josh Johnson
27433b47ce Add Tests for Fixed Issues
This commit also changes the "fix" for text-only lines. We should be adjusting the text content as little as possible. In this case, we are still adding spaces (or tabs) after the last line break, but that is necessary to indent the closing element. I'll continue to adjust this as needed based on feedback and possibly add a setting to gate this behavior.

#137
2018-01-30 17:25:49 -05:00
Josh Johnson
09fe37f04b Simplify Unit Tests
This change means we can't use the harness provided by VS Code, but that's fine for now. I only intend to test service classes that generally don't have concrete dependencies on VS Code anyway.
2018-01-30 16:55:44 -05:00
Josh Johnson
b9b6aec528 Add First Test 2018-01-30 16:45:10 -05:00
Josh Johnson
bedb878549 Implement Classic XML Formatting 2018-01-27 20:30:03 -05:00
Josh Johnson
988fbe22c0 TSLint 2018-01-27 18:01:04 -05:00
Josh Johnson
4bd8c9eddf Generate Extension Skeleton 2018-01-27 17:50:50 -05:00