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
The extension failed to start when VSCode is opened, doing a soft reload will temporary resolve the issue. I got the following error in the extension host log:
2025-02-07 09:00:36.936 [info] ExtensionService#_doActivateExtension LeonardSSH.vscord, startup: false, activationEvent: 'onStartupFinished'
2025-02-07 09:00:37.134 [error] Activating extension LeonardSSH.vscord failed due to an error:
2025-02-07 09:00:37.134 [error] Error: Extension 'vscode.git' is not known or not activated
at Z0.getActivatedExtension (file:///c:/Program%20Files/Microsoft%20VS%20Code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:115:1751)
at zz.getExtensionExports (file:///c:/Program%20Files/Microsoft%20VS%20Code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:119:10931)
at Tu.get exports [as exports] (file:///c:/Program%20Files/Microsoft%20VS%20Code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:119:24326)
at new js (c:\Users\...\.vscode\extensions\leonardssh.vscord-5.2.13\src\data.ts:48:31)
at Object.<anonymous> (c:\Users\...\.vscode\extensions\leonardssh.vscord-5.2.13\src\data.ts:332:26)
at Module._compile (node:internal/modules/cjs/loader:1484:14)
at Object.Module._extensions..js (node:internal/modules/cjs/loader:1564:10)
at Module.load (node:internal/modules/cjs/loader:1295:32)
at Module._load (node:internal/modules/cjs/loader:1111:12)
at Function.c._load (node:electron/js2c/node_init:2:16955)
at Function.e._load (file:///c:/Program%20Files/Microsoft%20VS%20Code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:175:10896)
at Function.t._load (file:///c:/Program%20Files/Microsoft%20VS%20Code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:167:22534)
at Function.i._load (file:///c:/Program%20Files/Microsoft%20VS%20Code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:159:21138)
at Module.require (node:internal/modules/cjs/loader:1318:19)
at Module.require (c:\Users\...\.vscode\extensions\devsense.composer-php-vscode-1.55.16740\out\src\extension.js:2:22961)
at require (node:internal/modules/helpers:179:18)
at zz.xb (file:///c:/Program%20Files/Microsoft%20VS%20Code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:167:23854)
at async Promise.all (index 0)
The text was updated successfully, but these errors were encountered:
For a temporary fix you could try and do this: #343
We have tried making git a dependency of vscord however that causes the opposite issues of saying that git is not installed extension. I suspect this is an issue with vscode itself.
The extension failed to start when VSCode is opened, doing a soft reload will temporary resolve the issue. I got the following error in the extension host log:
The text was updated successfully, but these errors were encountered: