Skip to content

Commit

Permalink
Merge pull request #118 from undefined-moe/patch-1
Browse files Browse the repository at this point in the history
docs: typo fix
  • Loading branch information
CGNonofr authored Jun 3, 2024
2 parents 3ad0d53 + d87052c commit 27ec5d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ You also need to import `@codingame/monaco-editor-wrapper/features/extensionHost
This library exposed some functions to manage the user global configuration:
- `registerDefaultConfigurations` Allows registering default values for some configuration keys which can be overridden
- `updateUserConfiguration` Update the user configuration, overrides the default configuration, uses the same syntax as VS Code configuration
- `getUserConfiguartion` Get back the current user configuration
- `getUserConfiguration` Get back the current user configuration
- `onUserConfigurationChange` Get notified when the user configuration change (either after calling updateUserConfiguration or from internal configuration update)
- `getConfiguration` Allows to get a given configuration key in a given language
- `onConfigurationChanged` Listen to configuration change
Expand Down

0 comments on commit 27ec5d2

Please sign in to comment.