microsoft / vscode-remote-release

Visual Studio Code Remote Development: Open any folder in WSL, in a Docker container, or on a remote machine using SSH and take advantage of VS Code's full feature set.
https://aka.ms/vscode-remote
Other
3.55k stars 262 forks source link

Devcontainer VSCode freezes while activating extensions (Mac OS) #9943

Open david02871 opened 1 month ago

david02871 commented 1 month ago

I'm unable to launch a previously working devcontainer which now freezes with the "Activating extensions.." stage showing in the status bar.

I can't see any errors. Could it be that the error will be in 'Output: Extension Host (remote)'? I can't open that log because the window freezes. Are there any other ways to view it?

The last part of 'Dev Containers Developer > Show all logs' is:

[2024-05-31T15:39:57.011Z] [15:39:57] Extension installed successfully: github.copilot-chat
[15:39:57] Extension installed successfully: github.copilot
[2024-05-31T15:39:57.023Z] [15:39:57] Extension 'github.copilot-chat' v0.15.2 was successfully installed.
[15:39:57] Extension 'github.copilot' v1.197.0 was successfully installed.
[15:39:57] Finished installing extensions
[15:39:57] ExtensionManagementService#cleanUp
[15:39:57] ExtensionManagementService#removeTempDeleteFolders
[2024-05-31T15:39:57.046Z] [15:39:57] No uninstalled extensions found.
[2024-05-31T15:39:57.072Z] [15:39:57] [File Watcher (node.js)]  >> normalized [CHANGED] /root/.vscode-server/extensions/extensions.json
[2024-05-31T15:39:57.074Z] [15:39:57] [File Watcher (node.js)]  >> normalized [CHANGED] /root/.vscode-server/extensions/extensions.json
[2024-05-31T15:39:57.077Z] [15:39:57] [File Watcher (node.js)] [DELETED] /root/.vscode-server/extensions/.39cddba8-1a19-4de2-9568-e38ffc29231c
[15:39:57] [File Watcher (node.js)] [ADDED] /root/.vscode-server/extensions/github.copilot-1.197.0
[2024-05-31T15:39:57.151Z] [15:39:57] [File Watcher (node.js)]  >> normalized [DELETED] /root/.vscode-server/extensions/.39cddba8-1a19-4de2-9568-e38ffc29231c
[15:39:57] [File Watcher (node.js)]  >> normalized [ADDED] /root/.vscode-server/extensions/github.copilot-1.197.0
[2024-05-31T15:39:58.723Z] [15:39:58] resolveShellEnv(): skipped (--force-disable-user-env)
[2024-05-31T15:39:58.971Z] [15:39:58] [File Watcher (parcel)] Started watching: '/app' with backend 'inotify'
[2024-05-31T15:40:00.601Z] Extensions cache, copy to shared cache: None

I have tried the following in my devcontainer.json:

        "customizations": {
            "vscode": {
                "settings": {
                    "extensions.verifySignature": false
                }
            }
        },
chrmarti commented 4 weeks ago

Which version of Docker Desktop are you running?

Is there more information in the renderer or local extension host Output channels?

raed8894 commented 4 weeks ago

[ ]()