VSCODE Exstention fix

This commit is contained in:
allexanderbergmns
2026-08-25 16:25:31 +02:00
parent 7ed774089e
commit b125721977
218 changed files with 5034 additions and 2 deletions
@@ -0,0 +1,35 @@
2026-08-25 16:23:15.830 [info] Extension host with pid 4399 started
2026-08-25 16:23:15.831 [info] Skipping acquiring lock for /Volumes/DA/vuurraaf/vuurraaf/vuurraaf-v/extension/.vscode-test/user-data/User/workspaceStorage/bf90d78ff434f09f415e242d787eaa31.
2026-08-25 16:23:15.840 [info] ExtensionService#_doActivateExtension vscode.github-authentication, startup: false, activationEvent: 'onAuthenticationRequest:github'
2026-08-25 16:23:15.851 [info] ExtensionService#_doActivateExtension vscode.emmet, startup: false, activationEvent: 'onLanguage'
2026-08-25 16:23:15.870 [info] ExtensionService#_doActivateExtension vscode.git-base, startup: true, activationEvent: '*', root cause: vscode.git
2026-08-25 16:23:15.873 [info] ExtensionService#_doActivateExtension vscode.git, startup: true, activationEvent: '*'
2026-08-25 16:23:15.893 [info] ExtensionService#_doActivateExtension vscode.github, startup: true, activationEvent: '*'
2026-08-25 16:23:15.947 [warning] [vscode.git] Accessing a resource scoped configuration without providing a resource is not expected. To get the effective value for 'git.openRepositoryInParentFolders', provide the URI of a resource or 'null' for any resource.
2026-08-25 16:23:15.947 [warning] [vscode.git] Accessing a resource scoped configuration without providing a resource is not expected. To get the effective value for 'git.showProgress', provide the URI of a resource or 'null' for any resource.
2026-08-25 16:23:15.955 [info] Eager extensions activated
2026-08-25 16:23:15.995 [info] ExtensionService#_doActivateExtension vscode.debug-auto-launch, startup: false, activationEvent: 'onStartupFinished'
2026-08-25 16:23:15.996 [info] ExtensionService#_doActivateExtension vscode.merge-conflict, startup: false, activationEvent: 'onStartupFinished'
2026-08-25 16:23:16.017 [info] ExtensionService#_doActivateExtension vuurraaf.vuurraaf, startup: false, activationEvent: 'onLanguage:vuurraaf'
2026-08-25 16:23:17.076 [error] Launching server using command /Volumes/DA/vuurraaf/vuurraaf-v/ failed. Error: spawn /Volumes/DA/vuurraaf/vuurraaf-v/ ENOENT
2026-08-25 16:23:56.218 [info] Extension host terminating: received terminate message from renderer
2026-08-25 16:23:56.230 [error] Error: Client is not running and can't be stopped. It's current state is: startFailed
at LanguageClient.shutdown (/Volumes/DA/vuurraaf/vuurraaf/vuurraaf-v/extension/node_modules/vscode-languageclient/lib/common/client.js:914:19)
at LanguageClient.stop (/Volumes/DA/vuurraaf/vuurraaf/vuurraaf-v/extension/node_modules/vscode-languageclient/lib/common/client.js:885:21)
at LanguageClient.stop (/Volumes/DA/vuurraaf/vuurraaf/vuurraaf-v/extension/node_modules/vscode-languageclient/lib/node/main.js:150:22)
at Object.deactivate (/Volumes/DA/vuurraaf/vuurraaf/vuurraaf-v/extension/client/extension.js:49:17)
at D_._deactivate (file:///Applications/Visual%20Studio%20Code.app/Contents/Resources/app/out/vs/workbench/api/node/extensionHostProcess.js:548:14930)
at file:///Applications/Visual%20Studio%20Code.app/Contents/Resources/app/out/vs/workbench/api/node/extensionHostProcess.js:548:12457
at Array.map (<anonymous>)
at D_._deactivateAll (file:///Applications/Visual%20Studio%20Code.app/Contents/Resources/app/out/vs/workbench/api/node/extensionHostProcess.js:548:12445)
at D_.terminate (file:///Applications/Visual%20Studio%20Code.app/Contents/Resources/app/out/vs/workbench/api/node/extensionHostProcess.js:548:12796)
at i.terminate (file:///Applications/Visual%20Studio%20Code.app/Contents/Resources/app/out/vs/workbench/api/node/extensionHostProcess.js:550:1072)
at pa (file:///Applications/Visual%20Studio%20Code.app/Contents/Resources/app/out/vs/workbench/api/node/extensionHostProcess.js:853:11797)
at Op.value (file:///Applications/Visual%20Studio%20Code.app/Contents/Resources/app/out/vs/workbench/api/node/extensionHostProcess.js:853:9939)
at T._deliver (file:///Applications/Visual%20Studio%20Code.app/Contents/Resources/app/out/vs/workbench/api/node/extensionHostProcess.js:431:3617)
at T.fire (file:///Applications/Visual%20Studio%20Code.app/Contents/Resources/app/out/vs/workbench/api/node/extensionHostProcess.js:431:3935)
at bs.fire (file:///Applications/Visual%20Studio%20Code.app/Contents/Resources/app/out/vs/workbench/api/node/extensionHostProcess.js:433:8627)
at MessagePortMain.<anonymous> (file:///Applications/Visual%20Studio%20Code.app/Contents/Resources/app/out/vs/workbench/api/node/extensionHostProcess.js:853:8171)
at MessagePortMain.emit (node:events:509:28)
at Object.emit (node:electron/js2c/utility_init:2:2934)
2026-08-25 16:23:56.230 [info] Extension host with pid 4399 exiting with code 0