diff --git a/package-lock.json b/package-lock.json index 7f1e5b2..9a45c1a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "coc-powershell", - "version": "0.0.7", + "version": "0.0.9", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index bd693c8..a0d0143 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "PowerShell Language Support using PowerShell Editor Services", "author": "Yatao Li, Tyler Leonhardt, Cory Knox", "license": "MIT", - "version": "0.0.7", + "version": "0.0.9", "publisher": "yatli, tylerl0706, corbob", "repository": { "type": "git", diff --git a/src/client/extension.ts b/src/client/extension.ts index 8965b56..53a1a0b 100644 --- a/src/client/extension.ts +++ b/src/client/extension.ts @@ -131,7 +131,7 @@ export async function activate(context: ExtensionContext) { : [] let filePath = fileURLToPath(document.uri) - logger.appendLine(`executing: ${filePath}`) + proc.log.appendLine(`executing: ${filePath}`) await workspace.createTerminal({ name: `PowerShell: ${filePath}`,