How to use cspell-dict-russian - 1 common examples

To help you get started, we’ve selected a few cspell-dict-russian 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 / russian / src / extension.ts View on Github external
extension.activate().then(ext => {
            const path = dict.getConfigLocation();
            // We need to register the dictionary configuration with the Code Spell Checker Extension
            if (ext && ext.registerConfig) {
                ext.registerConfig(path);
                ext.registerConfig(dictRussian.getConfigLocation());
            }
        });
    }

cspell-dict-russian

Russian dictionary for cspell.

MIT
Latest version published 3 years ago

Package Health Score

67 / 100
Full package analysis

Popular cspell-dict-russian functions