We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Sublime Text 4 (Build 4126)
2.25.0
OS Name macOS Monterey Version 12.5
Automatic build output should be equivalent to the output when running manually in a terminal:
$ cargo run --example mesh2d Finished dev [unoptimized + debuginfo] target(s) in 0.12s Running `target/debug/examples/mesh2d` 2022-08-06T08:31:27.264081Z INFO bevy_render::renderer: AdapterInfo { name: "Apple M1", vendor: 0, device: 0, device_type: DiscreteGpu, backend: Metal }
Codes for control symbols are visible:
[Running: cargo run --example mesh2d --message-format=json] Compiling bevy v0.7.0 (/Users/bardt/Projects/rust/bevy) Finished dev [unoptimized + debuginfo] target(s) in 2.98s Running `target/debug/examples/mesh2d` �[2m2022-08-06T08:26:34.586134Z�[0m �[32m INFO�[0m �[2mbevy_render::renderer�[0m�[2m:�[0m AdapterInfo { name: "Apple M1", vendor: 0, device: 0, device_type: DiscreteGpu, backend: Metal }
(In the output, I see <0x1b> instead of �)
I suppose the difference is in the --message-format=json flag
--message-format=json
https://github.com/bevyengine/bevy.git
v0.7.0
bevy/examples/2d/mesh2d.rs
Build With: RustEnhanced - Automatic
cargo run --example mesh2d
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Sublime Text Version
Sublime Text 4 (Build 4126)
Rust Enhanced Version
2.25.0
Operating system
OS Name macOS Monterey
Version 12.5
Expected behavior
Automatic build output should be equivalent to the output when running manually in a terminal:
Actual behavior
Codes for control symbols are visible:
(In the output, I see <0x1b> instead of �)
I suppose the difference is in the
--message-format=json
flagSteps to reproduce
https://github.com/bevyengine/bevy.git
, check outv0.7.0
tagbevy/examples/2d/mesh2d.rs
fileBuild With: RustEnhanced - Automatic
command, watch the outputcargo run --example mesh2d
in a terminal, compare the outcomeThe text was updated successfully, but these errors were encountered: