mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 11:38:51 +01:00
Remove too many folding regions notification (#163854)
* Remove too many folding regions notification * remove duplicate folding limit item for JSON/JSONC * polish * fix test
This commit is contained in:
committed by
GitHub
parent
fb5b553316
commit
c83eff40dd
@@ -270,6 +270,9 @@ import 'vs/workbench/contrib/snippets/browser/snippets.contribution';
|
||||
// Formatter Help
|
||||
import 'vs/workbench/contrib/format/browser/format.contribution';
|
||||
|
||||
// Folding Limit Indicator
|
||||
import 'vs/workbench/contrib/folding/browser/folding.contribution';
|
||||
|
||||
// Inlay Hint Accessibility
|
||||
import 'vs/workbench/contrib/inlayHints/browser/inlayHintsAccessibilty';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user