You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Windows 11
Latest version of Vscode and nodejs
Latest version of typescript
When i try to start Client + server, tcs -b -w infinitly loop and my extension development host not open. Also, if I put compile instead of watch in launch.json, I get this error when the extension development host open.
[vscode-samples.lsp-sample]: Cannot register 'languageServerExample.trace.server'. This property is already registered.
The text was updated successfully, but these errors were encountered:
Actually if you develop an extension and start it out of VS Code itself it will detect the case and disable the extension you have installed and use the one that runs out of source.
However if you for example copy an extension and don't rename the command ids (they are global in VS Code) then you will get conflicts on those.
Windows 11
Latest version of Vscode and nodejs
Latest version of typescript
When i try to start Client + server, tcs -b -w infinitly loop and my extension development host not open. Also, if I put compile instead of watch in launch.json, I get this error when the extension development host open.
[vscode-samples.lsp-sample]: Cannot register 'languageServerExample.trace.server'. This property is already registered.
The text was updated successfully, but these errors were encountered: