Skip to content

Commit

Permalink
chore(editor): replace the project's recommended VSCode extension "th…
Browse files Browse the repository at this point in the history
…esofakillers.vscode-pbtxt" with "thejustinwalsh.textproto-grammer" (#672)

The VSCode extension "thesefakillers.vscode-pbtxt" is no longer maintained.
see https://marketplace.visualstudio.com/items?itemName=thesofakillers.vscode-pbtxt

Therefore, we recommend "thejustinwalsh.textproto-grammer" instead.
see https://marketplace.visualstudio.com/items?itemName=thejustinwalsh.textproto-grammer
  • Loading branch information
sounisi5011 authored Feb 26, 2023
1 parent b34ccb5 commit 2265316
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,15 @@
// Extension identifier format: ${publisher}.${name}. Example: vscode.csharp

// List of extensions which should be recommended for users of this workspace.
"recommendations": ["dbaeumer.vscode-eslint", "thesofakillers.vscode-pbtxt"],
"recommendations": [
// ESLint
"dbaeumer.vscode-eslint",
// Protocol Buffer Text Format
"thejustinwalsh.textproto-grammer"
],
// List of extensions recommended by VS Code that should not be recommended for users of this workspace.
"unwantedRecommendations": []
"unwantedRecommendations": [
// This extension is no longer maintained
"thesofakillers.vscode-pbtxt"
]
}

0 comments on commit 2265316

Please sign in to comment.