mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 02:58:56 +01:00
Refactor Configuration Service
- API to get a value given a key - API to update value smartly - Fine grained configuration change event - Smart reload API - Remove unnecessary APIs
This commit is contained in:
@@ -9,6 +9,9 @@
|
||||
import 'vs/base/common/strings';
|
||||
import 'vs/base/common/errors';
|
||||
|
||||
// Configuration
|
||||
import 'vs/workbench/services/configuration/common/configurationExtensionPoint';
|
||||
|
||||
// Editor
|
||||
import 'vs/editor/editor.all';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user