Assembly language file extension has the wrong case #218
Labels
conclusion: resolved
Issue was resolved
criticality: low
Of low impact
topic: code
Related to content of the project itself
type: imperfection
Perceived defect in any part of project
Describe the bug
The Arduino build system requires assembly language files to use the
.S
file extension but the "New Tab" dialog only allows.s
. Files using the.s
extension are not compiled.To Reproduce
Expected behavior
The
.S
file extension to be allowed and the.s
extension prohibited by the "New Tab" and "Rename" dialogs of the tab control menu.Desktop (please complete the following information):
Date: 2021-03-13T03:11:23.309Z
CLI Version: 0.16.1 alpha [76f55490]
Additional context
Reference from the Arduino Sketch Specification: https://arduino.github.io/arduino-cli/latest/sketch-specification/#additional-code-files
I believe the relevant code is here:
arduino-ide/arduino-ide-extension/src/common/protocol/sketches-service.ts
Lines 89 to 90 in eadc993
The text was updated successfully, but these errors were encountered: