Skip to content

Commit e62ce00

Browse files
committed
docs(vscode): remove .pio directory from tree listing
1 parent 3eca4c0 commit e62ce00

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

docs/vscode/migrating.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -42,17 +42,11 @@ Depending on the complexity of your project, adding the source should be quite s
4242
│ └── README
4343
├── lib
4444
│ └── README
45-
├── .pio
46-
│ └── build
47-
│ ├── project.checksum
48-
│ └── uno
49-
│ └── idedata.json
5045
├── platformio.ini
5146
├── src
5247
│ └── main.cpp
53-
├── test
54-
│ └── README
55-
48+
└── test
49+
└── README
5650
```
5751

5852
In this case you would delete the `/src/main.cpp` and replace it with the '.ino' file from the project you downloaded.

0 commit comments

Comments
 (0)