ant-druha / intellij-powershell

Adds PowerShell language support to IntelliJ-based IDEs.
https://plugins.jetbrains.com/plugin/10249-powershell
Apache License 2.0
71 stars 20 forks source link

The run configuration should save the files before executing #229

Closed ForNeVeR closed 5 months ago

ForNeVeR commented 6 months ago
  1. Create a new PowerShell file
  2. Write anything in it, say, Write-Host "Hello World"
  3. Run the file via the run configuration (say, click "Run Current File")

Expected result: the file should be saved and then executed. Actual result: the file is not saved, the configuration for a newly created file will run an empty file.