diff --git a/.gitignore b/.gitignore index cc4a880..fa5b635 100644 --- a/.gitignore +++ b/.gitignore @@ -9,4 +9,5 @@ target/ !.vscode/*.md !.vscode/*.svd !.vscode/launch.json -!.vscode/tasks.json \ No newline at end of file +!.vscode/tasks.json +!.vscode/extensions.json \ No newline at end of file diff --git a/.vscode/extensions.json b/.vscode/extensions.json new file mode 100644 index 0000000..5a6574b --- /dev/null +++ b/.vscode/extensions.json @@ -0,0 +1,14 @@ +{ + // 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": [ + "rust-lang.rust", + "marus25.cortex-debug", + ], + // List of extensions recommended by VS Code that should not be recommended for users of this workspace. + "unwantedRecommendations": [ + + ] +} \ No newline at end of file