From a134fa92cd8e1b56caa15e9bbc87d54bbf5ca910 Mon Sep 17 00:00:00 2001 From: Liam Barry Allan Date: Mon, 29 Aug 2022 22:55:17 -0400 Subject: [PATCH] Remove annoying snippets (#109) Signed-off-by: Liam Barry Allan --- snippets/rpgle.code-snippets | 29 +++++++++++++++-------------- 1 file changed, 15 insertions(+), 14 deletions(-) diff --git a/snippets/rpgle.code-snippets b/snippets/rpgle.code-snippets index 2ff80497..6d995145 100644 --- a/snippets/rpgle.code-snippets +++ b/snippets/rpgle.code-snippets @@ -594,20 +594,21 @@ ], "description": "%TIMESTAMP returns the current system timestamp, accurate to microsecond precision." }, - "%timestamp-expression": { - "prefix": "%timestamp-expression", - "body": [ - "%timestamp(${1:character or numeric expression} :${2|*ISO,*ISO0|} :${3:(optional) fractional seconds})" - ], - "description": "%TIMESTAMP returns the a timestamp of the character or numeric expression in *ISO format. The second parameter specifies the format of the first parameter. The optional third parameter is the number of fractional seconds in the returned timestamp. The number of fractional seconds can be between 0 and 12. It defaults to 6 fractional seconds." - }, - "%timestamp-date-timestamp-expression": { - "prefix": "%timestamp-date-timestamp-expression", - "body": [ - "%timestamp(${1:date or timestamp expression} :${2:(optional) fractional seconds})" - ], - "description": "%TIMESTAMP returns the a timestamp of the date or timestamp expression. The optional second parameter is the number of fractional seconds in the returned timestamp. The number of fractional seconds can be between 0 and 12. It defaults to 6 fractional seconds." - }, + // "%timestamp-expression": { + + // "prefix": "%timestamp-expression", + // "body": [ + // "%timestamp(${1:character or numeric expression} :${2|*ISO,*ISO0|} :${3:(optional) fractional seconds})" + // ], + // "description": "%TIMESTAMP returns the a timestamp of the character or numeric expression in *ISO format. The second parameter specifies the format of the first parameter. The optional third parameter is the number of fractional seconds in the returned timestamp. The number of fractional seconds can be between 0 and 12. It defaults to 6 fractional seconds." + // }, + // "%timestamp-date-timestamp-expression": { + // "prefix": "%timestamp-date-timestamp-expression", + // "body": [ + // "%timestamp(${1:date or timestamp expression} :${2:(optional) fractional seconds})" + // ], + // "description": "%TIMESTAMP returns the a timestamp of the date or timestamp expression. The optional second parameter is the number of fractional seconds in the returned timestamp. The number of fractional seconds can be between 0 and 12. It defaults to 6 fractional seconds." + // }, "%timestamp-sys": { "prefix": "%timestamp-sys", "body": [