From d45c101e01d358b127ba8f402b104362a1317959 Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Fri, 22 Jul 2022 13:08:01 -0400 Subject: remove community install warning setting --- docs/getting-started.md | 1 - 1 file changed, 1 deletion(-) (limited to 'docs') diff --git a/docs/getting-started.md b/docs/getting-started.md index 98ef9d92..16dd2d12 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -858,7 +858,6 @@ Here's a list of all built-in settings currently available from the UI: | | | enum: Vertical split (rows).|`enum`|`vertical`| | | |ui|Always Show Pane Options in Status Bar|Enable to always show options for the active pane in the status bar.|`boolean`|`False`|[`SettingsUserScope`]|ui.panes.statusBarOptions| |ui|Sync Panes by Default|Sync current location between panes by default.|`boolean`|`True`|[`SettingsUserScope`]|ui.panes.sync| -|ui|Enable Warning about Installing Community Plugins|Enable showing warning message about safety and efficacy of community plugins.|`boolean`|`True`|[`SettingsUserScope`]|ui.pluginManager.warnCommunityInstall| |ui|Recent Command Limit|Specify a limit for the recent command palette history.|`number`|`5`|[`SettingsUserScope`]|ui.recentCommandLimit| |ui|Recent File Limit|Specify a limit for the recent file history in the new tab window.|`number`|`10`|[`SettingsUserScope`]|ui.recentFileLimit| |ui|Show Indentation Guides|Show indentation markers in linear high-level IL|`boolean`|`True`|[`SettingsUserScope`]|ui.renderIndentGuides| -- cgit v1.3.1