Extract Protocol Buffers support into an extension (#18704)

This PR extracts the Protocol Buffers support into an extension.

Release Notes:

- Removed built-in support for Protocol Buffers, in favor of making it
available as an extension. The Protocol Buffers extension will be
suggested for download when you open a `.proto` file.
This commit is contained in:
Marshall Bowers 2024-10-03 13:37:43 -04:00 committed by GitHub
parent 8c95b8d89a
commit cddd7875a4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 13 additions and 16 deletions

View file

@ -54,6 +54,7 @@ const SUGGESTIONS_BY_EXTENSION_ID: &[(&str, &[&str])] = &[
("ocaml", &["ml", "mli"]),
("php", &["php"]),
("prisma", &["prisma"]),
("proto", &["proto"]),
("purescript", &["purs"]),
("r", &["r", "R"]),
("racket", &["rkt"]),