8000 Update Theia to 1.22.1 by msujew · Pull Request #791 · arduino/arduino-ide · GitHub
[go: up one dir, main page]

Skip to content

Update Theia to 1.22.1 #791

New issue

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 17 commits into from
Feb 11, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge remote-tracking branch 'origin/main' into msujew/theia-update-1.22
# Conflicts:
#	arduino-ide-extension/src/electron-main/theia/electron-main-application.ts
  • Loading branch information
fstasi committed Feb 11, 2022
commit 97d15f73f7fcadc0832e876226ad45d838ea0f26
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ import {
TheiaBrowserWindowOptions,
} from '@theia/core/lib/electron-main/electron-main-application';
import { SplashServiceImpl } from '../splash/splash-service-impl';
import { URI } from '@theia/core/shared/vscode-uri';
import * as electronRemoteMain from '@theia/core/electron-shared/@electron/remote/main';

app.commandLine.appendSwitch('disable-http-cache');
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.
0