microsoft / AL

Home of the Dynamics 365 Business Central AL Language extension for Visual Studio Code. Used to track issues regarding the latest version of the AL compiler and developer tools available in the Visual Studio Code Marketplace or as part of the AL Developer Preview builds for Dynamics 365 Business Central.
MIT License
719 stars 242 forks source link

"Sending notification workspace/didChangeConfiguration failed" error #7687

Closed RadoArvay closed 3 months ago

RadoArvay commented 3 months ago

I have installed the latest released version 13.0.964488 of AL Language.

When I open VSC with multifolder workspace and no file is open in an editor from previous session, I get the error: [Error - 5:42:43 AM] Sending notification workspace/didChangeConfiguration failed But, when there is a file in the editor left open from previous session, everything is OK.

Note: Though I get the error, it seems everything works after that.

NKarolak commented 3 months ago

Already handled in #7664 (check the very lasts posts).

RadoArvay commented 3 months ago

Thanks, Natalie. I forgot to use "search", I have just checked last issues (I thought it is something new).

NKarolak commented 3 months ago

However, your observation was good: By the time you open (not reload) VS Code, no AL file may be open, else the error appears. Other file types do not matter.

RadoArvay commented 3 months ago

Just a detail: I open (do click) any app.json mostly when I want to do something in a specific app and app.json (and I believe any file from any folder - I did not test it) is enough now to avoid the error when opening VSC.

qutreson commented 3 months ago

Closing this issue as duplicate of #7664 for which a fix will be provided in the next release of the AL extension for VS Code