Skip to content

Commit

Permalink
Switch back to generic message and add azure-deploy to coflicting ext…
Browse files Browse the repository at this point in the history
…ensions

Signed-off-by: Josh Pinkney <[email protected]>
  • Loading branch information
JPinkney committed Dec 22, 2020
1 parent 5e7cf50 commit 803873f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/extensionConflicts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import { commands, Extension, extensions, window } from 'vscode';

// A set of VSCode extension ID's that conflict with VSCode-YAML
const conflictingIDs = new Set(['vscoss.vscode-ansible']);
const conflictingIDs = new Set(['vscoss.vscode-ansible', 'ms-vscode-deploy-azure.azure-deploy']);

/**
* Get all of the installed extensions that currently conflict with VSCode-YAML
Expand Down

0 comments on commit 803873f

Please sign in to comment.