Closed mwernerh closed 1 month ago
Thank you @mwernerh for bringing this regression bug to our notice. This is possibly related to the changes done in #251. We will try to get this fixed in the next upcoming release. I am sorry for the inconvenience this has caused you.
@mwernerh - Would you please share some details about the environment in which you are running VSCode and the extension?
Thank you.
@mwernerh As a temporary workaround, until the fix is released, you may use one of the following options:
As of v23.0.0, the language server fails to initialize correctly if a file is opened in a directory containing spaces. Modifying the directory names to avoid the use of spaces results in a successful initialization. However, reverting to v22.1.2 shows that the previous version of the extension could initialize the language server without problems, even for a file located in a directory containing spaces.
The error generated for a file in a directory with spaces, as of v23.0.0, is as follows
Note that "2024" and "Data Structures" are part of the folder names that contain spaces.