mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
This reverts commit 6bd0a17d3c.
This commit is contained in:
@@ -55,7 +55,7 @@ async function start() {
|
||||
* @typedef { import('./vs/server/node/remoteExtensionHostAgentServer').IServerAPI } IServerAPI
|
||||
*/
|
||||
/** @type {IServerAPI | null} */
|
||||
const _remoteExtensionHostAgentServer = null;
|
||||
let _remoteExtensionHostAgentServer = null;
|
||||
/** @type {Promise<IServerAPI> | null} */
|
||||
let _remoteExtensionHostAgentServerPromise = null;
|
||||
/** @returns {Promise<IServerAPI>} */
|
||||
|
||||
Reference in New Issue
Block a user