Skip to content

Commit

Permalink
azp: vscode ext fix preview window does not show
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherHX authored Nov 5, 2023
1 parent f99fed2 commit d2082c9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion src/azure-pipelines-vscode-ext/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,4 +152,5 @@ npm run build
- Fix handling of backslash in paths

### v0.0.6
- Fix handling of required parameters of type number
- Fix handling of required parameters of type number
- Add an Azure Pipelines Debug Adapter for pipeline specfic configurations and watching for file changes
4 changes: 2 additions & 2 deletions src/azure-pipelines-vscode-ext/azure-pipelines-debug.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ export class AzurePipelinesDebugSession extends LoggingDebugSession {

var self = this;
var message = null;
var requestReOpen = false;
var documentClosed = false;
var requestReOpen = true;
var documentClosed = true;
var assumeIsOpen = false;
var doc = null;
var uri = vscode.Uri.from({
Expand Down

0 comments on commit d2082c9

Please sign in to comment.