Reset a project in Visual Studio Code

  • 릴리스 버전: Australia
  • 업데이트 날짜 2026년 03월 12일
  • 소요 시간: 1분
  • Reset the project to the state on the server by discarding all the local changes if you encounter any serious sync issues.

    시작하기 전에

    Role required: none.

    이 태스크 정보

    When you reset a project to its server state, all unsynchronized changes are lost.

    프로시저

    1. Navigate to All > View > Command Palette in.
      You can also use a keyboard shortcut, Control+Shift+P on Windows or Command+Shift+P on MacOS, to open the command palette.
    2. Choose Now: Reset Project from the drop-down list.
    3. Click Yes in the dialog box.

    결과

    The project is reset to its original state.
    주:
    This option should be used only when something goes wrong, for example, if the project is corrupted or you are facing sync issues.