We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5e3041 commit b161962Copy full SHA for b161962
README.md
@@ -40,6 +40,16 @@ This extension contributes the following settings:
40
41
- `coderoad.start`: starts the extension
42
43
+## Support New Programming Languages
44
+
45
+In order to get the extension to support a new language, you'll need the following:
46
47
+1. Test runner and CLI command to run test runner
48
+2. Parser for test runner output (eg. TAP, JSON) that can determine if tests passed or return the failure message
49
+3. Load prism markdown highlighting styles
50
51
+TODO: A simple way to package all three together would be ideal.
52
53
## Known Issues
54
55
There are no known issues at this time.
0 commit comments