Skip to content

Commit 2493c6d

Browse files
authored
Merge pull request #6 from feli0x/documentation
optimize demo
2 parents 43d408c + bf8641d commit 2493c6d

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.vscode/workspace.code-snippets

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"import": {
3+
"prefix": "/import",
4+
"scope": "typescript",
5+
"body": [
6+
"import * as vscode from \"vscode\";\nimport * as path from \"path\";\nimport * as fs from \"fs/promises\";\n"
7+
]
8+
}
9+
}

assets/demo.gif

-20.5 MB
Loading

0 commit comments

Comments
 (0)