Skip to content

Commit

Permalink
chore: add extensions.json to prevent pop-up about unnecessary extension
Browse files Browse the repository at this point in the history
  • Loading branch information
kim-em committed May 27, 2024
1 parent 0c598a2 commit 1881030
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions user_repo_source/.vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
// This file prevents VS Code from making unhelpful suggestions about extensions
// during the initial setup of Mathematics In Lean.
{
// 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": [
"leanprover.lean4"
],
// List of extensions recommended by VS Code that should not be recommended for users of this workspace.
"unwantedRecommendations": [
"ms-vscode-remote.remote-containers"
]
}

0 comments on commit 1881030

Please sign in to comment.