簡體   English   中英

如何在 VSCode 終端中隱藏特定的字符串 Output?

[英]How to hide specific String Output in VSCode Terminal?

我收到這兩條線的垃圾郵件

V/AudioManager(10244): getStreamMaxVolume  treamType: 3
V/AudioManager(10244): getStreamVolume  streamType: 3 volume: 3

在我的終端中,我想隱藏這兩條消息,因為它幾乎不可能讀取我自己的輸出。 這是發布。flutter 的 json:

{
    // Use IntelliSense to learn about possible attributes.
    // Hover to view descriptions of existing attributes.
    // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
    "version": "0.2.0",
    "configurations": [
        {
            "name": "habit_app_new",
            "request": "launch",
            "type": "dart"
        }
    ]
}

VSCode 中是否有某種“過濾器”選項?

我沒有使用過 dart 或 flutter,但 flutter 的這個答案似乎是正確的。

我認為它應該對你有用。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM