-
-
Notifications
You must be signed in to change notification settings - Fork 195
Expand file tree
/
Copy pathDefaultExtensions.json
More file actions
41 lines (41 loc) · 1.32 KB
/
DefaultExtensions.json
File metadata and controls
41 lines (41 loc) · 1.32 KB
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
{
"defaultExtensionsList": [
"DarkTheme",
"LightTheme",
"CloseOthers",
"CodeFolding",
"CSSAtRuleCodeHints",
"CSSCodeHints",
"CSSPseudoSelectorHints",
"DebugCommands",
"HandlebarsSupport",
"HTMLCodeHints",
"HtmlEntityCodeHints",
"InlineColorEditor",
"InlineTimingFunctionEditor",
"JavaScriptCodeHints",
"JavaScriptQuickEdit",
"JavaScriptRefactoring",
"JSLint",
"MDNDocs",
"Phoenix-prettier",
"PrefsCodeHints",
"QuickView",
"SpellGrammarCheck",
"SVGCodeHints",
"UrlCodeHints",
"HealthData"
],
"desktopOnly": [
"Git"
],
"warnExtensionStoreExtensions": {
"description": "list extension ids here that you want to show this warning in extension store: 'You may not need this extension. Phoenix comes built in with this feature.'",
"note": "This is only to for legacy extensions that havent been updated for a long time, remove flag unconditionally if instructed by the extension author, but inform of the issues in extension.",
"extensionIDs": [
"brackets-beautify", "beautify.io", "hirse.beautify", "jsbeautifier", "sizuhiko.brackets.prettier", "pretty_json",
"bib-locked-live-preview", "brackets-display-shortcuts", "changing-tags", "brackets-indent-guides", "brackets-emmet",
"github-Pluto-custom-line-height"
]
}
}