rust/editors/code/src
bors d548146c30 Auto merge of #15420 - Wilfred:discover_command_max_buffer, r=Veykril
Increase the buffer size for discover project command

The default value for maxBuffer is 1 MiB[1]. If the discover project command returns stdout or stderr that is greater than 1 MiB, the extension would error with "RangeError: stderr maxBuffer length exceeded".

Set the default value for maxBuffer to 10 MiB for project discovery.

[1] https://nodejs.org/api/child_process.html#child_processexeccommand-options-callback
2023-08-15 12:13:12 +00:00
..
ast_inspector.ts editor/code: Re-apply code format 2023-07-13 22:44:29 +09:00
bootstrap.ts Pass server extraEnv to isValidExecutable 2023-08-12 07:10:20 +02:00
client.ts editor/code: Re-apply code format 2023-07-13 22:44:29 +09:00
commands.ts Add status bar button to toggle check on save state 2023-08-15 11:39:53 +02:00
config.ts Add status bar button to toggle check on save state 2023-08-15 11:39:53 +02:00
ctx.ts Add status bar button to toggle check on save state 2023-08-15 11:39:53 +02:00
debug.ts Use notification command links for debugger installation 2023-07-20 15:41:08 +02:00
dependencies_provider.ts editor/code: Re-apply code format 2023-07-13 22:44:29 +09:00
diagnostics.ts editor/code: Re-apply code format 2023-07-13 22:44:29 +09:00
lsp_ext.ts editor/code: Re-apply code format 2023-07-13 22:44:29 +09:00
main.ts Add status bar button to toggle check on save state 2023-08-15 11:39:53 +02:00
nullable.ts editor/code: Enable noUncheckedIndexedAccess ts option 2023-07-06 16:17:02 +09:00
persistent_state.ts editor/code: Sort the style to import types 2023-07-11 06:12:00 +09:00
run.ts Fix lint 2023-07-18 18:06:20 +07:00
rust_project.ts
snippets.ts editor/code: Re-apply code format 2023-07-13 22:44:29 +09:00
tasks.ts editor/code: Re-apply code format 2023-07-13 22:44:29 +09:00
toolchain.ts editor/code: Re-apply code format 2023-07-13 22:44:29 +09:00
undefinable.ts editor/code: Enable noUncheckedIndexedAccess ts option 2023-07-06 16:17:02 +09:00
util.ts Auto merge of #15420 - Wilfred:discover_command_max_buffer, r=Veykril 2023-08-15 12:13:12 +00:00