-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathDefaultExtensions.json
More file actions
55 lines (55 loc) · 2.44 KB
/
DefaultExtensions.json
File metadata and controls
55 lines (55 loc) · 2.44 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"defaultExtensionsList": [
"DarkTheme",
"LightTheme",
"CloseOthers",
"CodeFolding",
"CSSAtRuleCodeHints",
"CSSCodeHints",
"CSSPseudoSelectorHints",
"DebugCommands",
"HandlebarsSupport",
"HTMLCodeHints",
"HtmlEntityCodeHints",
"InlineColorEditor",
"InlineTimingFunctionEditor",
"JavaScriptCodeHints",
"JavaScriptQuickEdit",
"JavaScriptRefactoring",
"JSLint",
"MDNDocs",
"Phoenix-prettier",
"PrefsCodeHints",
"QuickView",
"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"
]
},
"deprecatedExtensions": {
"description": "list extension ids that you want to show a dialog once that the extension is deprecated when installed from extension store or has already been installed.",
"note": "use this only is we add support for the extension in core directly and has an alternative. dialog says: The following installed extensions are natively supported by phoenix and is recommended to remove it. The url is the documentation link for the feature replacing the extension feature.",
"extensionIDsAndDocs": {
"bib-locked-live-preview": "https://docs.phcode.dev/app-links/live-preview",
"brackets-display-shortcuts": "https://docs.phcode.dev/app-links/keyboard-shortcuts",
"changing-tags": "https://docs.phcode.dev/app-links/auto-rename-tag",
"brackets-indent-guides": "https://docs.phcode.dev/app-links/indent-guide-lines",
"brackets-emmet": "https://docs.phcode.dev/app-links/emmet",
"github-Pluto-custom-line-height": "https://docs.phcode.dev/app-links/extn-line-height"
}
},
"dontLoadExtensions": {
"note": "To take down any compromised extensions, see `extensionTakedownURL` in repo"
}
}