Skip to content

Is there a way to quickly re-save/update current project? #794

Answered by alefragnani
brimby asked this question in Q&A
Discussion options

You must be logged in to vote

Hi,

There is no such feature today, but based on the description of your scenario, I don't think you need re-save the project.

The extension doesn't monitor which files you opened or edited. It doesn't save nor restore opened files on the current project. This behavior is a VS Code builtin feature. So, there is no need to re-save the project when you touch any file or folder. VS Code itself will take care of restoring this for you.

When you save a project in the extension, it only stores the project's path and the name you provided, like below. Updating anything within that project, is not relevant to the extension.

    {
	"name": "Project Manager",
	"rootPath": "~/sources/vscode-project-…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by alefragnani
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants