Commit 4d6cc2f
Akos Kitta
Fixed path of the gen cpp and compile_flags files.
#28 has fixed the location of the `ino` file but the generated `cpp` and
`compile_flags.txt` were not moved into the sketch folder.
Touching the `ino` file triggered a `'textDocument/didChange'` event,
but the `updateFileData` call failed as the files were not found.
This commit moves the files into the appropriate location.
Signed-off-by: Akos Kitta <[email protected]>1 parent 1a22df3 commit 4d6cc2f
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
57 | | - | |
| 56 | + | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| |||
0 commit comments