initial commit.
This commit is contained in:
16
.vscode/image-link.code-snippets
vendored
Normal file
16
.vscode/image-link.code-snippets
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"DocuImage": {
|
||||
"prefix": "image",
|
||||
"body": [
|
||||
""
|
||||
],
|
||||
"description": "Snippet untuk menampilkan image komponen."
|
||||
},
|
||||
"DocuLink": {
|
||||
"prefix": "link",
|
||||
"body": [
|
||||
"[${1:Text Link}](${2:https://www.openai.com})"
|
||||
],
|
||||
"description": "Snippet untuk menampilkan link komponen."
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user