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

Function resetCwdSetting

test/core/settings.test.ts:29–31  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

27 }
28
29 async function resetCwdSetting(): Promise<void> {
30 await changeCwdSetting(undefined);
31 }
32
33 describe("The 'getSettings' method loads the 'Settings' class", function () {
34 before(resetCwdSetting);

Callers

nothing calls this directly

Calls 1

changeCwdSettingFunction · 0.85

Tested by

no test coverage detected