You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would nice if a project had a way to advertise what extensions are required or helpful within the context of a project. Perhaps a new file in the .vscode directory that allowed listing extensions and versions. For example:
{
"typescript": "~1.8.0",
"tslint": "~0.5.32"
}
This will help people that are just getting started on a project understand what dependencies are required to use the project.
When opening the project, VS Code might say something like, "This project has recommended extensions. Would you like to review them?"
The text was updated successfully, but these errors were encountered:
It would nice if a project had a way to advertise what extensions are required or helpful within the context of a project. Perhaps a new file in the
.vscode
directory that allowed listing extensions and versions. For example:This will help people that are just getting started on a project understand what dependencies are required to use the project.
When opening the project, VS Code might say something like, "This project has recommended extensions. Would you like to review them?"
The text was updated successfully, but these errors were encountered: