From 4721c7150c68147ed83256cab797f6b61b3a715d Mon Sep 17 00:00:00 2001 From: dexslab Date: Wed, 1 Jul 2020 09:06:03 -0400 Subject: [PATCH] Add readme add back extensions and settings from Dave and fix gitignore --- .gitignore | 2 -- .vscode/extensions.json | 7 +++++++ .vscode/settings.json | 12 ++++++++++++ readme.md | 3 +++ 4 files changed, 22 insertions(+), 2 deletions(-) create mode 100644 .vscode/extensions.json create mode 100644 .vscode/settings.json create mode 100644 readme.md diff --git a/.gitignore b/.gitignore index 21c53ab..54361c6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,6 @@ .pio .vscode/* !.vscode/settings.json -!.vscode/tasks.json -!.vscode/launch.json !.vscode/extensions.json *.code-workspace diff --git a/.vscode/extensions.json b/.vscode/extensions.json new file mode 100644 index 0000000..e80666b --- /dev/null +++ b/.vscode/extensions.json @@ -0,0 +1,7 @@ +{ + // See http://go.microsoft.com/fwlink/?LinkId=827846 + // for the documentation about the extensions.json format + "recommendations": [ + "platformio.platformio-ide" + ] +} diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..ffa498a --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,12 @@ +{ + "files.associations": { + "array": "cpp", + "deque": "cpp", + "string": "cpp", + "unordered_map": "cpp", + "vector": "cpp", + "string_view": "cpp", + "initializer_list": "cpp", + "cstdint": "cpp" + } +} diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..402608a --- /dev/null +++ b/readme.md @@ -0,0 +1,3 @@ +# CommandStation EX + +Welcome to the future of DCC++ and affordable model railroading. The team current working on this project have invested a lot of time know how and code to see this through. More to come soon!!!!! \ No newline at end of file