Closed Checkm3out closed 1 year ago
in settings.json of vscode add
"remote.extensionKind": {
"gencay.vscode-chatgpt": [ "ui" ] }
this will set it to run locally instead over SSH or WSL
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.
@Checkm3out Thanks for figuring this out and sending a PR for documentation, I merged it.
A small clarification for this, you ONLY need to set it up in the USER settings
NOT needed in the remote settings.
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