Skip to content

Subtree update of rust-analyzer #128490

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 225 commits into from
Aug 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
225 commits
Select commit Hold shift + click to select a range
1bafedb
Implement rough symbol interning infra
Veykril Jul 12, 2024
e805055
Add missing docs
Veykril Jul 12, 2024
602da3f
Use Symbol in Name
Veykril Jul 12, 2024
292b9de
Fix cloning Symbols not increasing their ref count
Veykril Jul 12, 2024
5a292c9
Allow macro expansions into `RestPat` in tuple args work as ellipsis …
ShoyuVanilla Jul 12, 2024
377a0a7
Trigger VSCode to rename after extract variable assist is applied
bors Jul 11, 2024
6351a20
feat: Add incorrect case diagnostics for enum variant fields and all …
CamWass Jul 13, 2024
e03998b
Address feedback from @DropDemBits
joshka Jul 14, 2024
b32fc1f
Update manual.adoc
anitahammer Jul 14, 2024
fcbf77f
Auto merge of #17594 - anitahammer:patch-1, r=lnicola
bors Jul 14, 2024
26fb6a8
Use statics + clone instead of const until const can access statics
Veykril Jul 14, 2024
d95b2f3
Fix stable iteration ordering for `Map<Name, ...>` usages
Veykril Jul 15, 2024
305bd5d
Auto merge of #17584 - Veykril:landing-page, r=Veykril
bors Jul 15, 2024
82d0187
Auto merge of #17587 - joshka:jm/edit-name-after-refactor, r=Veykril
bors Jul 15, 2024
c1d08b5
Auto merge of #17588 - CamWass:more-rename, r=Veykril
bors Jul 15, 2024
6af77a6
Encode ident rawness and literal kind separately in tt::Leaf
Veykril Jul 7, 2024
ed2b355
Add cargo xtask install proc-macro-server
Veykril Jul 15, 2024
39eb8c6
Escape fetched env vars in env! expansion
Veykril Jul 15, 2024
c5fc669
Auto merge of #17559 - Veykril:tokentree, r=Veykril
bors Jul 15, 2024
311aaa5
Fix incorrect encoding of literals in the proc-macro-api on version 4
Veykril Jul 15, 2024
a2c46b9
Auto merge of #17601 - Veykril:proc-macro-fix, r=Veykril
bors Jul 15, 2024
7f8a54b
Switch token trees to use Symbols
Veykril Jul 16, 2024
9ce066e
Use symbol in cfg
Veykril Jul 16, 2024
6c10c85
Auto merge of #17603 - Veykril:tt-symbols, r=Veykril
bors Jul 16, 2024
1a20a08
More symbol usage
Veykril Jul 16, 2024
41451a2
Remove Name::to_smol_str
Veykril Jul 16, 2024
064e6ed
Auto merge of #17604 - Veykril:tt-symbols, r=Veykril
bors Jul 16, 2024
4f031d9
Set RUSTC_SYSROOT for runnables
Veykril Jul 16, 2024
e5b1a2b
Auto merge of #17605 - Veykril:runnable-sysroot, r=Veykril
bors Jul 16, 2024
2e37675
Preparing for merge from rust-lang/rust
lnicola Jul 16, 2024
137c736
Merge from rust-lang/rust
lnicola Jul 16, 2024
216bef3
Auto merge of #17609 - lnicola:sync-from-rust, r=lnicola
bors Jul 16, 2024
811ce15
Don't call macro_arg directly in `ExpandDatabase::syntax_context`
Veykril Jul 16, 2024
2a8b4a2
Auto merge of #17611 - Veykril:macro-arg-no-call, r=Veykril
bors Jul 16, 2024
f0b8055
Add --keep-going to rust-analyzer.cargo.buildScripts.overrideCommand …
lnicola Jul 17, 2024
523465a
Auto merge of #17614 - lnicola:build-scripts-override-docs, r=lnicola
bors Jul 17, 2024
7ef5f46
Fix incorrect generic parameter hint defaults
Veykril Jul 17, 2024
d95ce94
Auto merge of #17616 - Veykril:config-param-hints, r=Veykril
bors Jul 17, 2024
373e84f
Derive kinds information from ungrammar file
Veykril Jul 17, 2024
0bffb13
Add always disabled gen parse support
Veykril Jul 17, 2024
f7516d9
string is not a keyword
Veykril Jul 17, 2024
0401e1c
Auto merge of #17617 - Veykril:grammar-kind-gen, r=Veykril
bors Jul 17, 2024
835734e
Support rustc_skip_during_method_dispatch
Veykril Jul 17, 2024
020b7ac
Auto merge of #17618 - Veykril:rustc_skip_during_method_dispatch, r=V…
bors Jul 17, 2024
9dcd4ba
fix: handle synonymous imports in 'merge imports'
roife Jul 17, 2024
20e27b8
Encode edition within FileId in the hir layer
Veykril Jul 17, 2024
736723d
Update test fixtures
Veykril Jul 18, 2024
eae705e
Rewrite inline parser test infra to generated proper rust test cases
Veykril Jul 18, 2024
2e582ad
feature: move `linked_projects` discovery to the rust-analyzer server
davidbarsky Jul 18, 2024
40730a4
Auto merge of #17246 - davidbarsky:david/move-rust-project-generation…
bors Jul 18, 2024
6fa6d20
Make xtask install work again
lnicola Jul 19, 2024
e6e8bd2
Auto merge of #17634 - lnicola:fix-xtask-install, r=lnicola
bors Jul 19, 2024
f4b2bf5
Add basic edition inline parser test support
Veykril Jul 18, 2024
2dc84ab
Parse `try` as a keyword only in edition 2018 and up
Veykril Jul 19, 2024
62eba06
Prevent generated runner module from being format checked
Veykril Jul 19, 2024
754f53c
Test macros doing edition dependent parsing
Veykril Jul 19, 2024
fd240c0
Auto merge of #17620 - Veykril:edition-aware-parser, r=Veykril
bors Jul 19, 2024
346210b
remove rust-analyzer.openFAQ
jjoeldaniel Jul 19, 2024
d16acea
Auto merge of #17622 - roife:fix-issue-17602, r=Veykril
bors Jul 19, 2024
a75b6fa
Auto merge of #17637 - jjoeldaniel:master, r=Veykril
bors Jul 19, 2024
091dc26
perf: Reduce memory usage of salsa slots by 8 bytes
Veykril Jul 19, 2024
9770d01
Reduce maximum LRU size to 2^16 entries, reducing memory footprint of…
Veykril Jul 19, 2024
95c48af
Auto merge of #17638 - Veykril:salsa-perf, r=Veykril
bors Jul 19, 2024
f1741aa
Remove duplicate information from interned::Slot
Veykril Jul 19, 2024
24e0d51
Make LRU opt-in
Veykril Jul 19, 2024
59ec982
Regenerate files
Veykril Jul 19, 2024
ddd1a8f
Drop an unnecessary `Arc::clone`
Veykril Jul 19, 2024
ab1989b
feat: goto-def on keywords
roife Jul 4, 2024
9ede853
fix: ensure that goto-def works on fn/try/async kw
roife Jul 4, 2024
63bacc1
fix: incorrect highlighting of try blocks with control flow kws
roife Jul 4, 2024
5c39c85
fix: keyword highlighting in macro expansion
roife Jul 4, 2024
7a14800
feat: find references on control-flow kws
roife Jul 4, 2024
7df7db5
fix: navigate to label directly when perform 'goto-def' on control-fl…
roife Jul 7, 2024
92d0ee8
use token_ancestors_with_macros to simplify goto-def on kw
roife Jul 7, 2024
c590cfb
fix: ensure that highlight_related works for macro_expr
roife Jul 9, 2024
5aa60cf
fix: handle highlightings inside macro calls & only highlight kws in …
roife Jul 10, 2024
b70fab2
fix: sort references in tests
roife Jul 10, 2024
e49887e
internal: move NavigationTarget::from_expr to goto_definition
roife Jul 16, 2024
9357572
Parse contextual dyn keyword properly in edition 2015
Veykril Jul 19, 2024
2e81e1f
Fix edition used for include macro parsing
Veykril Jul 19, 2024
166ba4d
Auto merge of #17640 - Veykril:parse-dyn, r=Veykril
bors Jul 19, 2024
147a2eb
Add back equality check that went missing
Veykril Jul 19, 2024
2a8cc1d
Avoid ref when using format! in compiler
nyurik Jul 19, 2024
b939d3b
Auto merge of #17639 - Veykril:salsa-perf, r=Veykril
bors Jul 19, 2024
aee0e30
feat: add inlay hint support for block expr with lifetime label
Young-Flash Jul 16, 2024
7bff592
internal: add test case for inlay hint support for block expr with li…
Young-Flash Jul 19, 2024
1669e93
minor: tweak comment
Young-Flash Jul 19, 2024
449517d
Auto merge of #17635 - Young-Flash:block_exp, r=lnicola
bors Jul 20, 2024
a7074e2
Fix some typos
lnicola Jul 20, 2024
91b9739
Auto merge of #17642 - lnicola:typos, r=lnicola
bors Jul 20, 2024
afa72d5
Keep references in format! when the target is unsized
Veykril Jul 20, 2024
aa52c5d
Auto merge of #17641 - nyurik:optimize-refs, r=Veykril
bors Jul 20, 2024
38814ec
Add missing dyn parse special cases in 2015 edition
Veykril Jul 20, 2024
539df3f
Rename rust-analyzer commands
joshka Jul 20, 2024
60dfe6c
Auto merge of #17646 - Veykril:dyn-parse, r=lnicola
bors Jul 20, 2024
96b3003
fix: Panic in debug profile for tuple deconstruct with arity mismatch
ShoyuVanilla Jul 20, 2024
ea7f367
Auto merge of #17649 - ShoyuVanilla:issue-17585, r=Veykril
bors Jul 20, 2024
e43b74a
Fix path resolution for child mods of those expanded by `include!`
ObsidianMinor Jul 20, 2024
449d4c4
Auto merge of #17650 - ObsidianMinor:fix/17645, r=Veykril
bors Jul 21, 2024
cfdcaa7
Prefer standard library paths over shorter extern deps re-exports
Veykril Jul 21, 2024
38352c5
Auto merge of #17653 - Veykril:std-find-path, r=Veykril
bors Jul 21, 2024
66a4e55
Optimize `find_path` choice selection
Veykril Jul 21, 2024
0ed9a5f
Specialize `find_path` local search
Veykril Jul 21, 2024
5a02f69
Fix using wrong length for max_len arg
Veykril Jul 21, 2024
d934433
Use out parameter instead of return value for `find_path` choice
Veykril Jul 21, 2024
80dd021
Fix visited module tracking not clearing itself on backtracking
Veykril Jul 21, 2024
f08aae9
Optimize `find_path` for sysroot library search some more
Veykril Jul 21, 2024
a852cd8
Auto merge of #17655 - Veykril:std-find-path, r=Veykril
bors Jul 21, 2024
a580bab
fix: Allow flyimport to import primitive shadowing modules
Veykril Jul 21, 2024
9e3482b
Auto merge of #17656 - Veykril:flyimport-builtin-mod, r=Veykril
bors Jul 21, 2024
272e595
Make `CfgExpr` slimmer
Veykril Jul 21, 2024
402e176
Auto merge of #17657 - Veykril:cfg-slim, r=lnicola
bors Jul 21, 2024
3a5e7d9
Rename `config::get_field` to `config::get_field_json`
alibektas Jul 21, 2024
ad4e35a
Minor fixes for ratoml module
alibektas Jun 21, 2024
65627d1
Apply changes to ratoml/fixes
alibektas Jul 21, 2024
874564e
Add FIXME to root ratoml tests.
alibektas Jul 21, 2024
8e7e37f
Fix more path resolution for included submodules
ObsidianMinor Jul 22, 2024
d5cfeb5
Read rust-analyzer.toml files on startup
alibektas Jul 22, 2024
f84d14e
Auto merge of #17658 - alibektas:rename_get_field, r=Veykril
bors Jul 22, 2024
5236347
Auto merge of #17660 - ObsidianMinor:fix/17645, r=Veykril
bors Jul 22, 2024
69d8e32
Simplify
Veykril Jul 22, 2024
377192f
Auto merge of #17666 - Veykril:simplify, r=Veykril
bors Jul 22, 2024
0f45488
Auto merge of #17647 - joshka:jm/rename-commands, r=Veykril
bors Jul 22, 2024
74cc280
Use rustup rust-analyzer component when there is a toolchain file ove…
Veykril Jul 22, 2024
d30f787
Remove incorrect never! invocations
Veykril Jul 22, 2024
3e33854
Auto merge of #17667 - Veykril:r-a-component-override, r=Veykril
bors Jul 22, 2024
da6e4c8
Auto merge of #17586 - ShoyuVanilla:tuple-arg-macro-rest, r=Veykril
bors Jul 22, 2024
a187a89
Auto merge of #17542 - roife:fix-issue-17517, r=Veykril
bors Jul 22, 2024
e651da9
Auto merge of #17668 - Veykril:incorrect-nevers, r=Veykril
bors Jul 22, 2024
cdb7d3e
LRU `body_with_source_map` query
Veykril Jul 22, 2024
be1dc79
Auto merge of #17670 - Veykril:mem, r=Veykril
bors Jul 22, 2024
83a3087
internal: Shrink size of `Binding`
Veykril Jul 22, 2024
28b8c24
Auto merge of #17671 - Veykril:binding-size, r=Veykril
bors Jul 22, 2024
8c6dd09
internal: add more output to the status command
davidbarsky Jul 22, 2024
fdbd9be
Remove lens.forceCustomCommands config
PaulDotSH Jul 23, 2024
b8e83b7
Auto merge of #17675 - PaulDotSH:remove-lens-force-custom-commands-co…
bors Jul 23, 2024
0cbee3b
Add method `Impl::all_in_module(…)` for supporting more localized que…
regexident Jul 16, 2024
f1e2371
minor changes
alibektas Jul 23, 2024
abdad6f
rename config::ConfigChange::other_errors to validation_errors
alibektas Jul 23, 2024
c611e44
Auto merge of #17483 - alibektas:ratoml/fixes, r=alibektas
bors Jul 23, 2024
06fe4e6
internal: remove UnindexedProject notification
davidbarsky Jul 23, 2024
9751cbc
Auto merge of #17395 - davidbarsky:david/remove-unindexed-project-not…
bors Jul 23, 2024
3a2f250
feat: add `use` type bound grammar
winstxnhdw Jul 21, 2024
243b68d
feat: add arm for `use` type bound
winstxnhdw Jul 22, 2024
316616a
chore: update codegens
winstxnhdw Jul 22, 2024
a0e1256
fix: move `use` parsing to outer match arm
winstxnhdw Jul 23, 2024
75e5dad
fix: `use` cannot have optional generics
winstxnhdw Jul 24, 2024
dbdf992
Auto merge of #17661 - alibektas:read_ratoml_on_startup, r=Veykril
bors Jul 24, 2024
20c6698
Auto merge of #17610 - regexident:impl-all_in_module, r=Veykril
bors Jul 24, 2024
5fd18ee
Auto merge of #17674 - davidbarsky:david/add-more-information-to-stat…
bors Jul 24, 2024
d7968e5
Fix and enable unsafe_op_in_unsafe_fn
lnicola Jul 25, 2024
3480bed
Auto merge of #17690 - lnicola:unsafe_op_in_unsafe_fn, r=lnicola
bors Jul 25, 2024
113c458
fix: temporarily use `ast::GenericParamList`
winstxnhdw Jul 25, 2024
8966396
Generate From impls for Any* nodes
Veykril Jul 25, 2024
8e0d60e
Remove Params and Fields from AstIdMap
Veykril Jul 25, 2024
d744b7c
Fix incorrect handling of cfg'd varargs
Veykril Jul 25, 2024
5bded7c
Auto merge of #17693 - Veykril:astidmap, r=Veykril
bors Jul 25, 2024
b3f5af2
Reduce size of TypeRef by 8 bytes
Veykril Jul 25, 2024
08f7e16
Make legacy_const_generics_indices thin by double boxing as its seldo…
Veykril Jul 25, 2024
900ca45
Auto merge of #17695 - Veykril:typeref-size, r=Veykril
bors Jul 25, 2024
516a1b4
fix: Support new cargo config get env format
Veykril Jul 25, 2024
0adc1e3
Auto merge of #17697 - Veykril:cargo-env, r=Veykril
bors Jul 25, 2024
71e3d88
fix: handle new `TypeBoundKind` variant
winstxnhdw Jul 25, 2024
7f314c6
Auto merge of #17676 - winstxnhdw:precise-capturing, r=Veykril
bors Jul 25, 2024
4ffc969
Remove unused trace module
Veykril Jul 25, 2024
9cf00eb
Auto merge of #17698 - Veykril:remove-trace, r=Veykril
bors Jul 25, 2024
93e50c9
Turn root_ratoml into workspace_ratomls
alibektas Jul 26, 2024
c9cb05c
Globals too are asking for sourcerootid
alibektas Jul 26, 2024
4a6b461
fix: Fix includes not working with expr fragment inputs
Veykril Jul 26, 2024
8f45146
Auto merge of #17706 - Veykril:fragment-include-fix, r=Veykril
bors Jul 26, 2024
f6e2fca
Internal: Cleanup proc-macro error handling
Veykril Jul 26, 2024
8cdc493
fix: tweak hover/tooltip links
Young-Flash Jul 26, 2024
13f0a02
Auto merge of #17709 - Young-Flash:hover_tooltip, r=Veykril
bors Jul 26, 2024
a15fbe6
early exit if unresolved field is an index
alibektas Jul 26, 2024
55964da
docs: Reference cov_mark crate instead of test_utils/mark
Throne3d Jul 27, 2024
77dc028
fix: let glob imports override other globs' visibility
lowr May 30, 2023
1b783b0
Auto merge of #17713 - alibektas:17710, r=Veykril
bors Jul 27, 2024
34dc7ac
Auto merge of #17714 - Throne3d:patch-1, r=Veykril
bors Jul 27, 2024
1261827
Fix for #17497 - Invalid RA diagnostic error: expected 2 arguments, f…
mckenfra Jun 29, 2024
b2719c4
Auto merge of #17511 - mckenfra:github_issue_17497_fix_v5, r=flodiebold
bors Jul 27, 2024
6c98665
Down to 1 failing test
alibektas Jul 27, 2024
f4186e3
flip the naming of the doc comment to comment assist
ThouCheese Jul 27, 2024
c0df26b
feat: use vscode log format for client logs
joshka Jul 28, 2024
2f0451d
feat: add trace level to client logs
joshka Jul 28, 2024
53fea63
17470 - run test explorer tests at the package level and add missing …
Jun 21, 2024
ca66ea2
Auto merge of #17472 - duncanawoods:master, r=HKalbasi
bors Jul 28, 2024
1595240
Auto merge of #17720 - ThouCheese:fix/doc-to-comment-naming, r=Veykril
bors Jul 28, 2024
c16061a
Preparing for merge from rust-lang/rust
lnicola Jul 28, 2024
a973d3f
Merge from rust-lang/rust
lnicola Jul 28, 2024
48fb66b
Auto merge of #17732 - lnicola:sync-from-rust, r=lnicola
bors Jul 28, 2024
adefc44
Combine krate_ratoml and workspace_ratomls into one
alibektas Jul 29, 2024
59c465b
add skip_slow_tests to ratoml tests
alibektas Jul 29, 2024
45ef4f2
Remove unnec copying of source_root_ids
alibektas Jul 29, 2024
55c703b
feat(ide-completion): explictly show `async` keyword on `impl trait`
hyf0 Jul 29, 2024
5b184ff
Fix error message
hyf0 Jul 29, 2024
568228f
Cargo fmt
hyf0 Jul 29, 2024
ee72122
Auto merge of #17722 - joshka:jm/logs, r=Veykril
bors Jul 29, 2024
ca16c06
Auto merge of #17715 - Throne3d:fix/glob-may-override-vis-2, r=Veykril
bors Jul 29, 2024
dc548f0
Revert "Fix error message"
hyf0 Jul 29, 2024
8250345
Add test in `ide-completion/src/tests/item_list.rs`
hyf0 Jul 29, 2024
79defab
Make basic use of spans for macro expansion errors
Veykril Jul 29, 2024
51130d8
Auto merge of #17736 - hyf0:hyf_09234908234, r=Veykril
bors Jul 29, 2024
a895797
Fix error spans for include! and compile_error!
Veykril Jul 29, 2024
5ac8b79
Add missing doc string
Veykril Jul 29, 2024
722f79d
Auto merge of #17707 - Veykril:proc-macro-err-cleanup, r=Veykril
bors Jul 29, 2024
dc471c1
Remove clippy errors
alibektas Jul 29, 2024
90e1a58
fix: Fix builtin includes rejecting raw string literals
Veykril Jul 30, 2024
5fa145e
Auto merge of #17741 - Veykril:include-raw, r=Veykril
bors Jul 30, 2024
13c095a
fix: Fix incorrect retrying of inlay hint requests
Veykril Jul 30, 2024
cd266e0
Auto merge of #17742 - Veykril:wrong-retries, r=Veykril
bors Jul 30, 2024
33fdfb4
Auto merge of #17735 - alibektas:ratoml_workspaces, r=Veykril
bors Jul 30, 2024
2169fc7
Set tracing level to debug when `cargo config get env` fails
alibektas Jul 30, 2024
51a0dd2
Auto merge of #17744 - alibektas:debug_env_not_set, r=Veykril
bors Jul 30, 2024
a2555b9
fix: Errors on method call inferences with elided lifetimes
ShoyuVanilla Jul 30, 2024
1b058b7
Add a test case
ShoyuVanilla Jul 31, 2024
9fb03f0
Auto merge of #17747 - ShoyuVanilla:issue-17734, r=Veykril
bors Jul 31, 2024
e8a9051
fix: remove AbsPath requirement from linkedProjects
davidbarsky Jul 31, 2024
bba84aa
Auto merge of #17750 - davidbarsky:david/remove-abspath-requirement-i…
bors Jul 31, 2024
8b14b74
fix: Apply `IndexMut` obligations for non-assigning mutable index usa…
ShoyuVanilla Jul 31, 2024
086065e
Prevent redundant obigation push for assignee exprs
ShoyuVanilla Jul 31, 2024
e12408b
Auto merge of #17755 - ShoyuVanilla:issue-17738, r=davidbarsky
bors Jul 31, 2024
1df27d8
docs: Fix JSON example for rust-analyzer.workspace.discoverConfig
Wilfred Jul 31, 2024
bf5844e
Auto merge of #17756 - Wilfred:fix_adoc_json, r=Veykril
bors Aug 1, 2024
70805f9
when josh-proxy screws up the roundtrip, say what the involved commit…
RalfJung Aug 1, 2024
9ec4844
Auto merge of #17761 - RalfJung:josh-roudntrip-error, r=lnicola
bors Aug 1, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion src/tools/rust-analyzer/.github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ env:
CARGO_NET_RETRY: 10
CI: 1
RUST_BACKTRACE: short
RUSTFLAGS: "-D warnings -W unreachable-pub -W bare-trait-objects"
RUSTFLAGS: "-D warnings -D elided_lifetimes_in_paths -D explicit_outlives_requirements -D unsafe_op_in_unsafe_fn -D unused_extern_crates -D unused_lifetimes -D unreachable_pub"
RUSTUP_MAX_RETRIES: 10

jobs:
Expand Down
2 changes: 2 additions & 0 deletions src/tools/rust-analyzer/.typos.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ extend-ignore-re = [
"\\w*\\.{3,4}\\w*",
'"flate2"',
"raison d'être",
"inout",
"optin"
]

[default.extend-words]
Expand Down
12 changes: 8 additions & 4 deletions src/tools/rust-analyzer/.vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"args": [
// "--user-data-dir=${workspaceFolder}/target/code",
"--disable-extensions",
"--extensionDevelopmentPath=${workspaceFolder}/editors/code"
"--extensionDevelopmentPath=${workspaceFolder}/editors/code",
"--log rust-lang.rust-analyzer:debug"
],
"outFiles": [
"${workspaceFolder}/editors/code/out/**/*.js"
Expand All @@ -36,7 +37,8 @@
"runtimeExecutable": "${execPath}",
"args": [
"--disable-extensions",
"--extensionDevelopmentPath=${workspaceFolder}/editors/code"
"--extensionDevelopmentPath=${workspaceFolder}/editors/code",
"--log rust-lang.rust-analyzer:debug"
],
"outFiles": [
"${workspaceFolder}/editors/code/out/**/*.js"
Expand All @@ -57,7 +59,8 @@
"runtimeExecutable": "${execPath}",
"args": [
"--disable-extensions",
"--extensionDevelopmentPath=${workspaceFolder}/editors/code"
"--extensionDevelopmentPath=${workspaceFolder}/editors/code",
"--log rust-lang.rust-analyzer:debug"
],
"outFiles": [
"${workspaceFolder}/editors/code/out/**/*.js"
Expand All @@ -79,7 +82,8 @@
"runtimeExecutable": "${execPath}",
"args": [
"--disable-extension", "rust-lang.rust-analyzer",
"--extensionDevelopmentPath=${workspaceFolder}/editors/code"
"--extensionDevelopmentPath=${workspaceFolder}/editors/code",
"--log rust-lang.rust-analyzer:debug"
],
"outFiles": [
"${workspaceFolder}/editors/code/out/**/*.js"
Expand Down
Loading
Loading