Skip to content

Commit

Permalink
Remove annoying snippets (#109)
Browse files Browse the repository at this point in the history
Signed-off-by: Liam Barry Allan <[email protected]>
  • Loading branch information
worksofliam committed Aug 30, 2022
1 parent a7c6039 commit a134fa9
Showing 1 changed file with 15 additions and 14 deletions.
29 changes: 15 additions & 14 deletions snippets/rpgle.code-snippets
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down

0 comments on commit a134fa9

Please sign in to comment.