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

Command 'Enable Apc extension' resulted in an error #195

Open
SwapnilSanghvi opened this issue Jun 13, 2024 · 20 comments
Open

Command 'Enable Apc extension' resulted in an error #195

SwapnilSanghvi opened this issue Jun 13, 2024 · 20 comments

Comments

@SwapnilSanghvi
Copy link

Command 'Enable Apc extension' resulted in an error

Screenshot 2024-06-13 at 2 00 30 PM

Version: 1.84.2
Commit: 1a5daa3a0231a0fbba4f14db7ec463cf99d7768e
Date: 2023-11-09T10:52:57.054Z
Electron: 25.9.2
ElectronBuildId: 24603566
Chromium: 114.0.5735.289
Node.js: 18.15.0
V8: 11.4.183.29-electron.0
OS: Darwin arm64 23.5.0

@SwapnilSanghvi
Copy link
Author

I am not able to active this plugin on Mac m1

@AbineshDev01
Copy link

same promblem

@jasperfernandez
Copy link

ERROR ON THE LATEST VERSION OF VSCODE September 2024 (version 1.94)

@warhammer327
Copy link

same problem

@vianneychin
Copy link

literally unplayable /s

@emranio
Copy link

emranio commented Oct 8, 2024

same problem after new update, not just this extension, almost all extensions are having this same issue.

@joberror
Copy link

joberror commented Oct 8, 2024

I am having this same problem.

@Tres0rsHoang
Copy link

Same problem after update to MacOS 15.0.1

@jakubpabis
Copy link

Same here!

@bp-nkrause
Copy link

Same Problem

@scotdotwtf
Copy link

bump

@devgustavosantos
Copy link

devgustavosantos commented Oct 11, 2024

For those who had this problem in version 1.94, I solved it by downgrading to version 1.93 and the extension started working normally again.

Edit: Disable automatic updates, otherwise version 1.94 will come back.

@ChristopherAlphonse
Copy link

For those who had this problem in version 1.94, I solved it by downgrading to version 1.93 and the extension started working normally again.

Edit: Disable automatic updates, otherwise version 1.94 will come back.

How to downgrade

@manue02
Copy link

manue02 commented Oct 11, 2024

Para aquellos que tuvieron este problema en la versión 1.94, lo resolví degradando a la versión 1.93 y la extensión comenzó a funcionar normalmente nuevamente.
Editar: Deshabilite las actualizaciones automáticas, de lo contrario, la versión 1.94 volverá.

Cómo bajar de categoría

Para volver a la versión 1.93 de Visual Studio Code, sigue estos pasos:

Desinstalar la versión actual:

Abre el Panel de Control.
Ve a "Programas y características".
Busca "Visual Studio Code" en la lista de programas instalados.
Haz clic derecho y selecciona "Desinstalar".
Descargar la versión 1.93:

Ve al repositorio de versiones anteriores de Visual Studio Code.
Busca la versión 1.93 y descarga el instalador correspondiente a tu sistema operativo.
Instalar la versión 1.93:

Ejecuta el instalador que descargaste y sigue las instrucciones para completar la instalación.
Desactivar actualizaciones automáticas (opcional):

Abre Visual Studio Code.
Ve a Archivo > Preferencias > Configuración.
Busca update.mode y selecciona none para desactivar las actualizaciones automáticas.

@Slayne97
Copy link

Any news on how to fix this issue without downgrading?

@lamnguyenx
Copy link

Recent update broke most extensions for CSS/JS customizing.
I had to switched to this one: Custom CSS and JS Loader - https://marketplace.visualstudio.com/items?itemName=be5invis.vscode-custom-css

@Ulton321
Copy link

Alot of the UI stuff are missing the jason file from the error log

@nmaxcom
Copy link

nmaxcom commented Feb 1, 2025

I just realized the apc modifications weren't working. Re-installed, tried to re-enable but same... Still no fix in sight?
Any working alternative in the meantime?

@ChristopherAlphonse
Copy link

I just realized the apc modifications weren't working. Re-installed, tried to re-enable but same... Still no fix in sight? Any working alternative in the meantime?

downgrade, Microsoft will force update their software even when in settings you tell it not to.

Save this somewhere to easily find - version 1.93.1 https://code.visualstudio.com/updates/v1_93

@kpyszkowski
Copy link

To downgrade to 1.93 on macOS:

curl -L https://raw.githubusercontent.com/Homebrew/homebrew-cask/b8fe6ebdd59af89dde443ff34fdc0fb57c655458/Casks/v/visual-studio-code.rb > visual-studio-code.rb && brew install visual-studio-code.rb && rm visual-studio-code.rb 

And in settings.json:

{
  "update.mode": "none"
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests