Skip to content

Commit 3248c3d

Browse files
author
Akos Kitta
committed
doc: non-api
Signed-off-by: Akos Kitta <[email protected]>
1 parent 65ccc79 commit 3248c3d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: arduino-ide-extension/src/common/protocol/sketches-service.ts

+1
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ export interface Sketch extends SketchRef {
146146
readonly rootFolderFileUris: string[]; // `RootFolderFiles` (does not include the main sketch file)
147147
}
148148
export namespace Sketch {
149+
// (non-API) exported for the tests
149150
export const invalidSketchFolderNameMessage = nls.localize(
150151
'arduino/sketch/invalidSketchName',
151152
'Sketch names must start with a letter or number, followed by letters, numbers, dashes, dots and underscores. Maximum length is 63 characters.'

0 commit comments

Comments
 (0)