vscode-circuitpython icon indicating copy to clipboard operation
vscode-circuitpython copied to clipboard

[BUG] The 'circuitpython' repository has n submodules which won't be opened automatically.

Open muranyia opened this issue 3 years ago • 0 comments

Describe the bug As far as I understand, not all circuitpython submodules are updated.

To Reproduce Steps to reproduce the behavior:

  1. Install extension
  2. Auto update says: "The 'circuitpython' repository has n submodules which won't be opened automatically. You can still open each one individually by opening a file within."

Expected behavior All submodules are updated.

Desktop (please complete the following information):

  • OS: Linux
  • Version Ubuntu 20.04.4 LTS

Additional context Circuitpython submodules cannot be updated by git pull --recurse-submodules, instead make fetch-submodules must be used.

muranyia avatar Apr 10 '22 14:04 muranyia