diff options
| author | James Young <xxiinophobia@yahoo.com> | 2020-02-29 12:00:00 -0800 |
|---|---|---|
| committer | James Young <xxiinophobia@yahoo.com> | 2020-02-29 11:59:30 -0800 |
| commit | 26eef35f07698d23aafae90e1c230b52e100a334 (patch) | |
| tree | eb8e43fc58ca55788e6e89430af0db55ea79e324 /.vscode | |
| parent | 85041ff05bf0e5f4ff4535caf6e638491a5614c8 (diff) | |
2020 February 29 Breaking Changes Update (#8064)
Diffstat (limited to '.vscode')
| -rw-r--r-- | .vscode/settings.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json index e5089a55ba..0caee2241d 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json | |||
| @@ -5,7 +5,8 @@ | |||
| 5 | // Configure glob patterns for excluding files and folders. | 5 | // Configure glob patterns for excluding files and folders. |
| 6 | "files.exclude": { | 6 | "files.exclude": { |
| 7 | "**/.build": true, | 7 | "**/.build": true, |
| 8 | "**/*.hex": true | 8 | "**/*.hex": true, |
| 9 | "**/*.bin": true | ||
| 9 | }, | 10 | }, |
| 10 | "files.associations": { | 11 | "files.associations": { |
| 11 | "*.h": "c", | 12 | "*.h": "c", |
