Disabling Visual Studio Code update notification

后端 未结 5 1280
刺人心
刺人心 2020-12-15 02:21

How can I permanently disable this update notification?

5条回答
  •  情歌与酒
    2020-12-15 02:59

    For the latest versions of VS code (I am using version 1.32.2) the parameter "update.channel": "none" is deprecated. To disable updates use "update.mode": "none"

提交回复
热议问题