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:24:00.571 [info] Extension host with pid 5961 started
2026-08-25 16:24:00.571 [info] Skipping acquiring lock for /Volumes/DA/vuurraaf/vuurraaf/vuurraaf-v/extension/.vscode-test/user-data/User/workspaceStorage/bf90d78ff434f09f415e242d787eaa31.
2026-08-25 16:24:00.576 [info] ExtensionService#_doActivateExtension vscode.github-authentication, startup: false, activationEvent: 'onAuthenticationRequest:github'
2026-08-25 16:24:00.587 [info] ExtensionService#_doActivateExtension vscode.emmet, startup: false, activationEvent: 'onLanguage'
2026-08-25 16:24:00.607 [info] ExtensionService#_doActivateExtension vscode.git-base, startup: true, activationEvent: '*', root cause: vscode.git
2026-08-25 16:24:00.609 [info] ExtensionService#_doActivateExtension vscode.git, startup: true, activationEvent: '*'
2026-08-25 16:24:00.630 [info] ExtensionService#_doActivateExtension vscode.github, startup: true, activationEvent: '*'
2026-08-25 16:24:00.674 [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:24:00.674 [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:24:00.682 [info] Eager extensions activated
2026-08-25 16:24:00.722 [info] ExtensionService#_doActivateExtension vscode.debug-auto-launch, startup: false, activationEvent: 'onStartupFinished'
2026-08-25 16:24:00.723 [info] ExtensionService#_doActivateExtension vscode.merge-conflict, startup: false, activationEvent: 'onStartupFinished'
2026-08-25 16:24:00.749 [info] ExtensionService#_doActivateExtension vuurraaf.vuurraaf, startup: false, activationEvent: 'onLanguage:vuurraaf'
2026-08-25 16:24:01.831 [error] Launching server using command /Volumes/DA/vuurraaf/vuurraaf-v/ failed. Error: spawn /Volumes/DA/vuurraaf/vuurraaf-v/ ENOENT
2026-08-25 16:24:40.957 [info] Extension host terminating: received terminate message from renderer
2026-08-25 16:24:40.967 [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:24:40.967 [info] Extension host with pid 5961 exiting with code 0
@@ -0,0 +1,2 @@
[Error - 16:24:00] VuurRaaf client: couldn't create connection to server.
Launching server using command /Volumes/DA/vuurraaf/vuurraaf-v/ failed. Error: spawn /Volumes/DA/vuurraaf/vuurraaf-v/ ENOENT
@@ -0,0 +1,12 @@
2026-08-25 16:24:00.660 [info] [main] Log level: Info
2026-08-25 16:24:00.660 [info] [main] Validating found git in: "/opt/homebrew/bin/git"
2026-08-25 16:24:00.681 [info] [main] Using git "2.55.0" from "/opt/homebrew/bin/git"
2026-08-25 16:24:00.681 [info] [Model][doInitialScan] Initial repository scan started
2026-08-25 16:24:00.736 [info] > git rev-parse --show-toplevel [17ms]
2026-08-25 16:24:00.812 [info] > git rev-parse --show-toplevel [73ms]
2026-08-25 16:24:00.822 [info] [Model][doInitialScan] Initial repository scan completed - repositories (0), closed repositories (0), parent repositories (1), unsafe repositories (0)
2026-08-25 16:24:00.849 [info] > git rev-parse --show-toplevel [13ms]
2026-08-25 16:24:01.068 [info] > git rev-parse --show-toplevel [8ms]
2026-08-25 16:24:06.074 [info] > git rev-parse --show-toplevel [12ms]
2026-08-25 16:24:30.924 [info] > git rev-parse --show-toplevel [11ms]
2026-08-25 16:24:37.791 [info] > git rev-parse --show-toplevel [12ms]
@@ -0,0 +1,123 @@
2026-08-25 16:24:00.656 [info] Reading sessions from keychain...
2026-08-25 16:24:00.656 [info] Getting sessions for all scopes...
2026-08-25 16:24:00.656 [info] Got 0 sessions for ...
2026-08-25 16:24:00.656 [info] Getting sessions for all scopes...
2026-08-25 16:24:00.656 [info] Got 0 sessions for ...
2026-08-25 16:24:00.656 [info] Getting sessions for all scopes...
2026-08-25 16:24:00.656 [info] Got 0 sessions for ...
2026-08-25 16:24:00.656 [info] Getting sessions for read:user,user:email...
2026-08-25 16:24:00.656 [info] Got 0 sessions for read:user,user:email...
2026-08-25 16:24:00.656 [info] Getting sessions for all scopes...
2026-08-25 16:24:00.656 [info] Got 0 sessions for ...
2026-08-25 16:24:00.656 [info] Getting sessions for all scopes...
2026-08-25 16:24:00.656 [info] Got 0 sessions for ...
2026-08-25 16:24:00.731 [info] Getting sessions for read:user,user:email...
2026-08-25 16:24:00.731 [info] Got 0 sessions for read:user,user:email...
2026-08-25 16:24:00.731 [info] Getting sessions for read:user,user:email...
2026-08-25 16:24:00.731 [info] Got 0 sessions for read:user,user:email...
2026-08-25 16:24:00.731 [info] Getting sessions for read:user,user:email...
2026-08-25 16:24:00.731 [info] Got 0 sessions for read:user,user:email...
2026-08-25 16:24:00.731 [info] Getting sessions for read:user,user:email...
2026-08-25 16:24:00.731 [info] Got 0 sessions for read:user,user:email...
2026-08-25 16:24:00.731 [info] Getting sessions for read:user,user:email...
2026-08-25 16:24:00.731 [info] Got 0 sessions for read:user,user:email...
2026-08-25 16:24:00.731 [info] Getting sessions for read:user,user:email...
2026-08-25 16:24:00.731 [info] Got 0 sessions for read:user,user:email...
2026-08-25 16:24:00.731 [info] Getting sessions for repo...
2026-08-25 16:24:00.731 [info] Got 0 sessions for repo...
2026-08-25 16:24:00.736 [info] Getting sessions for all scopes...
2026-08-25 16:24:00.736 [info] Got 0 sessions for ...
2026-08-25 16:24:00.736 [info] Getting sessions for all scopes...
2026-08-25 16:24:00.736 [info] Got 0 sessions for ...
2026-08-25 16:24:00.736 [info] Getting sessions for all scopes...
2026-08-25 16:24:00.736 [info] Got 0 sessions for ...
2026-08-25 16:24:00.736 [info] Getting sessions for all scopes...
2026-08-25 16:24:00.736 [info] Got 0 sessions for ...
2026-08-25 16:24:00.736 [info] Getting sessions for all scopes...
2026-08-25 16:24:00.736 [info] Got 0 sessions for ...
2026-08-25 16:24:00.737 [info] Getting sessions for all scopes...
2026-08-25 16:24:00.737 [info] Got 0 sessions for ...
2026-08-25 16:24:00.737 [info] Getting sessions for all scopes...
2026-08-25 16:24:00.737 [info] Got 0 sessions for ...
2026-08-25 16:24:00.737 [info] Getting sessions for repo...
2026-08-25 16:24:00.737 [info] Got 0 sessions for repo...
2026-08-25 16:24:00.737 [info] Getting sessions for repo...
2026-08-25 16:24:00.737 [info] Got 0 sessions for repo...
2026-08-25 16:24:00.737 [info] Getting sessions for repo...
2026-08-25 16:24:00.737 [info] Got 0 sessions for repo...
2026-08-25 16:24:00.737 [info] Getting sessions for repo...
2026-08-25 16:24:00.737 [info] Got 0 sessions for repo...
2026-08-25 16:24:00.738 [info] Getting sessions for repo...
2026-08-25 16:24:00.738 [info] Got 0 sessions for repo...
2026-08-25 16:24:00.738 [info] Getting sessions for repo...
2026-08-25 16:24:00.738 [info] Got 0 sessions for repo...
2026-08-25 16:24:00.738 [info] Getting sessions for all scopes...
2026-08-25 16:24:00.738 [info] Got 0 sessions for ...
2026-08-25 16:24:00.738 [info] Getting sessions for read:user,user:email...
2026-08-25 16:24:00.738 [info] Got 0 sessions for read:user,user:email...
2026-08-25 16:24:00.739 [info] Getting sessions for all scopes...
2026-08-25 16:24:00.739 [info] Got 0 sessions for ...
2026-08-25 16:24:00.739 [info] Getting sessions for all scopes...
2026-08-25 16:24:00.739 [info] Got 0 sessions for ...
2026-08-25 16:24:00.739 [info] Getting sessions for all scopes...
2026-08-25 16:24:00.739 [info] Got 0 sessions for ...
2026-08-25 16:24:00.739 [info] Getting sessions for all scopes...
2026-08-25 16:24:00.739 [info] Got 0 sessions for ...
2026-08-25 16:24:00.739 [info] Getting sessions for all scopes...
2026-08-25 16:24:00.739 [info] Got 0 sessions for ...
2026-08-25 16:24:00.740 [info] Getting sessions for read:user,user:email...
2026-08-25 16:24:00.740 [info] Got 0 sessions for read:user,user:email...
2026-08-25 16:24:00.740 [info] Getting sessions for all scopes...
2026-08-25 16:24:00.740 [info] Got 0 sessions for ...
2026-08-25 16:24:00.740 [info] Getting sessions for read:user,user:email...
2026-08-25 16:24:00.740 [info] Got 0 sessions for read:user,user:email...
2026-08-25 16:24:00.740 [info] Getting sessions for read:user,user:email...
2026-08-25 16:24:00.740 [info] Got 0 sessions for read:user,user:email...
2026-08-25 16:24:00.740 [info] Getting sessions for read:user,user:email...
2026-08-25 16:24:00.740 [info] Got 0 sessions for read:user,user:email...
2026-08-25 16:24:00.740 [info] Getting sessions for read:user,user:email...
2026-08-25 16:24:00.740 [info] Got 0 sessions for read:user,user:email...
2026-08-25 16:24:00.741 [info] Getting sessions for read:user,user:email...
2026-08-25 16:24:00.741 [info] Got 0 sessions for read:user,user:email...
2026-08-25 16:24:00.741 [info] Getting sessions for all scopes...
2026-08-25 16:24:00.741 [info] Got 0 sessions for ...
2026-08-25 16:24:00.741 [info] Getting sessions for repo...
2026-08-25 16:24:00.741 [info] Got 0 sessions for repo...
2026-08-25 16:24:00.741 [info] Getting sessions for all scopes...
2026-08-25 16:24:00.741 [info] Got 0 sessions for ...
2026-08-25 16:24:00.741 [info] Getting sessions for all scopes...
2026-08-25 16:24:00.741 [info] Got 0 sessions for ...
2026-08-25 16:24:00.741 [info] Getting sessions for all scopes...
2026-08-25 16:24:00.741 [info] Got 0 sessions for ...
2026-08-25 16:24:00.741 [info] Getting sessions for all scopes...
2026-08-25 16:24:00.741 [info] Got 0 sessions for ...
2026-08-25 16:24:00.741 [info] Getting sessions for all scopes...
2026-08-25 16:24:00.741 [info] Got 0 sessions for ...
2026-08-25 16:24:00.741 [info] Getting sessions for repo...
2026-08-25 16:24:00.741 [info] Got 0 sessions for repo...
2026-08-25 16:24:00.742 [info] Getting sessions for all scopes...
2026-08-25 16:24:00.742 [info] Got 0 sessions for ...
2026-08-25 16:24:00.742 [info] Getting sessions for repo...
2026-08-25 16:24:00.742 [info] Got 0 sessions for repo...
2026-08-25 16:24:00.742 [info] Getting sessions for repo...
2026-08-25 16:24:00.742 [info] Got 0 sessions for repo...
2026-08-25 16:24:00.742 [info] Getting sessions for repo...
2026-08-25 16:24:00.742 [info] Got 0 sessions for repo...
2026-08-25 16:24:00.742 [info] Getting sessions for repo...
2026-08-25 16:24:00.742 [info] Got 0 sessions for repo...
2026-08-25 16:24:00.743 [info] Getting sessions for repo...
2026-08-25 16:24:00.743 [info] Got 0 sessions for repo...
2026-08-25 16:24:00.744 [info] Getting sessions for all scopes...
2026-08-25 16:24:00.744 [info] Got 0 sessions for ...
2026-08-25 16:24:00.744 [info] Getting sessions for all scopes...
2026-08-25 16:24:00.744 [info] Got 0 sessions for ...
2026-08-25 16:24:00.744 [info] Getting sessions for all scopes...
2026-08-25 16:24:00.744 [info] Got 0 sessions for ...
2026-08-25 16:24:00.744 [info] Getting sessions for all scopes...
2026-08-25 16:24:00.744 [info] Got 0 sessions for ...
2026-08-25 16:24:00.745 [info] Getting sessions for all scopes...
2026-08-25 16:24:00.745 [info] Got 0 sessions for ...
2026-08-25 16:24:00.745 [info] Getting sessions for all scopes...
2026-08-25 16:24:00.745 [info] Got 0 sessions for ...
2026-08-25 16:24:07.072 [info] Getting sessions for all scopes...
2026-08-25 16:24:07.072 [info] Got 0 sessions for ...
@@ -0,0 +1 @@
2026-08-25 16:24:00.660 [info] Log level: Info