Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'editors/code/package.json')
-rw-r--r--editors/code/package.json20
1 files changed, 17 insertions, 3 deletions
diff --git a/editors/code/package.json b/editors/code/package.json
index f148041ac3..3f09033051 100644
--- a/editors/code/package.json
+++ b/editors/code/package.json
@@ -59,7 +59,7 @@
"@typescript-eslint/parser": "^6.0.0",
"@vscode/test-electron": "^2.3.8",
"@vscode/vsce": "^3.0.0",
- "esbuild": "^0.18.12",
+ "esbuild": "^0.25.0",
"eslint": "^8.44.0",
"eslint-config-prettier": "^8.8.0",
"ovsx": "^0.8.2",
@@ -501,6 +501,10 @@
},
{
"pattern": "**/Cargo.lock"
+ },
+ {
+ "scheme": "output",
+ "pattern": "extension-output-rust-lang.rust-analyzer*"
}
]
}
@@ -1469,8 +1473,8 @@
{
"title": "files",
"properties": {
- "rust-analyzer.files.excludeDirs": {
- "markdownDescription": "These directories will be ignored by rust-analyzer. They are\nrelative to the workspace root, and globs are not supported. You may\nalso need to add the folders to Code's `files.watcherExclude`.",
+ "rust-analyzer.files.exclude": {
+ "markdownDescription": "These paths (file/directories) will be ignored by rust-analyzer. They are\nrelative to the workspace root, and globs are not supported. You may\nalso need to add the folders to Code's `files.watcherExclude`.",
"default": [],
"type": "array",
"items": {
@@ -2252,6 +2256,16 @@
{
"title": "inlayHints",
"properties": {
+ "rust-analyzer.inlayHints.typeHints.hideClosureParameter": {
+ "markdownDescription": "Whether to hide inlay parameter type hints for closures.",
+ "default": false,
+ "type": "boolean"
+ }
+ }
+ },
+ {
+ "title": "inlayHints",
+ "properties": {
"rust-analyzer.inlayHints.typeHints.hideNamedConstructor": {
"markdownDescription": "Whether to hide inlay type hints for constructors.",
"default": false,