-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.05 KB
/
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": "restructuredtext-pack",
"displayName": "Extension Pack for reStructuredText",
"description": "Popular extensions for reStructuredText authoring that provides IntelliSense, live preview, syntax highlighting and more",
"license": "MIT",
"version": "1.0.3",
"publisher": "lextudio",
"engines": {
"vscode": "^1.43.0"
},
"icon": "Document_icon.png",
"keywords": [
"restructuredtext",
"rst",
"rest",
"preview"
],
"categories": [
"Programming Languages",
"Linters",
"Snippets",
"Extension Packs"
],
"repository": {
"type": "git",
"url": "https://github.com/lextudio/vscode-restructuredtext-pack"
},
"homepage": "https://github.com/lextudio/vscode-restructuredtext-pack",
"bugs": {
"url": "https://github.com/lextudio/vscode-restructuredtext-pack"
},
"extensionPack": [
"lextudio.restructuredtext",
"trond-snekvik.simple-rst",
"ms-python.python",
"lextudio.iis"
]
}