Configure settings in VSCode

Abstract This article will record how to configure settings in VSCode. Introduction In VSCode, the settings can be divided into two levels, which are: User Settings: Global settings for all the workspace. Workspace Settings: Settings for current workspace only. The workspace has higher priority, which will be applied when conflicting with the user settings. Part … Continue reading Configure settings in VSCode