Skip to content

Commit

Permalink
Update getConflictingExtensions doc string
Browse files Browse the repository at this point in the history
Signed-off-by: Josh Pinkney <[email protected]>
  • Loading branch information
JPinkney committed Dec 2, 2020
1 parent 90ff0d4 commit 2b90d76
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 @@ -8,7 +8,7 @@ import { commands, Extension, extensions, window } from 'vscode';
const conflictingIDs = new Set(['vscoss.vscode-ansible']);

/**
* Get all the extensions that currently conflict with VSCode-YAML
* Get all of the installed extensions that currently conflict with VSCode-YAML
*/
// eslint-disable-next-line @typescript-eslint/no-explicit-any
export function getConflictingExtensions(): Extension<any>[] {
Expand Down

0 comments on commit 2b90d76

Please sign in to comment.