Skip to content

Commit 6f9a21e

Browse files
rkeithhilldaviwil
authored andcommitted
Move dev setting to the end.
Seems like most users won't need these settings except for editorServicesLogLevel.
1 parent 6dbd714 commit 6f9a21e

File tree

1 file changed

+30
-30
lines changed

1 file changed

+30
-30
lines changed

package.json

+30-30
Original file line numberDiff line numberDiff line change
@@ -382,36 +382,6 @@
382382
"default": "",
383383
"description": "Specifies the path to a PowerShell Script Analyzer settings file. To override the default settings for all projects, enter an absolute path, or enter a path relative to your workspace."
384384
},
385-
"powershell.developer.featureFlags": {
386-
"type": "array",
387-
"default": [],
388-
"description": "An array of strings that enable experimental features in the PowerShell extension."
389-
},
390-
"powershell.developer.powerShellExePath": {
391-
"type": "string",
392-
"default": "",
393-
"isExecutable": true,
394-
"description": "Deprecated. Please use the 'powershell.powerShellExePath' setting instead"
395-
},
396-
"powershell.developer.powerShellExeIsWindowsDevBuild": {
397-
"type": "boolean",
398-
"default": false,
399-
"description": "Indicates that the powerShellExePath points to a developer build of Windows PowerShell and configures it for development."
400-
},
401-
"powershell.developer.bundledModulesPath": {
402-
"type": "string",
403-
"description": "Specifies an alternate path to the folder containing modules that are bundled with the PowerShell extension (i.e. PowerShell Editor Services, PSScriptAnalyzer, Plaster)"
404-
},
405-
"powershell.developer.editorServicesLogLevel": {
406-
"type": "string",
407-
"default": "Normal",
408-
"description": "Sets the logging verbosity level for the PowerShell Editor Services host executable. Valid values are 'Verbose', 'Normal', 'Warning', and 'Error'"
409-
},
410-
"powershell.developer.editorServicesWaitForDebugger": {
411-
"type": "boolean",
412-
"default": false,
413-
"description": "Launches the language service with the /waitForDebugger flag to force it to wait for a .NET debugger to attach before proceeding."
414-
},
415385
"powershell.codeFormatting.preset": {
416386
"type":"string",
417387
"enum": [
@@ -477,6 +447,36 @@
477447
"type": "boolean",
478448
"default": true,
479449
"description": "Switches focus to the console when a script selection is run or a script file is debugged. This is an accessibility feature. To disable it, set to false."
450+
},
451+
"powershell.developer.bundledModulesPath": {
452+
"type": "string",
453+
"description": "Specifies an alternate path to the folder containing modules that are bundled with the PowerShell extension (i.e. PowerShell Editor Services, PSScriptAnalyzer, Plaster)"
454+
},
455+
"powershell.developer.editorServicesLogLevel": {
456+
"type": "string",
457+
"default": "Normal",
458+
"description": "Sets the logging verbosity level for the PowerShell Editor Services host executable. Valid values are 'Verbose', 'Normal', 'Warning', and 'Error'"
459+
},
460+
"powershell.developer.editorServicesWaitForDebugger": {
461+
"type": "boolean",
462+
"default": false,
463+
"description": "Launches the language service with the /waitForDebugger flag to force it to wait for a .NET debugger to attach before proceeding."
464+
},
465+
"powershell.developer.featureFlags": {
466+
"type": "array",
467+
"default": [],
468+
"description": "An array of strings that enable experimental features in the PowerShell extension."
469+
},
470+
"powershell.developer.powerShellExeIsWindowsDevBuild": {
471+
"type": "boolean",
472+
"default": false,
473+
"description": "Indicates that the powerShellExePath points to a developer build of Windows PowerShell and configures it for development."
474+
},
475+
"powershell.developer.powerShellExePath": {
476+
"type": "string",
477+
"default": "",
478+
"isExecutable": true,
479+
"description": "Deprecated. Please use the 'powershell.powerShellExePath' setting instead"
480480
}
481481
}
482482
},

0 commit comments

Comments
 (0)