Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "workspaces/config"

Index

Variables

Const KEY_CONFIG_IMPORTS

KEY_CONFIG_IMPORTS: "configImports" = "configImports"

Name of the key for storing config imports.

Const deepMerge

deepMerge: any = require('deepmerge')

Functions

cloneSettingsOnly

  • Parameters

    • settings: any

    Returns WorkspaceSettings

disposeConfigImports

  • disposeConfigImports(): Promise<void>
  • Disposes all workspace config imports.

    Returns Promise<void>

loadSettings

  • Loads the settings of a workspace.

    Returns Promise<WorkspaceSettings>

    The promise with the loaded settings.

Generated using TypeDoc