Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 4ab70e5

Browse files
committedJan 31, 2023
v0.1.7
1 parent 994c707 commit 4ab70e5

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed
 

‎package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"description": "Open any workspace with a single click.",
66
"repository": "https://github.com/coder/vscode-coder",
77
"preview": true,
8-
"version": "0.1.6",
8+
"version": "0.1.7",
99
"engines": {
1010
"vscode": "^1.73.0"
1111
},

‎src/sshConfig.test.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,8 +162,6 @@ Host coder-vscode--*
162162
LogLevel ERROR
163163
# --- END CODER VSCODE ---`
164164

165-
console.log(sshConfig.getRaw())
166-
167165
expect(mockFileSystem.writeFile).toBeCalledWith(sshFilePath, expectedOutput, {
168166
encoding: "utf-8",
169167
mode: 384,

0 commit comments

Comments
 (0)
Please sign in to comment.