File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2
2
# Reference: https://github.com/microsoft/terminal/blob/main/README.md#developer-guidance
3
3
properties:
4
4
resources:
5
- - resource: Microsoft.Windows.Developer/DeveloperMode
5
+ - resource: Microsoft.Windows.Settings/WindowsSettings
6
6
directives:
7
7
description: Enable Developer Mode
8
8
allowPrerelease: true
9
9
# Requires elevation for the set operation
10
10
securityContext: elevated
11
11
settings:
12
- Ensure: Present
12
+ DeveloperMode: true
13
13
- resource: Microsoft.WinGet.DSC/WinGetPackage
14
14
id: powershell
15
15
directives:
Original file line number Diff line number Diff line change 2
2
# Reference: https://github.com/microsoft/terminal/blob/main/README.md#developer-guidance
3
3
properties:
4
4
resources:
5
- - resource: Microsoft.Windows.Developer/DeveloperMode
5
+ - resource: Microsoft.Windows.Settings/WindowsSettings
6
6
directives:
7
7
description: Enable Developer Mode
8
8
allowPrerelease: true
9
9
# Requires elevation for the set operation
10
10
securityContext: elevated
11
11
settings:
12
- Ensure: Present
12
+ DeveloperMode: true
13
13
- resource: Microsoft.WinGet.DSC/WinGetPackage
14
14
id: powershell
15
15
directives:
Original file line number Diff line number Diff line change 2
2
# Reference: https://github.com/microsoft/terminal/blob/main/README.md#developer-guidance
3
3
properties:
4
4
resources:
5
- - resource: Microsoft.Windows.Developer/DeveloperMode
5
+ - resource: Microsoft.Windows.Settings/WindowsSettings
6
6
directives:
7
7
description: Enable Developer Mode
8
8
allowPrerelease: true
9
9
# Requires elevation for the set operation
10
10
securityContext: elevated
11
11
settings:
12
- Ensure: Present
12
+ DeveloperMode: true
13
13
- resource: Microsoft.WinGet.DSC/WinGetPackage
14
14
id: powershell
15
15
directives:
You can’t perform that action at this time.
0 commit comments