Skip to content

Commit

Permalink
[preferences] module name changed (preferences-contribution)
Browse files Browse the repository at this point in the history
Fixes: #8203

This PR renames module from 'preference-contribution' to 'preferences-contribution'.

Signed-off-by: Min-young Yang <[email protected]>
  • Loading branch information
minyoungyang authored and vince-fugnitto committed Jul 28, 2020
1 parent fd23988 commit 1867d15
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import { bindPreferenceProviders } from './preference-bindings';
import { bindPreferencesWidgets } from './views/preference-widget-bindings';
import { PreferencesEventService } from './util/preference-event-service';
import { PreferencesTreeProvider } from './preference-tree-provider';
import { PreferencesContribution } from './preference-contribution';
import { PreferencesContribution } from './preferences-contribution';
import { PreferenceScopeCommandManager } from './util/preference-scope-command-manager';
import { JsonSchemaContribution } from '@theia/core/lib/browser/json-schema-store';
import { PreferencesJsonSchemaContribution } from './preferences-json-schema-contribution';
Expand Down

0 comments on commit 1867d15

Please sign in to comment.