Skip to content

Commit 18f103d

Browse files
authored
Update RFC0015-PowerShell-StartupConfig.md
1 parent 6401f69 commit 18f103d

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

1-Draft/RFC0015-PowerShell-StartupConfig.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,3 +157,26 @@ I chose PowerShell Data format assuming that anyone that is configuring PowerShe
157157
Also, PSD1 files may conin comments, which may be very helpful in describing the settings.
158158
The config file location is somewhat forced due to PowerShell's side-by-side requirements, so a global location (.e.g., `/etc/`) would greatly complicate the configuration file to cover multiple versions.
159159

160+
## PowerShell Committee Decision
161+
162+
### Voting Results
163+
164+
Jason Shirk: Absent
165+
166+
Joey Aiello: Reject
167+
168+
Bruce Payette: Reject
169+
170+
Steve Lee: Reject
171+
172+
Hemant Mahawar: Reject
173+
174+
### Majority Decision
175+
176+
Committee decided to reuse an existing json file that is already parsed at startup and to move the telemetry configuration into that file.
177+
Although the current implementation does pull in the json parser, it doesn't appear to have a significant impact on startup as it's been in code since PSCore6 was public.
178+
179+
### Minority Decision
180+
181+
N/A
182+

0 commit comments

Comments
 (0)