Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upAdd multiline description support in user snippets #66159
Conversation
RMacfarlane
assigned
jrieken
Jan 7, 2019
jamesgeorge007
force-pushed the
jamesgeorge007:update-snippets
branch
2 times, most recently
from
963103e
to
6bc73d8
Jan 8, 2019
This comment has been minimized.
This comment has been minimized.
Please fix strict null error first: |
jamesgeorge007
force-pushed the
jamesgeorge007:update-snippets
branch
from
6bc73d8
to
c9a3668
Jan 8, 2019
This comment has been minimized.
This comment has been minimized.
@jrieken It says that |
This comment has been minimized.
This comment has been minimized.
What about changing |
jamesgeorge007
force-pushed the
jamesgeorge007:update-snippets
branch
2 times, most recently
from
9301663
to
13b4726
Jan 8, 2019
This comment has been minimized.
This comment has been minimized.
Wait, it shouldn't be |
jamesgeorge007
force-pushed the
jamesgeorge007:update-snippets
branch
2 times, most recently
from
f1a59e8
to
f7890c7
Jan 8, 2019
This comment has been minimized.
This comment has been minimized.
@usernamehw Here, the |
This comment has been minimized.
This comment has been minimized.
And here should probably be the same check for if ((typeof prefix !== 'string' && !Array.isArray(prefix)) || typeof body !== 'string' || typeof description !== 'string') {
return;
} |
jamesgeorge007
force-pushed the
jamesgeorge007:update-snippets
branch
2 times, most recently
from
6866bff
to
7aa3d38
Jan 8, 2019
This comment has been minimized.
This comment has been minimized.
@usernamehw @jrieken Is it fine now? |
jrieken
requested changes
Jan 8, 2019
jamesgeorge007
force-pushed the
jamesgeorge007:update-snippets
branch
4 times, most recently
from
55946c7
to
40569ef
Jan 8, 2019
This comment has been minimized.
This comment has been minimized.
@jrieken Still the Build is failing! |
This comment has been minimized.
This comment has been minimized.
Yeah, but that was an unrelated issue... Should be fixed in master now - in case you wanna rebase |
jrieken
requested changes
Jan 8, 2019
What's also needed is to update the schema: |
jrieken
added
feature-request
snippets
labels
Jan 8, 2019
jamesgeorge007
force-pushed the
jamesgeorge007:update-snippets
branch
from
40569ef
to
e4f01c6
Jan 8, 2019
jamesgeorge007
force-pushed the
jamesgeorge007:update-snippets
branch
from
d71dedf
to
b91dfda
Jan 8, 2019
This comment has been minimized.
This comment has been minimized.
@jrieken Hope it's fine now |
jamesgeorge007 commentedJan 7, 2019
•
edited
Closes #66036
Present scenario
Proposed solution