MCPcopy
hub / github.com/PowerShell/vscode-powershell / getSettings

Function getSettings

src/settings.ts:174–179  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

172}
173
174export function getSettings(): Settings {
175 const configuration: vscode.WorkspaceConfiguration =
176 vscode.workspace.getConfiguration(utils.PowerShellLanguageId);
177
178 return getSetting(undefined, new Settings(), configuration);
179}
180
181// Get the ConfigurationTarget (read: scope) of where the *effective* setting value comes from
182export function getEffectiveConfigurationTarget(

Callers 14

settings.test.tsFile · 0.90
activateFunction · 0.90
restartSessionMethod · 0.90
showSessionMenuMethod · 0.90
onLanguageClientSetMethod · 0.90
createLaunchConfigMethod · 0.90
constructorMethod · 0.90
constructorMethod · 0.90
constructorMethod · 0.90

Calls 1

getSettingFunction · 0.85

Tested by

no test coverage detected