Skip to content

Prettier reformatting #5191

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .config/tsaoptions.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"instanceUrl": "https://msazure.visualstudio.com",
"projectName": "One",
"areaPath": "One\\MGMT\\Compute\\Powershell\\Powershell",
"notificationAliases": [ "andschwa@microsoft.com", "slee@microsoft.com" ],
"notificationAliases": ["andschwa@microsoft.com", "slee@microsoft.com"],
"codebaseName": "PowerShell_vscode-powershell_20240328",
"tools": [ "CredScan", "PoliCheck", "BinSkim" ]
"tools": ["CredScan", "PoliCheck", "BinSkim"]
}
180 changes: 90 additions & 90 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,98 +2,98 @@ name: 🐛 Bug report
description: Open an issue about a bug that needs fixing.
labels: ["Issue-Bug", "Needs: Triage"]
body:
- type: checkboxes
attributes:
label: Prerequisites
options:
- label: I have written a descriptive issue title.
- type: checkboxes
attributes:
label: Prerequisites
options:
- label: I have written a descriptive issue title.
required: true
- label: I have searched all [_open and closed_ issues](https://github.com/PowerShell/vscode-powershell/issues?q=is%3Aissue) to ensure it has not already been reported.
- label: I have read the [troubleshooting](https://github.com/PowerShell/vscode-powershell/blob/main/docs/troubleshooting.md) guide.
- label: I am sure this issue is with the _extension itself_ and does not reproduce in a standalone [PowerShell](https://github.com/PowerShell/PowerShell/issues/new/choose) instance.
- label: I have verified that I am using the latest version of Visual Studio Code and the PowerShell extension.
- label: If this is a security issue, I have read the [security issue reporting guidance](https://github.com/PowerShell/vscode-powershell/blob/main/SECURITY.md).
- type: textarea
id: summary
attributes:
label: Summary
description: Explain the problem briefly below.
placeholder: I am experiencing a problem with X. I think Y should be happening but Z is actually happening.
validations:
required: true
- label: I have searched all [_open and closed_ issues](https://github.com/PowerShell/vscode-powershell/issues?q=is%3Aissue) to ensure it has not already been reported.
- label: I have read the [troubleshooting](https://github.com/PowerShell/vscode-powershell/blob/main/docs/troubleshooting.md) guide.
- label: I am sure this issue is with the _extension itself_ and does not reproduce in a standalone [PowerShell](https://github.com/PowerShell/PowerShell/issues/new/choose) instance.
- label: I have verified that I am using the latest version of Visual Studio Code and the PowerShell extension.
- label: If this is a security issue, I have read the [security issue reporting guidance](https://github.com/PowerShell/vscode-powershell/blob/main/SECURITY.md).
- type: textarea
id: summary
attributes:
label: Summary
description: Explain the problem briefly below.
placeholder: I am experiencing a problem with X. I think Y should be happening but Z is actually happening.
validations:
required: true
- type: textarea
id: powershell-version
attributes:
label: PowerShell Version
description: Paste verbatim output from `$PSVersionTable; $Host` below. **Please include `$Host`** so we know this version is from the Extension Terminal!
render: console
placeholder: |
PS> $PSVersionTable; $Host
- type: textarea
id: powershell-version
attributes:
label: PowerShell Version
description: Paste verbatim output from `$PSVersionTable; $Host` below. **Please include `$Host`** so we know this version is from the Extension Terminal!
render: console
placeholder: |
PS> $PSVersionTable; $Host

Name Value
---- -----
PSVersion 7.4.0
PSEdition Core
GitCommitId 7.4.0
OS Microsoft Windows 10.0.22631
Platform Win32NT
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0…}
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
WSManStackVersion 3.0
Name Value
---- -----
PSVersion 7.4.0
PSEdition Core
GitCommitId 7.4.0
OS Microsoft Windows 10.0.22631
Platform Win32NT
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0…}
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
WSManStackVersion 3.0

Name : Visual Studio Code Host
Version : 2023.11.0
InstanceId : 803ce61b-6187-4574-9c1f-827ebb11b8b6
UI : System.Management.Automation.Internal.Host.InternalHostUserInterface
CurrentCulture : en-US
CurrentUICulture : en-US
PrivateData : Microsoft.PowerShell.ConsoleHost+ConsoleColorProxy
DebuggerEnabled : True
IsRunspacePushed : False
Runspace : System.Management.Automation.Runspaces.LocalRunspace
validations:
required: true
- type: textarea
id: vscode-version
attributes:
label: Visual Studio Code Version
description: Paste verbatim output from `code --version` below.
render: console
placeholder: |
PS> code --version
Name : Visual Studio Code Host
Version : 2023.11.0
InstanceId : 803ce61b-6187-4574-9c1f-827ebb11b8b6
UI : System.Management.Automation.Internal.Host.InternalHostUserInterface
CurrentCulture : en-US
CurrentUICulture : en-US
PrivateData : Microsoft.PowerShell.ConsoleHost+ConsoleColorProxy
DebuggerEnabled : True
IsRunspacePushed : False
Runspace : System.Management.Automation.Runspaces.LocalRunspace
validations:
required: true
- type: textarea
id: vscode-version
attributes:
label: Visual Studio Code Version
description: Paste verbatim output from `code --version` below.
render: console
placeholder: |
PS> code --version

1.57.1
507ce72a4466fbb27b715c3722558bb15afa9f48
arm64
validations:
required: true
- type: textarea
id: extension-version
attributes:
label: Extension Version
description: Paste verbatim output from `code --list-extensions --show-versions | Select-String powershell` below.
render: console
placeholder: |
PS> code --list-extensions --show-versions | Select-String powershell
1.57.1
507ce72a4466fbb27b715c3722558bb15afa9f48
arm64
validations:
required: true
- type: textarea
id: extension-version
attributes:
label: Extension Version
description: Paste verbatim output from `code --list-extensions --show-versions | Select-String powershell` below.
render: console
placeholder: |
PS> code --list-extensions --show-versions | Select-String powershell

ms-vscode.powershell@2021.8.0
validations:
required: true
- type: textarea
id: steps-to-reproduce
attributes:
label: Steps to Reproduce
description: List of steps, sample code, failing test or link to a project that reproduces the behavior. Make sure you place a stack trace inside a code (```) block to avoid linking unrelated issues.
validations:
required: true
- type: textarea
id: visuals
attributes:
label: Visuals
description: Please upload images or animations that can be used to reproduce issues in the area below. Try the [Steps Recorder](https://support.microsoft.com/en-us/windows/record-steps-to-reproduce-a-problem-46582a9b-620f-2e36-00c9-04e25d784e47) on Windows or [Screenshot](https://support.apple.com/en-us/HT208721) on macOS.
- type: textarea
id: logs
attributes:
label: Logs
description: Please upload logs collected by following these [instructions](https://github.com/PowerShell/vscode-powershell/blob/main/docs/troubleshooting.md#logs) in the area below. Be careful to scrub sensitive information!
ms-vscode.powershell@2021.8.0
validations:
required: true
- type: textarea
id: steps-to-reproduce
attributes:
label: Steps to Reproduce
description: List of steps, sample code, failing test or link to a project that reproduces the behavior. Make sure you place a stack trace inside a code (```) block to avoid linking unrelated issues.
validations:
required: true
- type: textarea
id: visuals
attributes:
label: Visuals
description: Please upload images or animations that can be used to reproduce issues in the area below. Try the [Steps Recorder](https://support.microsoft.com/en-us/windows/record-steps-to-reproduce-a-problem-46582a9b-620f-2e36-00c9-04e25d784e47) on Windows or [Screenshot](https://support.apple.com/en-us/HT208721) on macOS.
- type: textarea
id: logs
attributes:
label: Logs
description: Please upload logs collected by following these [instructions](https://github.com/PowerShell/vscode-powershell/blob/main/docs/troubleshooting.md#logs) in the area below. Be careful to scrub sensitive information!
42 changes: 21 additions & 21 deletions .github/ISSUE_TEMPLATE/feature-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,25 @@ name: ✨ Feature request
description: Open an issue about a potential new feature or improvement.
labels: ["Issue-Enhancement", "Needs: Triage"]
body:
- type: checkboxes
attributes:
label: Prerequisites
options:
- label: I have written a descriptive issue title.
- type: checkboxes
attributes:
label: Prerequisites
options:
- label: I have written a descriptive issue title.
required: true
- label: I have searched all [issues](https://github.com/PowerShell/vscode-powershell/issues?q=is%3Aissue) to ensure it has not already been reported.
required: true
- type: textarea
id: summary
attributes:
label: Summary
description: Explain the feature request below.
placeholder: I would like to do X because it would be useful for Y and I cannot currently do it with Z.
validations:
required: true
- label: I have searched all [issues](https://github.com/PowerShell/vscode-powershell/issues?q=is%3Aissue) to ensure it has not already been reported.
required: true
- type: textarea
id: summary
attributes:
label: Summary
description: Explain the feature request below.
placeholder: I would like to do X because it would be useful for Y and I cannot currently do it with Z.
validations:
required: true
- type: textarea
id: proposed-design
attributes:
label: Proposed Design
description: Optionally explain any technical design below.
placeholder: We could accomplish this by extending X to take Y and yield Z.
- type: textarea
id: proposed-design
attributes:
label: Proposed Design
description: Optionally explain any technical design below.
placeholder: We could accomplish this by extending X to take Y and yield Z.
6 changes: 3 additions & 3 deletions .github/workflows/ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
env:
DOTNET_NOLOGO: true
DOTNET_GENERATE_ASPNET_CERTIFICATE: false
DISPLAY: ':99.0'
DISPLAY: ":99.0"
timeout-minutes: 10
steps:
- name: Checkout PowerShellEditorServices
Expand Down Expand Up @@ -70,11 +70,11 @@ jobs:
if: always()
with:
name: vscode-powershell-vsix-${{ matrix.os }}
path: '**/*.vsix'
path: "**/*.vsix"

- name: Upload test results
uses: actions/upload-artifact@v4
if: always()
with:
name: vscode-powershell-test-results-${{ matrix.os }}
path: '**/test-results.xml'
path: "**/test-results.xml"
8 changes: 4 additions & 4 deletions .markdownlint.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"MD013": false,
"MD033": false,
"MD022": false,
"MD024": false
"MD013": false,
"MD033": false,
"MD022": false,
"MD024": false
}
Loading
Loading