Skip to content

Instantly share code, notes, and snippets.

@SofijaErkin
Last active May 8, 2023 00:05
Show Gist options
  • Save SofijaErkin/74e6e4eca4b67011b683919558513b0d to your computer and use it in GitHub Desktop.
Save SofijaErkin/74e6e4eca4b67011b683919558513b0d to your computer and use it in GitHub Desktop.
To fix all deleted extensions for VSCode.

Fix All Deleted Extensions for VSCode

Yesterday I've accidentally deleted all my VSCode extensions because I did not know how to fix the below trouble.

Found that duplicate Database Client extensions are installed, please uninstall the duplicate!

I did know that was because two version of XYZ-SQL extensions while I deleted all my VSCode extensions,

but that's too late! So, I have to reinstall all my VSCode extensions again.

That XYZ-SQL are name_vscode-redis-client_publisher_cweijan_version_6.3.1 and

name_vscode-mysql-client2_publisher_cweijan_version_6.3.1.

BackUp

GitHub Project.

GitHub Gist.

Tips

Roll Back or revert The target version of extension

Please directly witness the below short video, thanks!

refer: VS Code - how to rollback extension/install specific extension version.

Promote Install from VSIX command to install

Download the VSIX file, then Install from VSIXrefer this.

Build-in AI Code Aid

Free Tools

StarCoder: A State-of-the-Art LLM for Code(Hugging Face).

(Developing)In vscode, Not open Run and Debug side bar & click Launch Extension
Because no Launch Extension to click while open Run and Debug side bar
(Configuring)Not configure which endpoint to where request will be sent and special tokens.
Because do not know what difference between huggingface model id and  custom endpoint

FauxPilot: an open-source alternative to GitHub Copilot(GitHub Open Project).

CodeWhisperer: AI Code Generator(Amazon Org.).

AWS Toolkit.

Codeium: AI code completion & search.

Free Tools But Need to Contribute to Community Or Use Money

Copilot: Your AI pair programmer (GitHub Org.).

TabNine: AI assistant for software developers.

ChatGPT: Your best AI pair programmer.

Refer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment