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
Previously the rewrite code used the server.ts file to manage all UUIDs for the requests sent to the server but this needs to actually be on the adapter level. There is one server but multiple adapters per vscode window and therefore this structure makes the most sense.
The text was updated successfully, but these errors were encountered:
Previously the rewrite code used the
server.ts
file to manage all UUIDs for the requests sent to the server but this needs to actually be on the adapter level. There is one server but multiple adapters per vscode window and therefore this structure makes the most sense.The text was updated successfully, but these errors were encountered: