-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 913 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "streamerbot",
"displayName": "Streamer.bot C# Snippets v0.2.2-alpha.20",
"description": "C# snippets of all CPH methods; Using Directives; And code templates",
"publisher": "Ik1497",
"version": "2.0.1",
"repository": {
"type": "git",
"url": "https://github.com/Ik1497/Streamerbot-VSCode-Plugin"
},
"icon": "logo.png",
"engines": {
"vscode": "^1.76.0"
},
"categories": [
"Snippets"
],
"contributes": {
"snippets": [
{
"language": "csharp",
"path": "./snippets/csharp.code-snippets"
},
{
"language": "csharp",
"path": "./snippets/csharp.templates.code-snippets"
},
{
"language": "csharp",
"path": "./snippets/csharp.using-directives.code-snippets"
},
{
"language": "csharp",
"path": "./snippets/csharp.variable-types.code-snippets"
}
]
}
}