Skip to content

Commit 531c350

Browse files
committed
Tweak wording
1 parent 248fef5 commit 531c350

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"type": "git",
99
"url": "https://github.com/pokey/command-server"
1010
},
11-
"version": "0.1.0",
11+
"version": "0.1.1",
1212
"engines": {
1313
"vscode": "^1.53.0"
1414
},

src/extension.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export function activate(context: vscode.ExtensionContext) {
6262

6363
function writePort() {
6464
const path = join(tmpdir(), "vscode-port");
65-
console.log(`Saved port ${port} to path ${path}`);
65+
console.log(`Saving port ${port} to path ${path}`);
6666
writeFileSync(path, `${port}`);
6767
}
6868

0 commit comments

Comments
 (0)