Manually Installing ChatGPT Extension in Visual Studio Code

preview_player
Показать описание
In this video, you will learn how to manually install the ChatGPT extension for Visual Studio Code. The ChatGPT extension is an AI-powered chatbot that can assist you with coding and answer your programming questions.

The video will walk you through the steps of downloading the ChatGPT extension file from the internet and installing it in VS Code. The process is simple and straightforward, but it can be intimidating if you have never manually installed an extension before.

By the end of the video, you will know how to install the ChatGPT extension, and you will be able to use it to enhance your programming experience in VS Code. Whether you are a beginner or an experienced developer, this extension can help improve your productivity and efficiency in coding. So, sit back, relax and enjoy the video!

step 1:
clone repo

step 2:

step 3:

For this open this folder in powershell and run 'yarn install'

then run the command again.

This will automatically install all dependency's

step 4:

"
// This method is called when your extension is activated
// Your extension is activated the very first time the command is executed
function activate(context) {
}

// This method is called when your extension is deactivated
function deactivate() {}

activate,
deactivate
};

"

step 5:
Now run Command in powershell 'vsce package'

Now if you may get error related to execution policies

then to Remove that error open powershell as an administrator and run command

'Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser'

Now again run 'vsce package'

this will create an .vsix file

step 6:
open vscode and goto the extension then
Рекомендации по теме
Комментарии
Автор

all done bro but open and run chatgpt?

cheegitimahesh