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
@@ -1013,10 +1013,10 @@
1013
1013
"default": "off",
1014
1014
"description": "Traces the communication between VS Code and the PowerShell Editor Services language server. **This setting is only meant for extension developers!**"
1015
1015
},
1016
-
"powershell.renameSymbol.shouldGenerateAlias": {
1016
+
"powershell.renameSymbol.createAlias": {
1017
1017
"type": "boolean",
1018
1018
"default": true,
1019
-
"description": "Should an Alias be genereted when renaming a function parameter"
1019
+
"description": "Should an Alias be created when renaming a function parameter"
0 commit comments