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

Unable to upload local files when used in a remote workplace #354

Open
jokester opened this issue Mar 14, 2024 · 0 comments
Open

Unable to upload local files when used in a remote workplace #354

jokester opened this issue Mar 14, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@jokester
Copy link

jokester commented Mar 14, 2024

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

I found that when using gistpad in a workspace with Remote - SSH and do Upload File(s) in a gist, it will open a picker for remote (in the SSH host) files, not local files. (btw uploading a file from remote ssh works without a problem)

Could it be possible to upload a file from local host too? This is perhaps a corner case though.

My .code-workspace file is like:

{
	"folders": [
		{
			"uri": "vscode-remote://ssh-remote+my-host/home/me/notes"
		},
		{
			"uri": "vscode-remote://ssh-remote+my-host/home/me/services"
		}
	],
	"remoteAuthority": "ssh-remote+my-host"
}

Describe the solution you'd like

Make it possible to upload a local file too.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.


BTW thanks for this great extension. it's going to be a big step in my digital life.

@jokester jokester added the enhancement New feature or request label Mar 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant