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: package.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1017,10 +1017,10 @@
1017
1017
"default": "off",
1018
1018
"description": "Traces the communication between VS Code and the PowerShell Editor Services language server. **This setting is only meant for extension developers!**"
1019
1019
},
1020
-
"powershell.renameSymbol.shouldGenerateAlias": {
1020
+
"powershell.renameSymbol.createAlias": {
1021
1021
"type": "boolean",
1022
1022
"default": true,
1023
-
"description": "Should an Alias be genereted when renaming a function parameter"
1023
+
"description": "Should an Alias be created when renaming a function parameter"
0 commit comments