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
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
{
2
2
"name": "PowerShell",
3
3
"displayName": "PowerShell",
4
-
"version": "0.6.0",
4
+
"version": "0.6.1",
5
5
"publisher": "ms-vscode",
6
6
"description": "Develop PowerShell scripts in Visual Studio Code!",
7
7
"engines": {
@@ -129,7 +129,7 @@
129
129
"/logLevel:Verbose",
130
130
"/hostName:\"Visual Studio Code Host\"",
131
131
"/hostProfileId:Microsoft.VSCode",
132
-
"/hostVersion:0.5.0"
132
+
"/hostVersion:0.6.1"
133
133
],
134
134
"configurationAttributes": {
135
135
"launch": {
@@ -191,7 +191,7 @@
191
191
"/logLevel:Verbose",
192
192
"/hostName:\"Visual Studio Code Host\"",
193
193
"/hostProfileId:Microsoft.VSCode",
194
-
"/hostVersion:0.5.0"
194
+
"/hostVersion:0.6.1"
195
195
],
196
196
"configurationAttributes": {
197
197
"launch": {
@@ -242,7 +242,7 @@
242
242
},
243
243
"powershell.enableProfileLoading": {
244
244
"type": "boolean",
245
-
"default": false,
245
+
"default": true,
246
246
"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."
0 commit comments