How to use the cspell-dict-medicalterms.getConfigLocation function in cspell-dict-medicalterms

To help you get started, we’ve selected a few cspell-dict-medicalterms examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github streetsidesoftware / vscode-cspell-dict-extensions / extensions / medical-terms / src / extension.ts View on Github external
extension.activate().then(ext => {
            const path = dict.getConfigLocation();
            ext && ext.registerConfig && ext.registerConfig(path);
        });
    }

cspell-dict-medicalterms

Medical Terms dictionary for cspell.

MIT
Latest version published 3 years ago

Package Health Score

67 / 100
Full package analysis

Popular cspell-dict-medicalterms functions