Skip to content

Commit cab5543

Browse files
committed
Fix #180: Enable profile loading by default
This change sets the default value of the powershell.enableProfileLoading to true by default. It was confusing to users to have it disabled in the debut release of the feature.
1 parent 834735c commit cab5543

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@
242242
},
243243
"powershell.enableProfileLoading": {
244244
"type": "boolean",
245-
"default": false,
245+
"default": true,
246246
"description": "If true, causes user and system wide profiles (profile.ps1 and Microsoft.VSCode_profile.ps1) to be loaded into the PowerShell session. This affects IntelliSense and interactive script execution. The debugger is not affected by this setting."
247247
},
248248
"powershell.scriptAnalysis.enable": {

0 commit comments

Comments
 (0)