Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of contents

...

Info

・We cannot support operation in a CUI environment even if you contact us.

・If you develop using anything other than Visual Studio Code in a GUI environment, we cannot support it, so we recommend using Visual Studio Code.

You must use Visual Studio Code 1.85 or earlier. Please obtain 1.85 from here. You will also need to downgrade the .devcontainer extension to 0.327.0.

For Windows, please download from the link below.
Visual Studio Code - Code Editing. Redefined

...

Code Block
sudo snap install --classic code

You can downgrade the .devcontainer extension from below.

...

Next, install the Visual Studio Code Dev Containers extension. First, start Visual Studio Code. On Linux, you can start it by typing code in the terminal. Select extensions from the left menu and enter "Dev Containers" in the search window.

...