Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
Yatao Li committed Jul 1, 2019
1 parent 7fb7e03 commit 7ca9ae3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/client/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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}`,
Expand Down

0 comments on commit 7ca9ae3

Please sign in to comment.