rust/editors/code/src
DropDemBits bcf14e27ce
Work around snippet edits doubling up extra indentation
We can't tell vscode to not add in the extra indentation, so we instead opt to remove it from the edits themselves, and then let vscode add it back in.
2024-02-15 18:39:17 -05:00
..
ast_inspector.ts
bootstrap.ts
client.ts
commands.ts fix: Support multiple tab stops in completions in VSCode 2024-02-15 18:13:04 -05:00
config.ts internal: Remove unnecessary Arc allocations in macro_expand 2024-01-03 15:21:18 +01:00
ctx.ts feature: Add a UnindexedProject notification and a corresponding setting. 2024-02-08 14:23:00 -05:00
debug.ts perf: Run async task in concurrent 2023-12-19 13:16:55 +05:30
dependencies_provider.ts
diagnostics.ts
lang_client.ts
lsp_ext.ts feature: Add a UnindexedProject notification and a corresponding setting. 2024-02-08 14:23:00 -05:00
main.ts minor: polish warning msg 2024-02-04 18:37:09 +08:00
nullable.ts
persistent_state.ts
run.ts Fix some comments 2023-12-29 11:50:24 +08:00
rust_project.ts Update JsonProject to include optional fields 2024-02-13 14:29:20 -08:00
snippets.ts Work around snippet edits doubling up extra indentation 2024-02-15 18:39:17 -05:00
tasks.ts
toolchain.ts Fix runnable cwd on Windows 2023-12-05 13:09:01 +02:00
undefinable.ts
util.ts