mirror of
https://github.com/DCC-EX/CommandStation-EX.git
synced 2024-11-23 08:06:13 +01:00
d0b01e3f03
* Add release notes for verion 4.0 * Add archive release notes * fix for SHA to modify previous commit instead of using new SHA * new format for supported boards to allow easy addition of new boards * Update release_notes.md (#206) Formatting lines Server Roster clarification and release 4,0 bug fix vs 3.1 edit. added support members * Some duplication removal and rewording (#207) WiThrottle and JMRI-related items Co-authored-by: Fred <fndecker@gmail.com> * rename config.json to installer.json, fixes for boards(may still be broken) Co-authored-by: dexslab <dex35803@gmail.com> Co-authored-by: Kcsmith0708 <kcsmith0708@wowway.com> Co-authored-by: mstevetodd <mstevetodd@mstevetodd.com>
11 lines
274 B
JSON
11 lines
274 B
JSON
{
|
|
// See http://go.microsoft.com/fwlink/?LinkId=827846
|
|
// for the documentation about the extensions.json format
|
|
"recommendations": [
|
|
"platformio.platformio-ide"
|
|
],
|
|
"unwantedRecommendations": [
|
|
"ms-vscode.cpptools-extension-pack"
|
|
]
|
|
}
|