Skip to content

Instantly share code, notes, and snippets.

@takkumattsu
Created September 26, 2020 08:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save takkumattsu/1d2357af41b083bcfe9ab635968ba729 to your computer and use it in GitHub Desktop.
Save takkumattsu/1d2357af41b083bcfe9ab635968ba729 to your computer and use it in GitHub Desktop.
flutter用のvscodeのExtension
{
// See https://go.microsoft.com/fwlink/?LinkId=827846 to learn about workspace recommendations.
// Extension identifier format: ${publisher}.${name}. Example: vscode.csharp
// List of extensions which should be recommended for users of this workspace.
"recommendations": [
"dart-code.flutter"
],
// List of extensions recommended by VS Code that should not be recommended for users of this workspace.
"unwantedRecommendations": [
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment