Skip to content

Extra Line in scafm snippet #8

@ivankahl

Description

@ivankahl

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();
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinggood first issueGood for newcomers

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions