8000 Update Theia, CLI and LS by fstasi · Pull Request #610 · arduino/arduino-ide · GitHub
[go: up one dir, main page]

Skip to content

Update Theia, CLI and LS #610

New issue

8000 Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 14 commits into from
Nov 29, 2021
Prev Previous commit
Next Next commit
Merge remote-tracking branch 'origin/main' into theia-1.19
# Conflicts:
#	arduino-ide-extension/src/browser/boards/boards-config.tsx
  • Loading branch information
fstasi committed Nov 25, 2021
commit 2263d9a1e94dfb4da8db844d589fe1bd5cac0a17
6 changes: 5 additions & 1 deletion arduino-ide-extension/src/browser/boards/boards-config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@ import {
BoardWithPackage,
} from '../../common/protocol/boards-service';
import { NotificationCenter } from '../notification-center';
import { BoardsServiceProvider } from './boards-service-provider';
import {
AvailableBoard,
BoardsServiceProvider,
} from './boards-service-provider';
import { naturalCompare } from '../../common/utils';
import { nls } from '@theia/core/lib/common';

export namespace BoardsConfig {
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.
0