vscode-zap
Advanced tools
Comparing version 0.0.35 to 0.0.36
@@ -66,3 +66,3 @@ "use strict"; | ||
} | ||
return this.handler.repoWatch({ repo: this.environment.repo, refspec: this.resolvedRef }).then(() => { | ||
return this.handler.repoWatch({ repo: this.environment.repo, refspecs: [this.resolvedRef] }).then(() => { | ||
if (!this.resolvedRef) { | ||
@@ -69,0 +69,0 @@ return; // the user concurrently switched refs; abort here |
@@ -5,3 +5,3 @@ { | ||
"description": "WIP", | ||
"version": "0.0.35", | ||
"version": "0.0.36", | ||
"publisher": "sqs", | ||
@@ -42,3 +42,3 @@ "preview": true, | ||
"dependencies": { | ||
"libzap": "^0.0.35", | ||
"libzap": "^0.0.36", | ||
"open": "^0.0.5", | ||
@@ -45,0 +45,0 @@ "vscode-jsonrpc": "3.0.1-alpha.7" |
@@ -78,3 +78,3 @@ import * as vscode from "vscode"; | ||
} | ||
return this.handler.repoWatch({ repo: this.environment.repo, refspec: this.resolvedRef }).then(() => { | ||
return this.handler.repoWatch({ repo: this.environment.repo, refspecs: [this.resolvedRef] }).then(() => { | ||
if (!this.resolvedRef) { | ||
@@ -81,0 +81,0 @@ return; // the user concurrently switched refs; abort here |
Sorry, the diff of this file is not supported yet
379009
+ Addedlibzap@0.0.36(transitive)
- Removedlibzap@0.0.35(transitive)
Updatedlibzap@^0.0.36