()
| 20 | ]; |
| 21 | |
| 22 | export const getConfig = () => { |
| 23 | return vscode.workspace.getConfiguration(EXTENSION_CONFIG_SECTION); |
| 24 | }; |
| 25 | |
| 26 | export const updateConfig = (key: string, value: string) => { |
| 27 | const config = getConfig(); |
no outgoing calls
no test coverage detected