-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomers
Description
Whenever I use the scafm snippet, it adds an extra line at the beginning of the snippet.
Instead of expanding to become:
public static void RunCrmWebMethod(ref Web AretVal)
{
AretVal = new CrmWebMethod();
}it becomes
// [BLANK LINE]
public static void RunCrmWebMethod(ref Web AretVal)
{
AretVal = new CrmWebMethod();
}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomers