Skip to content

Commit 984781c

Browse files
committed
add method doc
1 parent 408ec6e commit 984781c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/converter.ts

+4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
import { getInput, setFailed } from "@actions/core";
22
import { exec } from "@actions/exec";
33

4+
/**
5+
* Converts the given VS Code theme to a Visual Studio theme.
6+
* @param dir
7+
*/
48
export async function convertTheme(dir: string): Promise<void> {
59
const themeToConvert = getInput("path");
610

0 commit comments

Comments
 (0)