Closed zm-cttae closed 1 year ago
test
npm test
Related to #52.
Add support for loading language-configuration.json files in the vscode.LanguageConfiguration format.
language-configuration.json
vscode.LanguageConfiguration
getLanguageConfiguration
getLanguageContribution
getGrammarConfiguration
getGrammarContribution
Due to the breaking changes, this is a major semver version bump. We are folding 2.1.0 into a 3.0.0 release.
2.1.0
3.0.0
ποΈ Pull Request
test
folder).npm test
.π·πΎββοΈ Fixes
Related to #52.
Description
Add support for loading
language-configuration.json
files in thevscode.LanguageConfiguration
format.What changes have you made?
getLanguageConfiguration
API method to loadvscode.LanguageConfiguration
.getLanguageConfiguration
togetLanguageContribution
.getGrammarConfiguration
togetGrammarContribution
.What tests have you completed?
Anything else worth mentioning?
Due to the breaking changes, this is a major semver version bump. We are folding
2.1.0
into a3.0.0
release.