gencay / vscode-chatgpt

An unofficial Visual Studio Code - OpenAI ChatGPT integration
ISC License
3.5k stars 760 forks source link

This is actually a solution to being able to login on Headless ssh windows #62

Closed Checkm3out closed 1 year ago

Checkm3out commented 1 year ago

54 39 25

in settings.json of vscode add

"remote.extensionKind": {

"gencay.vscode-chatgpt": [ "ui" ] }

this will set it to run locally instead over SSH or WSL

credit - https://stackoverflow.com/questions/58236172/visual-studio-code-how-to-run-extension-locally-on-my-laptop-when-connected-to

Im not sure how to add this to the settings of the extension so im leaving it here for someone smarter - tag me in the solution please!

if this documentation can get added to the readme im sure it would help a lot of people - i saw many similar issues in the issue log

bensonsts commented 1 year ago

54 39 25

in settings.json of vscode add

"remote.extensionKind": {

"gencay.vscode-chatgpt": [ "ui" ] }

this will set it to run locally instead over SSH or WSL

credit - https://stackoverflow.com/questions/58236172/visual-studio-code-how-to-run-extension-locally-on-my-laptop-when-connected-to

Im not sure how to add this to the settings of the extension so im leaving it here for someone smarter - tag me in the solution please!

if this documentation can get added to the readme im sure it would help a lot of people - i saw many similar issues in the issue log

This is working fine.

gencay commented 1 year ago

@Checkm3out Thanks for figuring this out and sending a PR for documentation, I merged it.

Tan-Aki commented 1 year ago

A small clarification for this, you ONLY need to set it up in the USER settings

image

NOT needed in the remote settings.