You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/ReleaseNotes.md
+1-7Lines changed: 1 addition & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,15 +3,9 @@
3
3
* Bumped the winget version to 1.28 to match the package version.
4
4
* Additional [options for limiting the size of log files](https://github.com/microsoft/winget-cli/blob/master/doc/Settings.md#file).
5
5
6
-
# Experimental Feature: 'sourceEdit'
6
+
# Feature: 'source edit'
7
7
New feature that adds an 'edit' subcommand to the 'source' command. This can be used to set an explicit source to be implicit and vice-versa. For example, with this feature you can make the 'winget-font' source an implicit source instead of explicit source.
8
8
9
-
To enable this feature, add the 'sourceEdit' experimental feature to your settings.
10
-
```
11
-
"experimentalFeatures": {
12
-
"sourceEdit": true
13
-
},
14
-
```
15
9
To use the feature, try `winget source edit winget-font` to set the Explicit state to the default.
0 commit comments