Skip to content

Commit 2db14e8

Browse files
committed
Remove unused function
1 parent ef76b24 commit 2db14e8

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/commands/deployWorkspaceProject/DeployWorkspaceProjectSettings.ts

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,3 @@ export async function getDeployWorkspaceProjectSettings(rootFolder: WorkspaceFol
3535

3636
return undefined;
3737
}
38-
39-
/**
40-
* @throws Throws an error if the workspace configuration cannot be found in the default settings path
41-
*/
42-
// export async function setDeployWorkspaceProjectSettings(rootFolder: WorkspaceFolder, settings: DeployWorkspaceProjectSettings): Promise<void> {
43-
// const settingsPath: string = settingUtils.getDefaultRootWorkspaceSettingsPath(rootFolder);
44-
// for (const key of Object.keys(settings)) {
45-
// await settingUtils.updateWorkspaceSetting(`${deployWorkspaceProjectPrefix}.${key}`, settings[key], settingsPath);
46-
// }
47-
// }

0 commit comments

Comments
 (0)