-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.yaml
More file actions
88 lines (84 loc) · 2.44 KB
/
plugin.yaml
File metadata and controls
88 lines (84 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
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
id: lumide_flutter
name: 'Flutter'
description: 'Flutter support for Lumide IDE'
entry_point: 'bin/main.dart'
activation_events:
- 'workspaceContains:pubspec.yaml'
permissions:
- fileSystem:
- '${workspace}/**'
- shell:
- flutter
- dart
- fvm
- sh
- bash
configuration:
- key: flutter.hotReloadOnSave
type: boolean
default: true
title: 'Hot Reload on Save'
description: 'Automatically hot reload the Flutter app when a file is saved.'
- key: flutter.clearLogOnHotRestart
type: boolean
default: true
title: 'Clear Log on Hot Restart'
description: 'Clear the Flutter run log when performing a Hot Restart.'
- key: flutter.logEntryLimit
type: number
default: 5000
title: 'Log Entry Limit'
description: 'Maximum number of log entries to keep in the output channels.'
- key: flutter.maxPendingLogs
type: number
default: 50
title: 'Max Pending Logs'
description: 'Maximum number of log events processed concurrently. Events beyond this limit are dropped to prevent flooding.'
- key: flutter.pressureThreshold
type: number
default: 10
title: 'Log Pressure Threshold'
description: 'When pending log count exceeds this, skip expensive VM lookups for faster processing.'
contributes:
commands:
- id: flutter.doctor
title: 'Flutter: Doctor'
category: 'Flutter'
- id: flutter.pub.get
title: 'Flutter: Pub Get'
category: 'Flutter'
- id: flutter.clean
title: 'Flutter: Clean'
category: 'Flutter'
- id: flutter.run
title: 'Flutter: Run'
category: 'Flutter'
- id: flutter.hotReload
title: 'Flutter: Hot Reload'
category: 'Flutter'
- id: flutter.hotRestart
title: 'Flutter: Hot Restart'
category: 'Flutter'
- id: flutter.stop
title: 'Flutter: Stop App'
category: 'Flutter'
- id: flutter.create
title: 'Flutter: New Project'
category: 'Flutter'
- id: flutter.selectDevice
title: 'Flutter: Select Device'
category: 'Flutter'
- id: flutter.openDevTools
title: 'Flutter: Open DevTools'
category: 'Flutter'
- id: flutter.tools
title: 'Flutter: Tools Menu'
category: 'Flutter'
- id: flutter.openDevToolsWebview
title: 'Flutter: Open DevTools'
category: 'Flutter'
keybindings:
- command: flutter.hotReload
key: 'cmd+\'
- command: flutter.hotRestart
key: 'cmd+shift+\'