Type Alias SynchronizeOptions
SynchronizeOptions: {
configurationSection?: string | string[];
fileEvents?: VFileSystemWatcher | VFileSystemWatcher[];
}
Type declaration
OptionalconfigurationSection?: string | string[]
OptionalfileEvents?: VFileSystemWatcher | VFileSystemWatcher[]
The configuration sections to synchronize. Pushing settings from the client to the server is deprecated in favour of the new pull model that allows servers to query settings scoped on resources. In this model the client can only deliver an empty change event since the actually setting value can vary on the provided resource scope.