Skip to content
This repository was archived by the owner on Oct 1, 2024. It is now read-only.

Commit 5945d8d

Browse files
elektronikworkshopadiazulay
authored andcommitted
Updated beer money log
1 parent 56c9634 commit 5945d8d

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

BRANCHNOTES.md

+8-3
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,9 @@ I will list every supporter here, thanks!
8181
2020-02-08 Elektronik Workshop: 52 :beers: (13h coding)
8282
2020-02-09 Elektronik Workshop: 40 :beers: (10h coding)
8383
2020-02-10 Elektronik Workshop: 32 :beers: (8h coding)
84+
2020-02-11 Elektronik Workshop: 16 :beers: (4h coding)
85+
2020-02-12 Elektronik Workshop: 32 :beers: (8h coding)
86+
2020-02-15 T.D.: 4 :beers: (20$ - Thanks a lot!)
8487

8588
<!-- https://github.com/StylishThemes/GitHub-Dark/wiki/Emoji -->
8689

@@ -91,6 +94,8 @@ I will list every supporter here, thanks!
9194
* [Git branch management](https://blog.scottlowe.org/2015/01/27/using-fork-branch-git-workflow/)
9295
* [Collapsible Markdown](https://gist.githubusercontent.com/joyrexus/16041f2426450e73f5df9391f7f7ae5f/raw/f774f242feff6bae4a5be7d6c71aa5df2e3fcb0e/README.md)
9396
* [Arduino CLI manpage](https://github.com/arduino/Arduino/blob/master/build/shared/manpage.adoc)
97+
* [Install extensions from file](https://vscode-docs.readthedocs.io/en/stable/extensions/install-extension/)
98+
* [Publish extensions](https://code.visualstudio.com/api/working-with-extensions/publishing-extension)
9499

95100
## Issues Concerning this Project
96101
* https://github.com/Microsoft/vscode-cpptools/issues/1750
@@ -124,9 +129,9 @@ I will list every supporter here, thanks!
124129

125130
## How to beta test cutting edge code from the repo
126131

127-
For development and testing of this fork/branch I've set up a dedicated chat room:
132+
For development and testing of this fork/branch I've set up a dedicated chat room:
128133

129-
[![Gitter](https://badges.gitter.im/vscode-arduino-ew-fork/community.svg)](https://gitter.im/vscode-arduino-ew-fork/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
134+
[![Gitter](https://badges.gitter.im/vscode-arduino-ew-fork/community.svg)](https://gitter.im/vscode-arduino-ew-fork/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
130135

131136
**Note:** the topic is strictly development and testing of this feature enhancement branch. It's not a place where you can ask for help on your Arduino problems. There are dedicated forums for that and I'll delete any question of this type.
132137

@@ -146,7 +151,7 @@ But I'm not fully there yet. Things which are yet to be done are:
146151

147152
* Move the parser/configuration-generator out of the "verify" code, since it requires the build to be run with `--verbose` flag enabled which most probably few like (except for me :) I always switch on all warnings and set it to verbose).
148153
This is something I can implement pretty fast
149-
* I have not removed the original "IntelliSense configurator" which ruins the `c_cpp_properties.json` every now and then but that's one of my next tasks as well. And you can simply delete the file as you can re-generate the perfect version with my analyzer/generator by simply verifying your sketch
154+
* I have not removed the original "IntelliSense configurator" which ruins the `c_cpp_properties.json` every now and then but that's one of my next tasks as well. And you can simply delete the file as you can re-generate the perfect version with my analyzer/generator by simply verifying your sketch
150155
* My development system runs on Ubuntu-GNU/linux and I haven't done any work for Windows yet but that's one of the next steps. The chances that it works on OSX "out of the box" are pretty good
151156

152157
To run the development version clone my [repository](https://github.com/elektronikworkshop/vscode-arduino) and checkout the `intellisense-autoconfig` branch

0 commit comments

Comments
 (0)