Skip to content

feat: add VS code notifications for workspace actions #111

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 17 commits into from
Jun 27, 2023
Merged
Prev Previous commit
Next Next commit
resetting boolean invert
  • Loading branch information
Kira-Pilot committed Jun 21, 2023
commit 196ce2ee60b3dd5607ad7131a89c69d4a828d68d
2 changes: 1 addition & 1 deletion src/remote.ts
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ export class Remote {
await sshConfig.load()

let binaryPath: string | undefined
if (this.mode !== vscode.ExtensionMode.Production) {
if (this.mode === vscode.ExtensionMode.Production) {
binaryPath = await this.storage.fetchBinary()
} else {
binaryPath = path.join(os.tmpdir(), "coder")
Expand Down