Skip to content

Commit 703763e

Browse files
authored
Update package veresion in lock file, format package.json file. (#1318)
1 parent be5d727 commit 703763e

File tree

2 files changed

+23
-23
lines changed

2 files changed

+23
-23
lines changed

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+22-22
Original file line numberDiff line numberDiff line change
@@ -401,31 +401,31 @@
401401
"description": "Specifies the full path to a PowerShell executable. Changes the installation of PowerShell used for language and debugging services."
402402
},
403403
"powershell.powerShellAdditionalExePaths": {
404-
"type":"array",
405-
"description": "Specifies an array of versionName / exePath pairs where exePath points to a non-standard install location for PowerShell and versionName can be used to reference this path with the powershell.powerShellDefaultVersion setting.",
406-
"isExecutable": true,
407-
"uniqueItems": true,
408-
"items": {
409-
"type": "object",
410-
"required":[
411-
"versionName",
412-
"exePath"
413-
],
414-
"properties": {
415-
"versionName": {
416-
"type":"string",
417-
"description": "Specifies the version name of this PowerShell executable. The version name can be referenced via the powershell.powerShellDefaultVersion setting."
418-
},
419-
"exePath": {
420-
"type":"string",
421-
"description": "Specifies the path to the PowerShell executable. Typically this is a path to a non-standard install location."
422-
}
423-
}
404+
"type": "array",
405+
"description": "Specifies an array of versionName / exePath pairs where exePath points to a non-standard install location for PowerShell and versionName can be used to reference this path with the powershell.powerShellDefaultVersion setting.",
406+
"isExecutable": true,
407+
"uniqueItems": true,
408+
"items": {
409+
"type": "object",
410+
"required": [
411+
"versionName",
412+
"exePath"
413+
],
414+
"properties": {
415+
"versionName": {
416+
"type": "string",
417+
"description": "Specifies the version name of this PowerShell executable. The version name can be referenced via the powershell.powerShellDefaultVersion setting."
418+
},
419+
"exePath": {
420+
"type": "string",
421+
"description": "Specifies the path to the PowerShell executable. Typically this is a path to a non-standard install location."
422+
}
424423
}
424+
}
425425
},
426426
"powershell.powerShellDefaultVersion": {
427-
"type":"string",
428-
"description": "Specifies the name of the PowerShell version used in the startup session when the extension loads e.g \"Windows PowerShell (x86)\" or \"PowerShell Core 6.0.2 (x64)\"."
427+
"type": "string",
428+
"description": "Specifies the name of the PowerShell version used in the startup session when the extension loads e.g \"Windows PowerShell (x86)\" or \"PowerShell Core 6.0.2 (x64)\"."
429429
},
430430
"powershell.startAutomatically": {
431431
"type": "boolean",

0 commit comments

Comments
 (0)