Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I upload a file to a Visual Studio Codespaces environment?

I use GitHub Codespaces, but I don't know how to upload a single file to GitHub Codespaces without the assistance of, for example, github.

like image 254
Fabian Avatar asked Jun 09 '20 14:06

Fabian


People also ask

How do I upload a file to VS Code?

The following steps will help you get set up in no time: Install Push from the VS Code extension marketplace. In the command palette, choose Create/Edit Push configuration and confirm the location (usually your workspace root), then choose the SFTP template. Fill in the missing details within the settings file.

What is Visual Studio Codespaces?

Visual Studio Codespaces (formerly Visual Studio Online) is a cloud-based development environment aimed at making developers more more productive by creating a fully configured development environment in minutes.

How do I Create my own Codespace?

Creating your codespaceNavigate to the template repository and select Use this template. Select an owner for the new repository, enter a repository name, select your preferred privacy setting, and click Create repository from template.


1 Answers

Simple Drag and Drop has worked for me.

To update the answer, there is now also an update option if you right click in the explorer view: enter image description here

like image 178
Daniel Habenicht Avatar answered Sep 28 '22 07:09

Daniel Habenicht