Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'editors/code/package.json')
-rw-r--r--editors/code/package.json8
1 files changed, 7 insertions, 1 deletions
diff --git a/editors/code/package.json b/editors/code/package.json
index abb40ac35e..bf9c4a366d 100644
--- a/editors/code/package.json
+++ b/editors/code/package.json
@@ -71,7 +71,9 @@
"workspaceContains:Cargo.toml",
"workspaceContains:*/Cargo.toml",
"workspaceContains:rust-project.json",
- "workspaceContains:*/rust-project.json"
+ "workspaceContains:*/rust-project.json",
+ "workspaceContains:.rust-project.json",
+ "workspaceContains:*/.rust-project.json"
],
"main": "./out/main",
"contributes": {
@@ -3211,6 +3213,10 @@
{
"fileMatch": "rust-project.json",
"url": "https://json.schemastore.org/rust-project.json"
+ },
+ {
+ "fileMatch": ".rust-project.json",
+ "url": "https://json.schemastore.org/rust-project.json"
}
],
"walkthroughs": [