add pyright and buffer code folder, markdwon use mdflow

This commit is contained in:
gameloader
2022-11-13 10:33:18 +08:00
parent e9d69cba33
commit 3eee395fbf
18 changed files with 201 additions and 76 deletions

19
snippets/package.json Normal file
View File

@ -0,0 +1,19 @@
{
"name":"my-snippets",
"contributes":{
"snippets":[
{
"language":[
"go"
],
"path":"./go.json"
},
{
"language":[
"markdown"
],
"path":"./markdown.json"
}
]
}
}