We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 408ec6e commit 984781cCopy full SHA for 984781c
src/converter.ts
@@ -1,6 +1,10 @@
1
import { getInput, setFailed } from "@actions/core";
2
import { exec } from "@actions/exec";
3
4
+/**
5
+ * Converts the given VS Code theme to a Visual Studio theme.
6
+ * @param dir
7
+ */
8
export async function convertTheme(dir: string): Promise<void> {
9
const themeToConvert = getInput("path");
10
0 commit comments