mirror of
https://github.com/bearlanguageorg/bear.git
synced 2026-08-27 22:17:03 +00:00
VSCODE Exstention fix
This commit is contained in:
@@ -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
|
||||
+2
@@ -0,0 +1,2 @@
|
||||
[Error - 16:23:16] 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
|
||||
+11
@@ -0,0 +1,11 @@
|
||||
2026-08-25 16:23:15.922 [info] [main] Log level: Info
|
||||
2026-08-25 16:23:15.929 [info] [main] Validating found git in: "/opt/homebrew/bin/git"
|
||||
2026-08-25 16:23:15.954 [info] [main] Using git "2.55.0" from "/opt/homebrew/bin/git"
|
||||
2026-08-25 16:23:15.954 [info] [Model][doInitialScan] Initial repository scan started
|
||||
2026-08-25 16:23:16.010 [info] > git rev-parse --show-toplevel [18ms]
|
||||
2026-08-25 16:23:16.075 [info] > git rev-parse --show-toplevel [64ms]
|
||||
2026-08-25 16:23:16.076 [info] [Model][doInitialScan] Initial repository scan completed - repositories (0), closed repositories (0), parent repositories (1), unsafe repositories (0)
|
||||
2026-08-25 16:23:16.084 [info] > git rev-parse --show-toplevel [8ms]
|
||||
2026-08-25 16:23:17.090 [info] > git rev-parse --show-toplevel [6ms]
|
||||
2026-08-25 16:23:18.153 [info] > git rev-parse --show-toplevel [8ms]
|
||||
2026-08-25 16:23:46.168 [info] > git rev-parse --show-toplevel [7ms]
|
||||
+125
@@ -0,0 +1,125 @@
|
||||
2026-08-25 16:23:15.917 [info] Reading sessions from keychain...
|
||||
2026-08-25 16:23:15.917 [info] Getting sessions for all scopes...
|
||||
2026-08-25 16:23:15.917 [info] Got 0 sessions for ...
|
||||
2026-08-25 16:23:15.917 [info] Getting sessions for all scopes...
|
||||
2026-08-25 16:23:15.917 [info] Got 0 sessions for ...
|
||||
2026-08-25 16:23:15.917 [info] Getting sessions for all scopes...
|
||||
2026-08-25 16:23:15.917 [info] Got 0 sessions for ...
|
||||
2026-08-25 16:23:15.917 [info] Getting sessions for all scopes...
|
||||
2026-08-25 16:23:15.917 [info] Got 0 sessions for ...
|
||||
2026-08-25 16:23:15.917 [info] Getting sessions for read:user,user:email...
|
||||
2026-08-25 16:23:15.917 [info] Got 0 sessions for read:user,user:email...
|
||||
2026-08-25 16:23:15.917 [info] Getting sessions for all scopes...
|
||||
2026-08-25 16:23:15.917 [info] Got 0 sessions for ...
|
||||
2026-08-25 16:23:15.917 [info] Getting sessions for read:user,user:email...
|
||||
2026-08-25 16:23:15.917 [info] Got 0 sessions for read:user,user:email...
|
||||
2026-08-25 16:23:15.919 [info] Getting sessions for read:user,user:email...
|
||||
2026-08-25 16:23:15.919 [info] Got 0 sessions for read:user,user:email...
|
||||
2026-08-25 16:23:15.919 [info] Getting sessions for read:user,user:email...
|
||||
2026-08-25 16:23:15.919 [info] Got 0 sessions for read:user,user:email...
|
||||
2026-08-25 16:23:15.919 [info] Getting sessions for read:user,user:email...
|
||||
2026-08-25 16:23:15.919 [info] Got 0 sessions for read:user,user:email...
|
||||
2026-08-25 16:23:15.919 [info] Getting sessions for all scopes...
|
||||
2026-08-25 16:23:15.919 [info] Got 0 sessions for ...
|
||||
2026-08-25 16:23:15.919 [info] Getting sessions for read:user,user:email...
|
||||
2026-08-25 16:23:15.919 [info] Got 0 sessions for read:user,user:email...
|
||||
2026-08-25 16:23:15.921 [info] Getting sessions for read:user,user:email...
|
||||
2026-08-25 16:23:15.921 [info] Got 0 sessions for read:user,user:email...
|
||||
2026-08-25 16:23:15.921 [info] Getting sessions for all scopes...
|
||||
2026-08-25 16:23:15.921 [info] Got 0 sessions for ...
|
||||
2026-08-25 16:23:15.921 [info] Getting sessions for all scopes...
|
||||
2026-08-25 16:23:15.921 [info] Got 0 sessions for ...
|
||||
2026-08-25 16:23:15.921 [info] Getting sessions for all scopes...
|
||||
2026-08-25 16:23:15.921 [info] Got 0 sessions for ...
|
||||
2026-08-25 16:23:15.921 [info] Getting sessions for all scopes...
|
||||
2026-08-25 16:23:15.921 [info] Got 0 sessions for ...
|
||||
2026-08-25 16:23:15.921 [info] Getting sessions for all scopes...
|
||||
2026-08-25 16:23:15.921 [info] Got 0 sessions for ...
|
||||
2026-08-25 16:23:15.921 [info] Getting sessions for all scopes...
|
||||
2026-08-25 16:23:15.921 [info] Got 0 sessions for ...
|
||||
2026-08-25 16:23:15.923 [info] Getting sessions for repo...
|
||||
2026-08-25 16:23:15.923 [info] Got 0 sessions for repo...
|
||||
2026-08-25 16:23:15.923 [info] Getting sessions for repo...
|
||||
2026-08-25 16:23:15.923 [info] Got 0 sessions for repo...
|
||||
2026-08-25 16:23:15.923 [info] Getting sessions for repo...
|
||||
2026-08-25 16:23:15.923 [info] Got 0 sessions for repo...
|
||||
2026-08-25 16:23:15.923 [info] Getting sessions for repo...
|
||||
2026-08-25 16:23:15.923 [info] Got 0 sessions for repo...
|
||||
2026-08-25 16:23:15.923 [info] Getting sessions for repo...
|
||||
2026-08-25 16:23:15.923 [info] Got 0 sessions for repo...
|
||||
2026-08-25 16:23:15.923 [info] Getting sessions for repo...
|
||||
2026-08-25 16:23:15.923 [info] Got 0 sessions for repo...
|
||||
2026-08-25 16:23:15.923 [info] Getting sessions for repo...
|
||||
2026-08-25 16:23:15.923 [info] Got 0 sessions for repo...
|
||||
2026-08-25 16:23:15.923 [info] Getting sessions for all scopes...
|
||||
2026-08-25 16:23:15.923 [info] Got 0 sessions for ...
|
||||
2026-08-25 16:23:15.923 [info] Getting sessions for all scopes...
|
||||
2026-08-25 16:23:15.923 [info] Got 0 sessions for ...
|
||||
2026-08-25 16:23:15.923 [info] Getting sessions for all scopes...
|
||||
2026-08-25 16:23:15.923 [info] Got 0 sessions for ...
|
||||
2026-08-25 16:23:15.923 [info] Getting sessions for all scopes...
|
||||
2026-08-25 16:23:15.923 [info] Got 0 sessions for ...
|
||||
2026-08-25 16:23:15.923 [info] Getting sessions for all scopes...
|
||||
2026-08-25 16:23:15.923 [info] Got 0 sessions for ...
|
||||
2026-08-25 16:23:15.923 [info] Getting sessions for all scopes...
|
||||
2026-08-25 16:23:15.923 [info] Got 0 sessions for ...
|
||||
2026-08-25 16:23:15.924 [info] Getting sessions for all scopes...
|
||||
2026-08-25 16:23:15.924 [info] Got 0 sessions for ...
|
||||
2026-08-25 16:23:15.927 [info] Getting sessions for read:user,user:email...
|
||||
2026-08-25 16:23:15.927 [info] Got 0 sessions for read:user,user:email...
|
||||
2026-08-25 16:23:15.927 [info] Getting sessions for read:user,user:email...
|
||||
2026-08-25 16:23:15.927 [info] Got 0 sessions for read:user,user:email...
|
||||
2026-08-25 16:23:15.928 [info] Getting sessions for read:user,user:email...
|
||||
2026-08-25 16:23:15.928 [info] Got 0 sessions for read:user,user:email...
|
||||
2026-08-25 16:23:15.928 [info] Getting sessions for read:user,user:email...
|
||||
2026-08-25 16:23:15.928 [info] Got 0 sessions for read:user,user:email...
|
||||
2026-08-25 16:23:15.928 [info] Getting sessions for read:user,user:email...
|
||||
2026-08-25 16:23:15.928 [info] Got 0 sessions for read:user,user:email...
|
||||
2026-08-25 16:23:15.928 [info] Getting sessions for read:user,user:email...
|
||||
2026-08-25 16:23:15.928 [info] Got 0 sessions for read:user,user:email...
|
||||
2026-08-25 16:23:15.928 [info] Getting sessions for read:user,user:email...
|
||||
2026-08-25 16:23:15.928 [info] Got 0 sessions for read:user,user:email...
|
||||
2026-08-25 16:23:15.928 [info] Getting sessions for all scopes...
|
||||
2026-08-25 16:23:15.928 [info] Got 0 sessions for ...
|
||||
2026-08-25 16:23:15.929 [info] Getting sessions for all scopes...
|
||||
2026-08-25 16:23:15.929 [info] Got 0 sessions for ...
|
||||
2026-08-25 16:23:15.929 [info] Getting sessions for all scopes...
|
||||
2026-08-25 16:23:15.929 [info] Got 0 sessions for ...
|
||||
2026-08-25 16:23:15.929 [info] Getting sessions for all scopes...
|
||||
2026-08-25 16:23:15.929 [info] Got 0 sessions for ...
|
||||
2026-08-25 16:23:15.929 [info] Getting sessions for all scopes...
|
||||
2026-08-25 16:23:15.929 [info] Got 0 sessions for ...
|
||||
2026-08-25 16:23:15.929 [info] Getting sessions for all scopes...
|
||||
2026-08-25 16:23:15.929 [info] Got 0 sessions for ...
|
||||
2026-08-25 16:23:15.929 [info] Getting sessions for all scopes...
|
||||
2026-08-25 16:23:15.929 [info] Got 0 sessions for ...
|
||||
2026-08-25 16:23:15.929 [info] Getting sessions for repo...
|
||||
2026-08-25 16:23:15.929 [info] Got 0 sessions for repo...
|
||||
2026-08-25 16:23:15.929 [info] Getting sessions for repo...
|
||||
2026-08-25 16:23:15.929 [info] Got 0 sessions for repo...
|
||||
2026-08-25 16:23:15.930 [info] Getting sessions for repo...
|
||||
2026-08-25 16:23:15.930 [info] Got 0 sessions for repo...
|
||||
2026-08-25 16:23:15.930 [info] Getting sessions for repo...
|
||||
2026-08-25 16:23:15.930 [info] Got 0 sessions for repo...
|
||||
2026-08-25 16:23:15.930 [info] Getting sessions for repo...
|
||||
2026-08-25 16:23:15.930 [info] Got 0 sessions for repo...
|
||||
2026-08-25 16:23:15.930 [info] Getting sessions for repo...
|
||||
2026-08-25 16:23:15.930 [info] Got 0 sessions for repo...
|
||||
2026-08-25 16:23:15.930 [info] Getting sessions for repo...
|
||||
2026-08-25 16:23:15.930 [info] Got 0 sessions for repo...
|
||||
2026-08-25 16:23:15.930 [info] Getting sessions for all scopes...
|
||||
2026-08-25 16:23:15.930 [info] Got 0 sessions for ...
|
||||
2026-08-25 16:23:15.931 [info] Getting sessions for all scopes...
|
||||
2026-08-25 16:23:15.931 [info] Got 0 sessions for ...
|
||||
2026-08-25 16:23:15.931 [info] Getting sessions for all scopes...
|
||||
2026-08-25 16:23:15.931 [info] Got 0 sessions for ...
|
||||
2026-08-25 16:23:15.931 [info] Getting sessions for all scopes...
|
||||
2026-08-25 16:23:15.931 [info] Got 0 sessions for ...
|
||||
2026-08-25 16:23:15.931 [info] Getting sessions for all scopes...
|
||||
2026-08-25 16:23:15.931 [info] Got 0 sessions for ...
|
||||
2026-08-25 16:23:15.931 [info] Getting sessions for all scopes...
|
||||
2026-08-25 16:23:15.931 [info] Got 0 sessions for ...
|
||||
2026-08-25 16:23:15.931 [info] Getting sessions for all scopes...
|
||||
2026-08-25 16:23:15.931 [info] Got 0 sessions for ...
|
||||
2026-08-25 16:23:18.157 [info] Getting sessions for all scopes...
|
||||
2026-08-25 16:23:18.157 [info] Got 0 sessions for ...
|
||||
+1
@@ -0,0 +1 @@
|
||||
2026-08-25 16:23:15.922 [info] Log level: Info
|
||||
Reference in New Issue
Block a user