()
| 205 | } |
| 206 | |
| 207 | function configure() { |
| 208 | return Promise.all([configSettings(), configKeyBindings()]); |
| 209 | } |
| 210 | |
| 211 | function openDocumentationUrl() { |
| 212 | return env.openExternal(Uri.parse("https://vspacecode.github.io/docs/")); |
nothing calls this directly
no test coverage detected