|
382 | 382 | "default": "", |
383 | 383 | "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." |
384 | 384 | }, |
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 | | - }, |
415 | 385 | "powershell.codeFormatting.preset": { |
416 | 386 | "type":"string", |
417 | 387 | "enum": [ |
|
477 | 447 | "type": "boolean", |
478 | 448 | "default": true, |
479 | 449 | "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" |
480 | 480 | } |
481 | 481 | } |
482 | 482 | }, |
|
0 commit comments