実行環境 Windows10 VSCode version 1.84 はじめに VSCode を October 2023 (version 1.84) にアップデートしたら、以下の警告がポップアップするようになりました。 この警告への対応と内容について簡単に説明します。 対応 settings.json から、以下の文字で始まる設定をすべて削除し警告を解除します。 python.linting.* python.formatting.* ユーザ設定用 settings.json ファイルは、 VSCode のコマンドパレットから settingsjson 等で検索して開くことができます。 その後、必要に応じて Pylint や Flake8 の拡張機能をインストールします。 警告の内容 You have deprecated linting or formatting settings
 
      
   
     
       
      ![[VS Code Python拡張] データサイエンスチュートリアルをやりながらVS CodeでのJupyter Notebookの使い方をマスターする | DevelopersIO](https://cdn-ak-scissors.b.st-hatena.com/image/square/b3a3cd126b780dcd4cdffcaa7d018424e8c697cb/height=288;version=1;width=512/https%3A%2F%2Fdevio2023-media.developers.io%2Fwp-content%2Fuploads%2F2019%2F06%2Fvscode-2019-eyecatch-1200x630.png) 
       
       
       
       
      ![これでprintデバッグから卒業!VS CodeでPythonデバッグ入門 - karaage. [からあげ]](https://cdn-ak-scissors.b.st-hatena.com/image/square/f4808aebea2e8dcc4e3f44ddb8dd80c085c5dd03/height=288;version=1;width=512/https%3A%2F%2Fcdn.image.st-hatena.com%2Fimage%2Fscale%2F839be8506c082dbff0808f7b5786b30898cd3c2b%2Fbackend%3Dimagemagick%3Bversion%3D1%3Bwidth%3D1300%2Fhttps%253A%252F%252Fcdn-ak.f.st-hatena.com%252Fimages%252Ffotolife%252Fk%252Fkaraage%252F20190210%252F20190210135909.png) 
       
      

