Skip to content

Commit c3e6acc

Browse files
author
Andrei Gramakov
authored
Update debug adapter (#163)
1 parent a251693 commit c3e6acc

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

74 files changed

+7
-23230
lines changed

.github/workflows/ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ jobs:
1212
steps:
1313
- name: Clone Repository
1414
uses: actions/checkout@v2
15+
with:
16+
submodules: "recursive"
1517

1618
- name: Setup Node.js ${{ matrix.node-version }}
1719
uses: actions/setup-node@v1

.gitmodules

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "esp_debug_adapter"]
2+
path = esp_debug_adapter
3+
url = git@github.com:espressif/esp-debug-adapter.git

esp_debug_adapter

Submodule esp_debug_adapter added at 5439cd3

esp_debug_adapter/.gitignore

-12
This file was deleted.

esp_debug_adapter/LICENSE

-277
This file was deleted.

esp_debug_adapter/Pipfile

-20
This file was deleted.

0 commit comments

Comments
 (0)