-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
189 lines (189 loc) · 4.34 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
{
"name": "vscode-essentials",
"displayName": "VSCode Essentials",
"description": "Turn VSCode into a supercharged IDE.",
"version": "1.6.0",
"engines": {
"vscode": "^1.38.0"
},
"author": {
"name": "jabacchetta"
},
"publisher": "jabacchetta",
"repository": {
"type": "git",
"url": "https://github.com/jabacchetta/vscode-essentials"
},
"categories": [
"Extension Packs"
],
"keywords": [
"code runner",
"run code",
"code spell checker",
"spell checker",
"spelling",
"share code",
"review code",
"code discussion",
"collaboration",
"snippets",
"control snippets",
"disable snippets",
"customize ui",
"customize vscode stylesheets",
"dotenv",
"environment variables",
"env",
"easy snippet",
"snippet manager",
"snippet generator",
"format in context menus",
"format multiple files",
"git",
"gists",
"github gists",
"interactive playground",
"notes",
"git graph",
"git diff",
"gitignore",
"gitlens",
"git blame annotations",
"git history",
"git commits",
"git compare",
"git search",
"gremlins",
"invisible characters",
"whitespace characters",
"zero-width spaces",
"no-break spaces",
"non-printing character",
"hungry delete",
"delete whitespace",
"delete indentation",
"live share",
"live share audio",
"live share chat",
"live share whiteboard",
"remote sharing",
"chat",
"call",
"macros",
"metago",
"acejump",
"jumpy",
"cursor navigation",
"go to character",
"monkey patch",
"multple clipboards",
"clipboard ring",
"polacode",
"screenshot",
"code screenshots",
"project manager",
"switch projects",
"rewrap",
"comment wrapping",
"wrap comments",
"settings cycler",
"toggle settings",
"share settings",
"text pastry",
"increment selection",
"multi-line increment",
"todo tree",
"highlight comments",
"highlight todo",
"todo manager",
"todo",
"fixme",
"note",
"tasklist",
"visual studio intellicode",
"ai-assisted development",
"vscode pdf",
"display pdf",
"github pull requests",
"indent guides",
"scope line",
"scope guide",
"bookmarks",
"ide",
"vscode ide",
"integrated development environment",
"vscode essentials",
"vscode must-have extensions",
"codestream",
"peacock",
"slack",
"window colors",
"workspace colors",
"random theme generator",
"unique theme",
"highlight code block",
"dim code",
"dim text",
"output Colorizer",
"log file syntax highlighting",
"log",
"explorer exclude",
"toggle excluded files",
"toggle hidden files",
"list hidden files",
"manage hidden files",
"explorer hidden files",
"all autocomplete",
"open files intellisense",
"project-wide intellisense",
"intellisense from all files"
],
"extensionPack": [
"alefragnani.project-manager",
"codezombiech.gitignore",
"vsls-contrib.gistfs",
"ctf0.macros",
"eamodio.gitlens",
"formulahendry.code-runner",
"Gruntfuggly.todo-tree",
"hoovercj.vscode-settings-cycler",
"inu1255.easy-snippet",
"iocave.customize-ui",
"iocave.monkey-patch",
"jasonlhy.hungry-delete",
"jkjustjoshing.vscode-text-pastry",
"karigari.chat",
"lacroixdavid1.vscode-format-context-menu",
"metaseed.metago",
"mhutchie.git-graph",
"mikestead.dotenv",
"ms-vsliveshare.vsliveshare",
"ms-vsliveshare.vsliveshare-audio",
"lostintangent.vsls-whiteboard",
"nhoizey.gremlins",
"pnp.polacode",
"slevesque.vscode-multiclip",
"stkb.rewrap",
"streetsidesoftware.code-spell-checker",
"svipas.control-snippets",
"tomoki1207.pdf",
"VisualStudioExptTeam.vscodeintellicode",
"micnil.vscode-checkpoints",
"xyz.local-history",
"alefragnani.Bookmarks",
"GitHub.vscode-pull-request-github",
"johnpapa.vscode-peacock",
"CodeStream.codestream",
"IBM.output-colorizer",
"jakearl.search-editor-apply-changes",
"RedVanWorkshop.explorer-exclude-vscode-extension",
"Atishay-Jain.All-Autocomplete"
],
"icon": "images/icon.png",
"galleryBanner": {
"color": "#2e2e2e",
"theme": "dark"
},
"license": "SEE LICENSE IN LICENSE"
}