diff --git a/package.json b/package.json index 0545e6d..dfe2520 100644 --- a/package.json +++ b/package.json @@ -105,4 +105,4 @@ "vsce": "2.15.0", "vscode-test": "^1.5.0" } -} \ No newline at end of file +} diff --git a/utils/folderFiles/getActiveFilePath.ts b/utils/folderFiles/getActiveFilePath.ts index 6909e2c..18c7c99 100644 --- a/utils/folderFiles/getActiveFilePath.ts +++ b/utils/folderFiles/getActiveFilePath.ts @@ -1,5 +1,5 @@ import vscode from 'vscode' export default function getActiveFilePath() { - return vscode.window.activeTextEditor!.document.uri.fsPath; + return vscode.window.activeTextEditor!.document.uri.fsPath }