Liking cljdoc? Tell your friends :D
ClojureScript only.

dots.vscode.configuration-change-event

An event describing the change in Configuration

An event describing the change in Configuration
raw docstring

affects-configuration?cljs

(affects-configuration? configuration-change-event section)
(affects-configuration? configuration-change-event section scope)

Checks if the given section has changed. If scope is provided, checks if the section has changed for resources under the given scope.

Parameters:

  • section: string - Configuration name, supports dotted names.
  • scope: ConfigurationScope | undefined - A scope in which to check.

Returns: boolean - true if the given section has changed.

Checks if the given section has changed.
If scope is provided, checks if the section has changed for resources under the given scope.

**Parameters:**
- `section`: `string` - Configuration name, supports _dotted_ names.
- `scope`: `ConfigurationScope | undefined` - A scope in which to check.

**Returns:** `boolean` - `true` if the given section has changed.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close