Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extension is not activating(Visual Studio Code) #3009

Open
3 tasks done
MaheshBhushan opened this issue Nov 20, 2024 · 19 comments
Open
3 tasks done

Extension is not activating(Visual Studio Code) #3009

MaheshBhushan opened this issue Nov 20, 2024 · 19 comments
Assignees
Labels
area:dev-ex Relates to devex, e.g. running locally ide:vscode Relates specifically to VS Code extension kind:bug Indicates an unexpected problem or unintended behavior

Comments

@MaheshBhushan
Copy link

MaheshBhushan commented Nov 20, 2024

Before submitting your bug report

Relevant environment info

- OS: Windows 11
- Continue version:v0.8.57
- IDE version: VSCode 1.95.3

Description

I am getting an error like this ->"Error activating the Continue extension"
I have tried all the methods to check if my other extensions are conflicting with the activation of this extension, but i am still getting the same error. Below is the image of the error that is showing up.

image

To reproduce

-> Go to Visual Studio Code.
-> Open Extensions Section.
-> Install the extension "Continue-Codeastral, Claude, and more".
-> Try opening the extension.

Log output

2024-11-20 21:54:01.212 [info] Extension host with pid 7500 started
2024-11-20 21:54:01.330 [info] ExtensionService#_doActivateExtension vscode.git-base, startup: true, activationEvent: '*', root cause: vscode.git
2024-11-20 21:54:01.343 [info] ExtensionService#_doActivateExtension vscode.emmet, startup: false, activationEvent: 'onLanguage'
2024-11-20 21:54:01.437 [info] ExtensionService#_doActivateExtension vscode.git, startup: true, activationEvent: '*'
2024-11-20 21:54:01.655 [info] ExtensionService#_doActivateExtension vscode.github, startup: true, activationEvent: '*'
2024-11-20 21:54:01.895 [info] Eager extensions activated
2024-11-20 21:54:01.918 [info] ExtensionService#_doActivateExtension vscode.debug-auto-launch, startup: false, activationEvent: 'onStartupFinished'
2024-11-20 21:54:01.928 [info] ExtensionService#_doActivateExtension vscode.merge-conflict, startup: false, activationEvent: 'onStartupFinished'
2024-11-20 21:54:01.965 [info] ExtensionService#_doActivateExtension ecmel.vscode-html-css, startup: false, activationEvent: 'onStartupFinished'
2024-11-20 21:54:32.013 [info] ExtensionService#_doActivateExtension Continue.continue, startup: false, activationEvent: 'onStartupFinished'
2024-11-20 21:54:44.493 [error] Error: command 'continue.viewLogs' not found
    at mWe.n (vscode-file://vscode-app/c:/Users/dell/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/workbench.desktop.main.js:1295:1341)
    at mWe.executeCommand (vscode-file://vscode-app/c:/Users/dell/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/workbench.desktop.main.js:1295:1273)
2024-11-20 21:55:37.146 [info] Extension host terminating: renderer closed the MessagePort
2024-11-20 21:55:37.155 [info] Extension host with pid 7500 exiting with code 0
2024-11-20 21:55:37.799 [info] Extension host with pid 7524 started
2024-11-20 21:55:37.809 [info] ExtensionService#_doActivateExtension vscode.emmet, startup: false, activationEvent: 'onLanguage'
2024-11-20 21:55:37.829 [info] ExtensionService#_doActivateExtension vscode.git-base, startup: false, activationEvent: '*', root cause: vscode.git
2024-11-20 21:55:37.848 [info] ExtensionService#_doActivateExtension vscode.git, startup: false, activationEvent: '*'
2024-11-20 21:55:37.908 [info] ExtensionService#_doActivateExtension vscode.github, startup: false, activationEvent: '*'
2024-11-20 21:55:38.012 [info] Eager extensions activated
2024-11-20 21:55:38.020 [info] ExtensionService#_doActivateExtension vscode.debug-auto-launch, startup: false, activationEvent: 'onStartupFinished'
2024-11-20 21:55:38.024 [info] ExtensionService#_doActivateExtension vscode.merge-conflict, startup: false, activationEvent: 'onStartupFinished'
2024-11-20 21:55:40.391 [info] ExtensionService#_doActivateExtension Continue.continue, startup: false, activationEvent: 'onStartupFinished'
2024-11-20 21:56:26.023 [info] ExtensionService#_doActivateExtension vscode.github-authentication, startup: false, activationEvent: 'onAuthenticationRequest:github'
@dosubot dosubot bot added ide:vscode Relates specifically to VS Code extension kind:bug Indicates an unexpected problem or unintended behavior labels Nov 20, 2024
@RomneyDa
Copy link
Collaborator

note, I had this error as well and fixed on this branch by adding the viewlogs command back to package.json
https://github.com/continuedev/continue/pull/2978/files#diff-288f1ebddf6afc6081e2ca910029e86e55c9cd7871b425c2a97a82a2cd77ac9e

@MaheshBhushan
Copy link
Author

note, I had this error as well and fixed on this branch by adding the viewlogs command back to package.json https://github.com/continuedev/continue/pull/2978/files#diff-288f1ebddf6afc6081e2ca910029e86e55c9cd7871b425c2a97a82a2cd77ac9e

Thank you for sharing the fix and pointing me to the branch! I tried adding the viewlogs command back to package.json as suggested and also done the other changes committed, but unfortunately, I'm still encountering the same error. Do you have any additional suggestions or insights on what else might be causing this? I’d greatly appreciate your help!

@Patrick-Erichsen
Copy link
Collaborator

Have you tried removing the project and recloning? A bit of a blunt approach but that would be a good way to guarantee you're starting from scratch;

@Patrick-Erichsen Patrick-Erichsen added the area:dev-ex Relates to devex, e.g. running locally label Nov 25, 2024
@MatsPro
Copy link

MatsPro commented Dec 19, 2024

I had the same issue yesterday. In my case it was a simple solution. Due to work restrictions I always have to manually download the .vsix install file to update. Since I usually work on Windows I downloaded the windows version. However, this time I had to install on a Red Hat Enterprise Linux machine.

At first I tried to install the Windows vsix on the linux machine which triggered the same error like yours. This morning I discovered my error and downloaded the linux version. Works flawless without the error now, so you might take a look at your vsix versions.

@labsnoir
Copy link

I got the same error message. In my case the OS is Windows 11 running on ARM (Snapdragon X). Wonder if this could be a cause for the error...

@kiolygenius
Copy link

I've got same error.
My environment:
OS: Arch Linux x86_64,
VSCode Package: visual-studio-code-bin

Neither installing from ms market nor installing from vsix amd64 version do work.
Version 0.9-pre failed either.

@SpontaneousDuck
Copy link

Current error I am getting on Windows 11 running on ARM (Snapdragon X):

[Extension Host] Error activating extension: Error: \\?\c:\Users\k.witham\.vscode\extensions\continue.continue-0.8.66-win32-arm64\out\build\Release\node_sqlite3.node is not a valid Win32 application.

@MarcoWel
Copy link

Same here (x86_64 under Windows with newest VS Code 1.96.3)

@Patrick-Erichsen
Copy link
Collaborator

Patrick-Erichsen commented Jan 14, 2025

@MarcoWel are there any logs you can also share? https://docs.continue.dev/troubleshooting#check-the-logs

I think there are likely two separate issues for folks running into this more recently:

@MarcoWel
Copy link

MarcoWel commented Jan 14, 2025

@Patrick-Erichsen Here you go! Need to add that the extension worked flawlessly before, and now stopped working both on the local machine (Windows Server 2019 x86 AMD64) and the SSH extension host (Ubuntu 22 x86 AMD64) without any changes to the machines or their configuration.

ERR Unable to resolve nonexistent file 'vscode-userdata:/c:/Users/mw/AppData/Roaming/Code/User/globalStorage/continue.continue': Error: Unable to resolve nonexistent file 'vscode-userdata:/c:/Users/mw/AppData/Roaming/Code/User/globalStorage/continue.continue'
  at _ot.resolve (vscode-file://vscode-app/c:/Program%20Files/Microsoft%20VS%20Code/resources/app/out/vs/workbench/workbench.desktop.main.js:3108:60549)
  at async BTt (vscode-file://vscode-app/c:/Program%20Files/Microsoft%20VS%20Code/resources/app/out/vs/workbench/workbench.desktop.main.js:480:44682)
index.html?id=b50acfde-fc52-4180-8da9-a54227f7fc02&origin=2fadf730-1e3a-4c77-bb5c-e1fde8bada90&swVersion=4&extensionId=&platform=electron&vscode-resource-base-authority=vscode-resource.vscode-cdn.net&parentOrigin=vscode-file%3A%2F%2Fvscode-app&disableServiceWorker=true&remoteAuthority=ssh-remote%2Bwvka-dev1:1060 Refused to apply inline style because it violates the following Content Security Policy directive: "style-src 'nonce-36c9124e-a607-4f44-b897-e48d0ecb2263'". Either the 'unsafe-inline' keyword, a hash ('sha256-sOhztCLcQDj6UWemcAVe4e2bOyfl2/NxbQbrHagsVAo='), or a nonce ('nonce-...') is required to enable inline execution. Note that hashes do not apply to event handlers, style attributes and javascript: navigations unless the 'unsafe-hashes' keyword is present.

(anonymous) @ index.html?id=b50acfde-fc52-4180-8da9-a54227f7fc02&origin=2fadf730-1e3a-4c77-bb5c-e1fde8bada90&swVersion=4&extensionId=&platform=electron&vscode-resource-base-authority=vscode-resource.vscode-cdn.net&parentOrigin=vscode-file%3A%2F%2Fvscode-app&disableServiceWorker=true&remoteAuthority=ssh-remote%2Bwvka-dev1:1060
index.html?id=b50acfde-fc52-4180-8da9-a54227f7fc02&origin=2fadf730-1e3a-4c77-bb5c-e1fde8bada90&swVersion=4&extensionId=&platform=electron&vscode-resource-base-authority=vscode-resource.vscode-cdn.net&parentOrigin=vscode-file%3A%2F%2Fvscode-app&disableServiceWorker=true&remoteAuthority=ssh-remote%2Bwvka-dev1:1060 Refused to apply inline style because it violates the following Content Security Policy directive: "style-src 'nonce-36c9124e-a607-4f44-b897-e48d0ecb2263'". Either the 'unsafe-inline' keyword, a hash ('sha256-VLeH8hLyP5RT+VmlyatgzqnTRaV2QEEu879+zSMjyPY='), or a nonce ('nonce-...') is required to enable inline execution. Note that hashes do not apply to event handlers, style attributes and javascript: navigations unless the 'unsafe-hashes' keyword is present.

(anonymous) @ index.html?id=b50acfde-fc52-4180-8da9-a54227f7fc02&origin=2fadf730-1e3a-4c77-bb5c-e1fde8bada90&swVersion=4&extensionId=&platform=electron&vscode-resource-base-authority=vscode-resource.vscode-cdn.net&parentOrigin=vscode-file%3A%2F%2Fvscode-app&disableServiceWorker=true&remoteAuthority=ssh-remote%2Bwvka-dev1:1060
index.html?id=b50acfde-fc52-4180-8da9-a54227f7fc02&origin=2fadf730-1e3a-4c77-bb5c-e1fde8bada90&swVersion=4&extensionId=&platform=electron&vscode-resource-base-authority=vscode-resource.vscode-cdn.net&parentOrigin=vscode-file%3A%2F%2Fvscode-app&disableServiceWorker=true&remoteAuthority=ssh-remote%2Bwvka-dev1:1060 Refused to apply inline style because it violates the following Content Security Policy directive: "style-src 'nonce-36c9124e-a607-4f44-b897-e48d0ecb2263'". Either the 'unsafe-inline' keyword, a hash ('sha256-sOhztCLcQDj6UWemcAVe4e2bOyfl2/NxbQbrHagsVAo='), or a nonce ('nonce-...') is required to enable inline execution. Note that hashes do not apply to event handlers, style attributes and javascript: navigations unless the 'unsafe-hashes' keyword is present.

(anonymous) @ index.html?id=b50acfde-fc52-4180-8da9-a54227f7fc02&origin=2fadf730-1e3a-4c77-bb5c-e1fde8bada90&swVersion=4&extensionId=&platform=electron&vscode-resource-base-authority=vscode-resource.vscode-cdn.net&parentOrigin=vscode-file%3A%2F%2Fvscode-app&disableServiceWorker=true&remoteAuthority=ssh-remote%2Bwvka-dev1:1060
index.html?id=b50acfde-fc52-4180-8da9-a54227f7fc02&origin=2fadf730-1e3a-4c77-bb5c-e1fde8bada90&swVersion=4&extensionId=&platform=electron&vscode-resource-base-authority=vscode-resource.vscode-cdn.net&parentOrigin=vscode-file%3A%2F%2Fvscode-app&disableServiceWorker=true&remoteAuthority=ssh-remote%2Bwvka-dev1:1060 Refused to apply inline style because it violates the following Content Security Policy directive: "style-src 'nonce-36c9124e-a607-4f44-b897-e48d0ecb2263'". Either the 'unsafe-inline' keyword, a hash ('sha256-VLeH8hLyP5RT+VmlyatgzqnTRaV2QEEu879+zSMjyPY='), or a nonce ('nonce-...') is required to enable inline execution. Note that hashes do not apply to event handlers, style attributes and javascript: navigations unless the 'unsafe-hashes' keyword is present.

(anonymous) @ index.html?id=b50acfde-fc52-4180-8da9-a54227f7fc02&origin=2fadf730-1e3a-4c77-bb5c-e1fde8bada90&swVersion=4&extensionId=&platform=electron&vscode-resource-base-authority=vscode-resource.vscode-cdn.net&parentOrigin=vscode-file%3A%2F%2Fvscode-app&disableServiceWorker=true&remoteAuthority=ssh-remote%2Bwvka-dev1:1060
index.html?id=b50acfde-fc52-4180-8da9-a54227f7fc02&origin=2fadf730-1e3a-4c77-bb5c-e1fde8bada90&swVersion=4&extensionId=&platform=electron&vscode-resource-base-authority=vscode-resource.vscode-cdn.net&parentOrigin=vscode-file%3A%2F%2Fvscode-app&disableServiceWorker=true&remoteAuthority=ssh-remote%2Bwvka-dev1:1060 Refused to apply inline style because it violates the following Content Security Policy directive: "style-src 'nonce-36c9124e-a607-4f44-b897-e48d0ecb2263'". Either the 'unsafe-inline' keyword, a hash ('sha256-sOhztCLcQDj6UWemcAVe4e2bOyfl2/NxbQbrHagsVAo='), or a nonce ('nonce-...') is required to enable inline execution. Note that hashes do not apply to event handlers, style attributes and javascript: navigations unless the 'unsafe-hashes' keyword is present.

(anonymous) @ index.html?id=b50acfde-fc52-4180-8da9-a54227f7fc02&origin=2fadf730-1e3a-4c77-bb5c-e1fde8bada90&swVersion=4&extensionId=&platform=electron&vscode-resource-base-authority=vscode-resource.vscode-cdn.net&parentOrigin=vscode-file%3A%2F%2Fvscode-app&disableServiceWorker=true&remoteAuthority=ssh-remote%2Bwvka-dev1:1060
index.html?id=b50acfde-fc52-4180-8da9-a54227f7fc02&origin=2fadf730-1e3a-4c77-bb5c-e1fde8bada90&swVersion=4&extensionId=&platform=electron&vscode-resource-base-authority=vscode-resource.vscode-cdn.net&parentOrigin=vscode-file%3A%2F%2Fvscode-app&disableServiceWorker=true&remoteAuthority=ssh-remote%2Bwvka-dev1:1060 Refused to apply inline style because it violates the following Content Security Policy directive: "style-src 'nonce-36c9124e-a607-4f44-b897-e48d0ecb2263'". Either the 'unsafe-inline' keyword, a hash ('sha256-VLeH8hLyP5RT+VmlyatgzqnTRaV2QEEu879+zSMjyPY='), or a nonce ('nonce-...') is required to enable inline execution. Note that hashes do not apply to event handlers, style attributes and javascript: navigations unless the 'unsafe-hashes' keyword is present.

(anonymous) @ index.html?id=b50acfde-fc52-4180-8da9-a54227f7fc02&origin=2fadf730-1e3a-4c77-bb5c-e1fde8bada90&swVersion=4&extensionId=&platform=electron&vscode-resource-base-authority=vscode-resource.vscode-cdn.net&parentOrigin=vscode-file%3A%2F%2Fvscode-app&disableServiceWorker=true&remoteAuthority=ssh-remote%2Bwvka-dev1:1060
console.ts:137 [Extension Host] Error activating extension:  Error: This program is blocked by group policy. For more information, contact your system administrator.
\\?\c:\Users\mw\.vscode\extensions\continue.continue-0.9.251-win32-x64\out\build\Release\node_sqlite3.node
  at process.func [as dlopen] (node:electron/js2c/node_init:2:2559)
  at Module._extensions..node (node:internal/modules/cjs/loader:1602:18)
  at Object.func [as .node] (node:electron/js2c/node_init:2:2559)
  at Module.load (node:internal/modules/cjs/loader:1295:32)
  at Module._load (node:internal/modules/cjs/loader:1111:12)
  at c._load (node:electron/js2c/node_init:2:16955)
  at e._load (file:///c:/Program%20Files/Microsoft%20VS%20Code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:175:10896)
  at t._load (file:///c:/Program%20Files/Microsoft%20VS%20Code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:167:22534)
  at 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 require (node:internal/modules/helpers:179:18)
  at bindings (c:\Users\mw\.vscode\extensions\continue.continue-0.9.251-win32-x64\out\extension.js:189:54)
  at ../../core/node_modules/sqlite3/lib/sqlite3-binding.js (c:\Users\mw\.vscode\extensions\continue.continue-0.9.251-win32-x64\out\extension.js:104893:41)
  at __require (c:\Users\mw\.vscode\extensions\continue.continue-0.9.251-win32-x64\out\extension.js:13:51)
  at ../../core/node_modules/sqlite3/lib/sqlite3.js (c:\Users\mw\.vscode\extensions\continue.continue-0.9.251-win32-x64\out\extension.js:104943:20)
  at __require (c:\Users\mw\.vscode\extensions\continue.continue-0.9.251-win32-x64\out\extension.js:13:51)
  at ../../core/util/devdataSqlite.ts (c:\Users\mw\.vscode\extensions\continue.continue-0.9.251-win32-x64\out\extension.js:105122:30)
  at __init (c:\Users\mw\.vscode\extensions\continue.continue-0.9.251-win32-x64\out\extension.js:10:56)
  at ../../core/llm/index.ts (c:\Users\mw\.vscode\extensions\continue.continue-0.9.251-win32-x64\out\extension.js:109116:5)
  at __init (c:\Users\mw\.vscode\extensions\continue.continue-0.9.251-win32-x64\out\extension.js:10:56)
  at ../../core/llm/llms/OpenAI.ts (c:\Users\mw\.vscode\extensions\continue.continue-0.9.251-win32-x64\out\extension.js:109910:5)
  at __init (c:\Users\mw\.vscode\extensions\continue.continue-0.9.251-win32-x64\out\extension.js:10:56)
  at ../../core/autocomplete/CompletionProvider.ts (c:\Users\mw\.vscode\extensions\continue.continue-0.9.251-win32-x64\out\extension.js:117544:5)
  at __init (c:\Users\mw\.vscode\extensions\continue.continue-0.9.251-win32-x64\out\extension.js:10:56)
  at ../../core/core.ts (c:\Users\mw\.vscode\extensions\continue.continue-0.9.251-win32-x64\out\extension.js:603080:5)
  at __init (c:\Users\mw\.vscode\extensions\continue.continue-0.9.251-win32-x64\out\extension.js:10:56)
  at src/extension/VsCodeExtension.ts (c:\Users\mw\.vscode\extensions\continue.continue-0.9.251-win32-x64\out\extension.js:652382:5)
  at __init (c:\Users\mw\.vscode\extensions\continue.continue-0.9.251-win32-x64\out\extension.js:10:56)
  at src/activation/activate.ts (c:\Users\mw\.vscode\extensions\continue.continue-0.9.251-win32-x64\out\extension.js:653915:5)
  at __init (c:\Users\mw\.vscode\extensions\continue.continue-0.9.251-win32-x64\out\extension.js:10:56)
  at c:\Users\mw\.vscode\extensions\continue.continue-0.9.251-win32-x64\out\extension.js:653970:89
  at async dynamicImportAndActivate (c:\Users\mw\.vscode\extensions\continue.continue-0.9.251-win32-x64\out\extension.js:653970:53)
  at async K0.n (file:///c:/Program%20Files/Microsoft%20VS%20Code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:115:4447)
  at async K0.m (file:///c:/Program%20Files/Microsoft%20VS%20Code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:115:4410)
  at async K0.l (file:///c:/Program%20Files/Microsoft%20VS%20Code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:115:3866)
console.ts:137 [Extension Host] rejected promise not handled within 1 second: Error: command 'continue.viewLogs' not found
EYi @ console.ts:137
console.ts:137 [Extension Host] stack trace: Error: command 'continue.viewLogs' not found
  at O9e.n (vscode-file://vscode-app/c:/Program%20Files/Microsoft%20VS%20Code/resources/app/out/vs/workbench/workbench.desktop.main.js:1315:1341)
  at O9e.executeCommand (vscode-file://vscode-app/c:/Program%20Files/Microsoft%20VS%20Code/resources/app/out/vs/workbench/workbench.desktop.main.js:1315:1273)
EYi @ console.ts:137
log.ts:445   ERR command 'continue.viewLogs' not found: Error: command 'continue.viewLogs' not found
  at O9e.n (vscode-file://vscode-app/c:/Program%20Files/Microsoft%20VS%20Code/resources/app/out/vs/workbench/workbench.desktop.main.js:1315:1341)
  at O9e.executeCommand (vscode-file://vscode-app/c:/Program%20Files/Microsoft%20VS%20Code/resources/app/out/vs/workbench/workbench.desktop.main.js:1315:1273)

@kiolygenius
Copy link

kiolygenius commented Jan 15, 2025

@MarcoWel are there any logs you can also share? https://docs.continue.dev/troubleshooting#check-the-logs 是否有任何日志可以共享?https://docs.continue.dev/troubleshooting#check-the-logs

I think there are likely two separate issues for folks running into this more recently:我认为最近遇到这种情况的人可能有两个不同的问题:

* @kiolygenius:  [fix: disable indexing for unsupported CPUs #3551](https://github.com/continuedev/continue/pull/3551)

* @SpontaneousDuck : ["node_sqlite3.node is not a valid Win32 application" on Windows on ARM64 #839](https://github.com/continuedev/continue/issues/839)

Not likely. My CPU is Intel i7-12700 that supports FMA and AVX2.
Nothing usefull log or message can be found in output window.

@Patrick-Erichsen
Copy link
Collaborator

cc @RomneyDa here - there appears to be some URI issues here:

  • ERR Unable to resolve nonexistent file 'vscode-userdata:/c:/Users/mw/AppData/Roaming/Code/User/globalStorage/continue.continue': Error: Unable to resolve nonexistent file 'vscode-userdata:/c:/Users/mw/AppData/Roaming/Code/User/globalStorage/continue.continue'
  • [Extension Host] Error activating extension: Error: \\?\c:\Users\k.witham\.vscode\extensions\continue.continue-0.8.66-win32-arm64\out\build\Release\node_sqlite3.node is not a valid Win32 application.

I believe we have fixes for these merged/in-progress but worth mentioning here.

@MarcoWel
Copy link

I believe we have fixes for these merged/in-progress but worth mentioning here.

Just rechecked, the issue still persists for both the latest release and beta extension in VS Code.

@MarcoWel
Copy link

Got it working again - seems the Continue extension needs executable rights in the path C:\Users\<username>\.vscode\extensions\continue.continue-0.9.251-win32-x64\out\build\Release\, otherwise loading the extension fails.

This was blocked on our machines by GPO. For other extensions this is not necessary (it was probably not necessary for older revisions of the Continue extensions either, as we changed nothing on the configuration before it stopped working).

@digiperfect-tech
Copy link

digiperfect-tech commented Jan 25, 2025

Facing this issue on ubuntu/linux. Seems it appeared with a recent update? Re-enabling / reinstalling did not help

@Patrick-Erichsen
Copy link
Collaborator

@digiperfect-tech any additional logs you can share?

@MarcoWel I don't believe we modified any permissions on the binary. That is odd that you had to manually do so. Haven't seen other reports of that so far at least.

@shanselman
Copy link

shanselman commented Jan 29, 2025

@Patrick-Erichsen that script at #839 fixes the issue on Windows 11 ARM64...definitely a long standing issue here

@Patrick-Erichsen
Copy link
Collaborator

@shanselman looks like LanceDB has support for windows arm64 now! lancedb/lancedb#1841

Planning to pull that in soon here.

@extrange
Copy link

extrange commented Feb 3, 2025

Still happening on NixOS:

 - system: `"x86_64-linux"`
 - host os: `Linux 6.13.0, NixOS, 25.05 (Warbler), 25.05.20250201.3a22805`
 - multi-user?: `no`
 - sandbox: `yes`
 - version: `nix-env (Nix) 2.24.12`
 - nixpkgs: `/nix/store/hjb1rqv2mfs5ny47amj2gsc8xk05x5g6-source`
Version: 1.96.4
Commit: cd4ee3b1c348a13bafd8f9ad8060705f6d4b9cba
Date: 2025-01-16T00:16:19.038Z
Electron: 32.2.6
ElectronBuildId: 10629634
Chromium: 128.0.6613.186
Node.js: 20.18.1
V8: 12.8.374.38-electron.0
OS: Linux x64 6.13.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:dev-ex Relates to devex, e.g. running locally ide:vscode Relates specifically to VS Code extension kind:bug Indicates an unexpected problem or unintended behavior
Projects
None yet
Development

No branches or pull requests