apc-extension icon indicating copy to clipboard operation
apc-extension copied to clipboard

Command 'Enable Apc extension' resulted in an error

Open SwapnilSanghvi opened this issue 1 year ago • 20 comments

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 avatar Jun 13 '24 08:06 SwapnilSanghvi

I am not able to active this plugin on Mac m1

SwapnilSanghvi avatar Jun 13 '24 08:06 SwapnilSanghvi

same promblem

AbineshDev01 avatar Oct 04 '24 06:10 AbineshDev01

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

jasperfernandez avatar Oct 04 '24 08:10 jasperfernandez

same problem

warhammer327 avatar Oct 07 '24 05:10 warhammer327

literally unplayable /s

vianneychin avatar Oct 08 '24 00:10 vianneychin

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

emranio avatar Oct 08 '24 10:10 emranio

I am having this same problem.

joberror avatar Oct 08 '24 16:10 joberror

Same problem after update to MacOS 15.0.1

Tres0rsHoang avatar Oct 08 '24 18:10 Tres0rsHoang

Same here!

jakubpabis avatar Oct 09 '24 09:10 jakubpabis

Same Problem

bp-nkrause avatar Oct 09 '24 10:10 bp-nkrause

bump

scotdotwtf avatar Oct 10 '24 04:10 scotdotwtf

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.

devgustavosantos avatar Oct 11 '24 09:10 devgustavosantos

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

ChristopherAlphonse avatar Oct 11 '24 18:10 ChristopherAlphonse

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.

manue02 avatar Oct 11 '24 23:10 manue02

Any news on how to fix this issue without downgrading?

Slayne97 avatar Oct 28 '24 16:10 Slayne97

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

lamnguyenx avatar Nov 21 '24 01:11 lamnguyenx

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

Ulton321 avatar Jan 28 '25 18:01 Ulton321

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?

nmaxcom avatar Feb 01 '25 10:02 nmaxcom

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

ChristopherAlphonse avatar Feb 02 '25 04:02 ChristopherAlphonse

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"
}

kpyszkowski avatar Feb 06 '25 23:02 kpyszkowski