GoogleCloudPlatform / cloud-code-vscode

Cloud Code for Visual Studio Code: Issues, Documentation and more
Other
417 stars 111 forks source link

Prevent README.md from Opening after Install #559

Open ProfessorManhattan opened 2 years ago

ProfessorManhattan commented 2 years ago

I am including this plugin in a .devcontainer setup. So, even after the user has already seen the README, each time a new devcontainer is spun up, this plugin opens the README.md file. Is there a way I can prevent the README from opening? If not, can you consider adding a setting that prevents the README from opening up?

glouischandra commented 2 years ago

hello @ProfessorManhattan is the README.md part of our Cloud Code Sample (Cloud Code > New Applications)? If so you can just remove the .readmes folder to prevent it from being opened.

We will consider adding an options for this as well