diff --git a/.vscode/extensions.json b/.vscode/extensions.json index 24ddd306769..4fcf0446d25 100644 --- a/.vscode/extensions.json +++ b/.vscode/extensions.json @@ -11,7 +11,7 @@ // C/C++ language support. "ms-vscode.cpptools", // Rust language support. - "rust-lang.rust", + "rust-lang.rust-analyzer", // CSS support for HTML documents. "ecmel.vscode-html-css", // IDL language support diff --git a/python/servo/bootstrap.py b/python/servo/bootstrap.py index a3c5c9efb34..6d288ac2a68 100644 --- a/python/servo/bootstrap.py +++ b/python/servo/bootstrap.py @@ -390,6 +390,7 @@ def get_linux_distribution(): 'centos linux', 'debian gnu/linux', 'fedora', + 'fedora linux', 'void', 'nixos', ]: