Sarrus1 / sourcepawn-studio

VSCode extension for SourcePawn scripting
https://sarrus1.github.io/sourcepawn-studio/
MIT License
140 stars 22 forks source link

Failed to run spcomp. program path has no file name #339

Closed CombineSlayer24 closed 11 months ago

CombineSlayer24 commented 11 months ago

Basic informations

Further Information

When the Language server starts up, everything is usual, until you restart the server, then the error message pops up Failed to run spcomp. program path has no file name.

image image image image

Before restarting the first time, I've tried to compile my plugin and the terminal/output box will pop up, but nothing happens.

To Reproduce

  1. Let the language server start up.
  2. Restart the language server.
  3. Error message will appear.

Code to reproduce the behaviour

Expected behaviour

It shouldn't error since the file path is correct.

Error messages

Failed to run spcomp. program path has no file name

CombineSlayer24 commented 11 months ago

The latest update has fixed this issue.