Skip to content

Commit

Permalink
#65 - Disable snippets in both microsoft-extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
waldo1001 committed Jul 13, 2018
1 parent b7077fc commit ed4aaaa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/SnippetFunctions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ export class SnippetFunctions {
let mySettings = Settings.GetConfigSettings(null);
let setDisabled = mySettings[Settings.DisableDefaultAlSnippets];

this.SetupSnippets('Microsoft.al', setDisabled);
this.SetupSnippets('microsoft.al', setDisabled);
this.SetupSnippets('ms-dynamics-smb.al', setDisabled);
}

static SetupSnippets(extension: string, setDisabled: boolean) {
Expand Down

0 comments on commit ed4aaaa

Please sign in to comment.