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

Error "Extension 'vscode.git-ui' not found" after which sync stops. #1431

Open
akwala opened this issue Jun 30, 2023 · 1 comment
Open

Error "Extension 'vscode.git-ui' not found" after which sync stops. #1431

akwala opened this issue Jun 30, 2023 · 1 comment

Comments

@akwala
Copy link

akwala commented Jun 30, 2023

🐛 Describe the bug
This error is reported when I launch VSCodium on one of my two hosts. Happens consistently on that host only – the two hosts correspond to two users on the same Ubuntu device, so they use the same VSCodium installation but each has its own config and set of external extensions.

Secondly, the download stops when the error happens – apparently a separate issue.

Adding "git-ui" to "ignoreExtensions" in syncLocalSettings.json prevents this error, as one would expect. However, shouldn't Settings Sync exclude it automatically, since git-ui is built into VSCode/VSCodium?

🌴 Visual Studio Code VSCodium Version : [ 1.79.2 ]
🌴 Code Settings Sync Version : [ 3.4.3 ]
🌴 Standard or Insiders : [ Standard ]
🌴 Portable or Installed : [ Installed ]
🌴 OSS or Official Build : [ OSS ]
🌴 Operating System : [ Kubuntu 22.04 ]
🌴 Occurs On: [ Download ]
🌴 Proxy Enabled: [ No ]
🌴 Gist Id: [ faab2abf9363cdd4b508005a47b13b3f ]

📰 To Reproduce
Steps to reproduce the behavior:

  1. Configure Settings Sync on 2 hosts
  2. Upload from host 1 – output shows git-ui among the extensions uploaded.
  3. Download on host 2.
  4. See error.

💪 Expected behavior

  1. Settings Sync does not (try to) upload/download git-ui since it is a built-in extension.
  2. Settings Sync downloads/syncs remaining extensions/settings.

📺 Console Error Log

  ERR Extension 'vscode.git-ui' not found.: Error: Extension 'vscode.git-ui' not found.
    at handler (vscode-file://vscode-app/usr/share/codium/resources/app/out/vs/workbench/workbench.desktop.main.js:2604:42800)
workbench.desktop.main.js:624   ERR [Extension Host] Error: Error: Error: Extension 'vscode.git-ui' not found.
	at /home/userx/.vscode-oss/extensions/shan.code-settings-sync-3.4.3-universal/out/extension.js:290:22293
	at /home/userx/.vscode-oss/extensions/shan.code-settings-sync-3.4.3-universal/out/extension.js:290:11611
	at Object.throw (/home/userx/.vscode-oss/extensions/shan.code-settings-sync-3.4.3-universal/out/extension.js:290:11716)
	at s (/home/userx/.vscode-oss/extensions/shan.code-settings-sync-3.4.3-universal/out/extension.js:290:10513)
workbench.desktop.main.js:97 [Extension Host] Error: Error: Error: Extension 'vscode.git-ui' not found.
	at /home/userx/.vscode-oss/extensions/shan.code-settings-sync-3.4.3-universal/out/extension.js:290:22293
	at /home/userx/.vscode-oss/extensions/shan.code-settings-sync-3.4.3-universal/out/extension.js:290:11611
	at Object.throw (/home/userx/.vscode-oss/extensions/shan.code-settings-sync-3.4.3-universal/out/extension.js:290:11716)
	at s (/home/userx/.vscode-oss/extensions/shan.code-settings-sync-3.4.3-universal/out/extension.js:290:10513)
I @ workbench.desktop.main.js:97
workbench.desktop.main.js:759 Sync: Error Logged In Console (Help menu > Toggle Developer Tools).

OUTPUT:
Realtime Extension Download Summary
--------------------
TOTAL EXTENSIONS : 2



[x] - EXTENSION: git-ui - INSTALLING

📺 Additional context
Will try to provide upon request.

@jinhua115
Copy link

jinhua115 commented Jun 30, 2023 via email

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

2 participants