개발일기

23.06.20 플러터 개발일기 플러터 VS코드 파란 물결색 바꾸는 방법

빛나는맛과탕탕 2023. 6. 20. 10:26
반응형

 

톱니바퀴버튼 클릭

 

 

Ctrl+S 저장

"workbench.colorCustomizations": {
    /* 특정 테마만 설정 */
    "[Min Dark]": {
      "editorInfo.foreground":"#58585899"
    },
    /* 전역 설정 */
    "editorInfo.foreground":"#58585899",
}

 

 

 

///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

 

 

 

 

analysis_options.yaml 들여쓰기 확인잘하기

  rules:

    prefer_const_constructors: false
    prefer_const_literals_to_create_immutables: false
    # avoid_print: false  # Uncomment to disable the `avoid_print` rule
    # prefer_single_quotes: true  # Uncomment to enable the `prefer_single_quotes` rule

 

반응형